Package | Description |
---|---|
org.geotools.arcsde.raster.info | |
org.geotools.coverage |
Coverage implementation.
|
org.geotools.coverage.grid |
GridCoverage2D implementation.
|
org.geotools.coverage.io.util | |
org.geotools.coverage.processing |
Coverage processing
implementations.
|
org.geotools.coverage.processing.operation |
List of coverage operations.
|
Modifier and Type | Method and Description |
---|---|
GridSampleDimension[] |
RasterDatasetInfo.getGridSampleDimensions() |
Modifier and Type | Method and Description |
---|---|
static GridSampleDimension |
GridSampleDimension.wrap(SampleDimension sd)
Wraps the specified OpenGIS's sample dimension into a Geotools's implementation of
GridSampleDimension . |
Constructor and Description |
---|
GridSampleDimension(GridSampleDimension other)
Constructs a new sample dimension with the same categories and units than the specified
sample dimension.
|
Modifier and Type | Method and Description |
---|---|
GridSampleDimension |
GridCoverageBuilder.Variable.getSampleDimension()
Returns a sample dimension for the current range of sample values.
|
GridSampleDimension |
GridCoverage2D.getSampleDimension(int index)
Retrieve sample dimension information for the coverage.
|
GridSampleDimension[] |
GridCoverage2D.getSampleDimensions()
Returns all sample dimensions for this grid coverage.
|
Modifier and Type | Method and Description |
---|---|
GridCoverage2D |
GridCoverageFactory.create(CharSequence name,
ImageFunction function,
GridGeometry2D gridGeometry,
GridSampleDimension[] bands,
Map<?,?> properties)
Constructs a grid coverage from an image function.
|
GridCoverage2D |
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.
|
GridCoverage2D |
GridCoverageFactory.create(CharSequence name,
RenderedImage image,
Envelope envelope,
GridSampleDimension[] bands,
GridCoverage[] sources,
Map<?,?> properties)
|
GridCoverage2D |
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.
|
GridCoverage2D |
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.
|
GridCoverage2D |
GridCoverageFactory.create(CharSequence name,
WritableRaster raster,
Envelope envelope,
GridSampleDimension[] bands)
|
Constructor and Description |
---|
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.
|
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 #raster2Model that was provided for this coverage. |
Modifier and Type | Method and Description |
---|---|
protected GridSampleDimension[] |
BilevelOperation.deriveSampleDimension(GridSampleDimension[][] bandLists,
OperationJAI.Parameters parameters)
Derives the
GridSampleDimension 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.
|
Modifier and Type | Method and Description |
---|---|
protected GridSampleDimension[] |
BilevelOperation.deriveSampleDimension(GridSampleDimension[][] bandLists,
OperationJAI.Parameters parameters)
Derives the
GridSampleDimension 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.
|
Modifier and Type | Method and Description |
---|---|
protected GridSampleDimension[] |
BandMerge.deriveSampleDimension(GridSampleDimension[][] list,
OperationJAI.Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
protected GridSampleDimension[] |
BandMerge.deriveSampleDimension(GridSampleDimension[][] list,
OperationJAI.Parameters parameters) |
Copyright © 1996–2019 Geotools. All rights reserved.