Uses of Enum Class
org.apache.sis.coverage.grid.GridRoundingMode
Packages that use GridRoundingMode
-
Uses of GridRoundingMode in org.apache.sis.coverage.grid
Subclasses with type arguments of type GridRoundingMode in org.apache.sis.coverage.gridModifier and TypeClassDescriptionenum
Specifies rounding behavior during computations ofGridExtent
from floating-point values.Methods in org.apache.sis.coverage.grid that return GridRoundingModeModifier and TypeMethodDescriptionstatic GridRoundingMode
Returns the enum constant of this class with the specified name.static GridRoundingMode[]
GridRoundingMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sis.coverage.grid with parameters of type GridRoundingModeModifier and TypeMethodDescriptionGridGeometry.extentOf
(GridGeometry other, PixelInCell include, GridRoundingMode rounding) Returns the coordinate range of another grid geometry in units of cells of this grid geometry.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 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.