Package | Description |
---|---|
org.geotools.coverage |
Coverage implementation.
|
org.geotools.coverage.grid |
GridCoverage2D implementation.
|
org.geotools.coverage.grid.io | |
org.geotools.coverage.io.util | |
org.geotools.coverage.processing |
Coverage processing
implementations.
|
org.geotools.gce.imagemosaic | |
org.geotools.renderer.lite.gridcoverage2d |
SLD 1.0 and SE RasterSymbolizer support classes
|
Modifier and Type | Method and Description |
---|---|
static GridCoverageFactory |
CoverageFactoryFinder.getGridCoverageFactory(Hints hints)
Returns the first implementation of
GridCoverageFactory matching the specified hints. |
Modifier and Type | Method and Description |
---|---|
static Set<GridCoverageFactory> |
CoverageFactoryFinder.getGridCoverageFactories(Hints hints)
Returns a set of all available implementations for the
GridCoverageFactory interface. |
Constructor and Description |
---|
GridCoverageBuilder(GridCoverageFactory factory)
Creates a builder initialized to default values.
|
Modifier and Type | Field and Description |
---|---|
protected GridCoverageFactory |
AbstractGridCoverage2DReader.coverageFactory
GridCoverageFactory instance. |
Modifier and Type | Method and Description |
---|---|
static 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,
GeneralEnvelope 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,
GeneralEnvelope 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,
GeneralEnvelope coverageEnvelope2D,
GridSampleDimension[] sampleDimensions)
Creates a
GridCoverage for the provided PlanarImage using the MathTransform that was provided for this coverage. |
Modifier and Type | Method and Description |
---|---|
protected static GridCoverageFactory |
Operation2D.getFactory(Hints hints)
Returns the factory to use for creating new
GridCoverage2D objects. |
Modifier and Type | Method and Description |
---|---|
GridCoverageFactory |
RasterManager.getCoverageFactory() |
Modifier and Type | Method and Description |
---|---|
GridCoverageFactory |
CoverageProcessingNode.getCoverageFactory()
The
GridCoverageFactory we will internally use for build intermediate and output
GridCoverage2D . |
GridCoverageFactory |
BaseCoverageProcessingNode.getCoverageFactory()
The
GridCoverageFactory we will internally use for build intermediate and output
GridCoverage2D . |
GridCoverageFactory |
StyleVisitorCoverageProcessingNodeAdapter.getCoverageFactory() |
Modifier and Type | Method and Description |
---|---|
static GridCoverage2D |
GridCoverageRendererUtilities.affine(GridCoverage2D coverage,
Interpolation interpolation,
AffineTransform affineTransform,
double[] bkgValues,
boolean useInputSampleDimensions,
GridCoverageFactory gridCoverageFactory,
Hints hints)
Apply an affineTransformation to a GridCoverage
|
static List<GridCoverage2D> |
GridCoverageRendererUtilities.displace(List<GridCoverage2D> coverages,
ProjectionHandler handler,
GeneralEnvelope destinationEnvelope,
CoordinateReferenceSystem sourceCRS,
CoordinateReferenceSystem targetCRS,
GridCoverageFactory gridCoverageFactory)
Displaces a list of coverages, using a ProjectionHandler to eventually split into proper
envelopes.
|
List<GridCoverage2D> |
GridCoverageReaderHelper.readCoverages(GeneralParameterValue[] readParams,
ProjectionHandler handler,
GridCoverageFactory gridCoverageFactory)
Reads the data taking into account advanced projection handling in order to deal with date
line crossing, poles and other projection trouble areas.
|
static GridCoverage2D |
GridCoverageRendererUtilities.reproject(GridCoverage2D coverage,
CoordinateReferenceSystem destinationCRS,
Interpolation interpolation,
GeneralEnvelope destinationEnvelope,
double[] bkgValues,
GridCoverageFactory gridCoverageFactory,
Hints hints)
Reproject a coverage to the specified destination, eventually adding a ROI if missing
|
static List<GridCoverage2D> |
GridCoverageRendererUtilities.reproject(List<GridCoverage2D> coverages,
CoordinateReferenceSystem destinationCRS,
Interpolation interpolation,
GeneralEnvelope destinationEnvelope,
double[] bkgValues,
GridCoverageFactory gridCoverageFactory,
Hints hints)
Reproject the specified list of coverages
|
Copyright © 1996–2023 Geotools. All rights reserved.