Uses of Enum
org.apache.sis.coverage.grid.GridRoundingMode
Packages that use GridRoundingMode
Package
Description
A coverage backed by a regular grid.
Data store base types for retrieving and saving geospatial data
in various storage formats.
-
Uses of GridRoundingMode in org.apache.sis.coverage.grid
Fields in org.apache.sis.coverage.grid declared as GridRoundingModeModifier and TypeFieldDescriptionprivate GridRoundingMode
GridDerivation.rounding
Controls behavior of rounding from floating point values to integers.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 GridRoundingModeModifierConstructorDescription(package private)
GridExtent
(AbstractEnvelope envelope, GridRoundingMode rounding, GridClippingMode clipping, int[] margin, int[] chunkSize, GridExtent enclosing, int[] modifiedDimensions) Creates a new grid extent by rounding the given envelope to (usually) nearest integers.GridGeometry
(org.opengis.referencing.datum.PixelInCell anchor, org.opengis.referencing.operation.MathTransform gridToCRS, org.opengis.geometry.Envelope envelope, GridRoundingMode rounding) Creates a new grid geometry from a geospatial envelope and a mapping from cell coordinates to "real world" coordinates. -
Uses of GridRoundingMode in org.apache.sis.storage
Methods in org.apache.sis.storage with parameters of type GridRoundingModeModifier and TypeMethodDescriptionprivate GridGeometry
CoverageSubset.clip
(GridGeometry domain, GridRoundingMode rounding, GridClippingMode clipping) Clips the given domain to the area of interest specified by the query.