Uses of Class
org.geotools.coverage.GridSampleDimension
Packages that use GridSampleDimension
Package
Description
Coverage implementation.
GridCoverage2D implementation.
Coverage processing
implementations.
List of coverage operations.
-
Uses of GridSampleDimension in org.geotools.coverage
Methods in org.geotools.coverage that return GridSampleDimensionModifier and TypeMethodDescriptionstatic GridSampleDimension
GridSampleDimension.wrap
(SampleDimension sd) Wraps the specified OpenGIS's sample dimension into a Geotools's implementation ofGridSampleDimension
.Constructors in org.geotools.coverage with parameters of type GridSampleDimensionModifierConstructorDescriptionprotected
Constructs a new sample dimension with the same categories and units than the specified sample dimension. -
Uses of GridSampleDimension in org.geotools.coverage.grid
Methods in org.geotools.coverage.grid that return GridSampleDimensionModifier and TypeMethodDescriptionGridCoverage2D.getSampleDimension
(int index) Retrieve sample dimension information for the coverage.GridCoverageBuilder.Variable.getSampleDimension()
Returns a sample dimension for the current range of sample values.GridCoverage2D.getSampleDimensions()
Returns all sample dimensions for this grid coverage.Methods in org.geotools.coverage.grid with parameters of type GridSampleDimensionModifier and TypeMethodDescriptionGridCoverageFactory.create
(CharSequence name, RenderedImage image, Bounds envelope, GridSampleDimension[] bands, GridCoverage[] sources, Map<?, ?> properties) GridCoverageFactory.create
(CharSequence name, RenderedImage image, CoordinateReferenceSystem crs, MathTransform gridToCRS, GridSampleDimension[] bands, GridCoverage[] sources, Map<?, ?> properties) Constructs a grid coverage from the specified image and "grid to CRS" transform.GridCoverageFactory.create
(CharSequence name, RenderedImage image, GridGeometry2D gridGeometry, GridSampleDimension[] bands, GridCoverage[] sources, Map<?, ?> properties) Constructs a grid coverage from the specified image and grid geometry.GridCoverageFactory.create
(CharSequence name, WritableRaster raster, Bounds envelope, GridSampleDimension[] bands) GridCoverageFactory.create
(CharSequence name, WritableRaster raster, CoordinateReferenceSystem crs, MathTransform gridToCRS, GridSampleDimension[] bands) Constructs a grid coverage from the specified raster and "grid to CRS" transform.GridCoverageFactory.create
(CharSequence name, ImageFunction function, GridGeometry2D gridGeometry, GridSampleDimension[] bands, Map<?, ?> properties) Constructs a grid coverage from an image function.Constructors in org.geotools.coverage.grid with parameters of type GridSampleDimensionModifierConstructorDescriptionprotected
GridCoverage2D
(CharSequence name, PlanarImage image, GridGeometry2D gridGeometry, GridSampleDimension[] bands, GridCoverage[] sources, Map<?, ?> properties, Hints hints) Constructs a grid coverage with the specified grid geometry and sample dimensions. -
Uses of GridSampleDimension in org.geotools.coverage.io.util
Methods in org.geotools.coverage.io.util with parameters of type GridSampleDimensionModifier and TypeMethodDescriptionstatic GridCoverage
Utilities.compute
(Object input, int imageIndex, boolean needTransformation, boolean isEmptyRequest, boolean useJAI, ImageReadParam imageReadParam, boolean useMultithreading, GridSampleDimension[] sampleDimensions, ImageReaderSpi imageReaderSpi, String coverageName, GridCoverageFactory coverageFactory, MathTransform raster2Model, CoordinateReferenceSystem coordinateReferenceSystem, GeneralBounds envelope2D) Compute the coverage request and produce a grid coverage.static GridCoverage
Utilities.createCoverage
(ImageReaderSpi spi, Object input, int imageIndex, ImageReadParam imageReadParam, boolean useJAI, boolean useMultithreading, boolean newTransform, GridSampleDimension[] sampleDimensions, String coverageName, GridCoverageFactory coverageFactory, MathTransform raster2Model, CoordinateReferenceSystem coordinateReferenceSystem, GeneralBounds coverageEnvelope2D) This method creates the GridCoverage2D from the underlying file given a specified envelope, and a requested dimension.static GridCoverage
Utilities.createCoverageFromImage
(GridCoverageFactory coverageFactory, String coverageName, int imageIndex, PlanarImage image, MathTransform raster2Model, CoordinateReferenceSystem spatialReferenceSystem2D, GeneralBounds coverageEnvelope2D, GridSampleDimension[] sampleDimensions) Creates aGridCoverage
for the providedPlanarImage
using theMathTransform
that was provided for this coverage. -
Uses of GridSampleDimension in org.geotools.coverage.processing
Methods in org.geotools.coverage.processing that return GridSampleDimensionModifier and TypeMethodDescriptionprotected GridSampleDimension[]
BilevelOperation.deriveSampleDimension
(GridSampleDimension[][] bandLists, OperationJAI.Parameters parameters) Derives theGridSampleDimension
s for the destination image.protected GridSampleDimension[]
FilterOperation.deriveSampleDimension
(GridSampleDimension[][] bandLists, OperationJAI.Parameters parameters) Returns the target sample dimensions.protected GridSampleDimension[]
OperationJAI.deriveSampleDimension
(GridSampleDimension[][] bandLists, OperationJAI.Parameters parameters) Returns the sample dimensions for the target grid coverage.Methods in org.geotools.coverage.processing with parameters of type GridSampleDimensionModifier and TypeMethodDescriptionprotected GridSampleDimension[]
BilevelOperation.deriveSampleDimension
(GridSampleDimension[][] bandLists, OperationJAI.Parameters parameters) Derives theGridSampleDimension
s for the destination image.protected GridSampleDimension[]
FilterOperation.deriveSampleDimension
(GridSampleDimension[][] bandLists, OperationJAI.Parameters parameters) Returns the target sample dimensions.protected GridSampleDimension[]
OperationJAI.deriveSampleDimension
(GridSampleDimension[][] bandLists, OperationJAI.Parameters parameters) Returns the sample dimensions for the target grid coverage. -
Uses of GridSampleDimension in org.geotools.coverage.processing.operation
Methods in org.geotools.coverage.processing.operation that return GridSampleDimensionModifier and TypeMethodDescriptionprotected GridSampleDimension[]
BandMerge.deriveSampleDimension
(GridSampleDimension[][] list, OperationJAI.Parameters parameters) Methods in org.geotools.coverage.processing.operation with parameters of type GridSampleDimensionModifier and TypeMethodDescriptionprotected GridSampleDimension[]
BandMerge.deriveSampleDimension
(GridSampleDimension[][] list, OperationJAI.Parameters parameters)