Uses of Enum
org.apache.sis.coverage.grid.GridRoundingMode
Packages that use GridRoundingMode
-
Uses of GridRoundingMode in org.apache.sis.coverage.grid
Methods in org.apache.sis.coverage.grid that return GridRoundingModeModifier and TypeMethodDescriptionstatic GridRoundingMode
Returns the enum constant of this type with the specified name.static GridRoundingMode[]
GridRoundingMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sis.coverage.grid with parameters of type GridRoundingModeModifier and TypeMethodDescriptionGridDerivation.rounding
(GridRoundingMode mode) Controls behavior of rounding from floating point values to integers.Constructors in org.apache.sis.coverage.grid with parameters of type GridRoundingModeModifierConstructorDescriptionGridGeometry
(PixelInCell anchor, MathTransform gridToCRS, Envelope envelope, GridRoundingMode rounding) Creates a new grid geometry from a geospatial envelope and a mapping from cell coordinates to "real world" coordinates.