Uses of Class
org.apache.sis.coverage.grid.GridCoverageProcessor
Packages that use GridCoverageProcessor
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 GridCoverageProcessor in org.apache.sis.coverage.grid
Methods in org.apache.sis.coverage.grid that return GridCoverageProcessorModifier and TypeMethodDescriptionGridCoverageProcessor.clone()Returns a coverage processor with the same configuration as this processor. -
Uses of GridCoverageProcessor in org.apache.sis.storage
Fields in org.apache.sis.storage declared as GridCoverageProcessorModifier and TypeFieldDescriptionprotected final GridCoverageProcessorMemoryGridCoverageResource.processorThe grid coverage processor to use for selecting bands.Constructors in org.apache.sis.storage with parameters of type GridCoverageProcessorModifierConstructorDescriptionMemoryGridCoverageResource(Resource parent, GenericName identifier, GridCoverage coverage, GridCoverageProcessor processor) Creates a new coverage stored in memory.