Uses of Enum
org.apache.sis.coverage.grid.GridClippingMode
Packages that use GridClippingMode
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 GridClippingMode in org.apache.sis.coverage.grid
Fields in org.apache.sis.coverage.grid declared as GridClippingModeModifier and TypeFieldDescriptionprivate GridClippingMode
GridDerivation.clipping
Whether to clip the derived grid extent to the original grid extent.Methods in org.apache.sis.coverage.grid that return GridClippingModeModifier and TypeMethodDescriptionstatic GridClippingMode
Returns the enum constant of this type with the specified name.static GridClippingMode[]
GridClippingMode.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 GridClippingModeModifier and TypeMethodDescriptionGridDerivation.clipping
(GridClippingMode mode) Specifies whether to clip the derived grid extent to the extent of the base grid geometry.Constructors in org.apache.sis.coverage.grid with parameters of type GridClippingModeModifierConstructorDescription(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. -
Uses of GridClippingMode in org.apache.sis.storage
Methods in org.apache.sis.storage with parameters of type GridClippingModeModifier and TypeMethodDescriptionprivate GridGeometry
CoverageSubset.clip
(GridGeometry domain, GridRoundingMode rounding, GridClippingMode clipping) Clips the given domain to the area of interest specified by the query.