Uses of Class
org.apache.sis.coverage.grid.GridRoundingMode
-
Packages that use GridRoundingMode Package Description org.apache.sis.coverage.grid A coverage backed by a regular grid. -
-
Uses of GridRoundingMode in org.apache.sis.coverage.grid
Methods in org.apache.sis.coverage.grid that return GridRoundingMode Modifier and Type Method Description static GridRoundingMode
GridRoundingMode. valueOf(String name)
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 GridRoundingMode Modifier and Type Method Description GridDerivation
GridDerivation. rounding(GridRoundingMode mode)
Controls behavior of rounding from floating point values to integers.Constructors in org.apache.sis.coverage.grid with parameters of type GridRoundingMode Constructor Description GridGeometry(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.
-