Package | Description |
---|---|
org.geotools.coverage.grid |
GridCoverage2D implementation.
|
org.geotools.coverage.grid.io | |
org.geotools.coverage.io | |
org.geotools.coverage.processing.operation |
List of coverage operations.
|
org.geotools.gce.imagemosaic | |
org.geotools.imageio.netcdf | |
org.geotools.renderer.lite |
A simple renderer implementation.
|
Modifier and Type | Field and Description |
---|---|
protected GridGeometry2D |
GridCoverage2D.gridGeometry
The grid geometry.
|
Modifier and Type | Method and Description |
---|---|
GridGeometry2D |
GridCoverage2D.getGridGeometry()
Returns information for the grid coverage geometry.
|
GridGeometry2D |
GridGeometry2D.toCanonical()
Returns a "canonical" representation of the grid geometry, that is, one whose grid range
originates in 0,0, but maps to the same real world coordinates.
|
static GridGeometry2D |
GridGeometry2D.wrap(GridGeometry other)
Returns the given grid geometry as a
GridGeometry2D . |
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,
GridGeometry2D gridGeometry,
GridSampleDimension[] bands,
GridCoverage[] sources,
Map<?,?> properties)
Constructs a grid coverage from the specified image and
grid geometry.
|
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 | Field and Description |
---|---|
static DefaultParameterDescriptor<GridGeometry2D> |
AbstractGridFormat.READ_GRIDGEOMETRY2D
This
GeneralParameterValue can be provided to the GridCoverageReader s through
the GridCoverageReader#read(GeneralParameterValue[]) method in order to pick up the
best matching resolution level and (soon) the best matching area. |
Constructor and Description |
---|
ReadResolutionCalculator(GridGeometry2D requestedGridGeometry,
CoordinateReferenceSystem nativeCrs,
double[] fullResolution) |
Modifier and Type | Method and Description |
---|---|
void |
SpatialRequestHelper.setRequestedGridGeometry(GridGeometry2D gridGeometry) |
Modifier and Type | Field and Description |
---|---|
GridGeometry2D |
Mosaic.Params.finalGeometry
The
GridGeometry2D object to use for the final GridCoverage2D . |
Modifier and Type | Method and Description |
---|---|
static GridCoverage2DRIA |
GridCoverage2DRIA.create(GridCoverage2D src,
GridGeometry2D dst,
double[] nodata)
Wrap the src coverage in the dst layout.
|
static GridCoverage2DRIA |
GridCoverage2DRIA.create(GridCoverage2D src,
GridGeometry2D dst,
double[] nodata,
Hints hints) |
static GridCoverage2DRIA |
GridCoverage2DRIA.create(GridCoverage2D src,
GridGeometry2D dst,
double[] nodata,
Hints hints,
ROI roi)
Wrap the src coverage in the dst layout.
|
abstract Mosaic.ResampledRasters |
Mosaic.GridGeometryPolicy.resampleGridGeometry(GridCoverage2D[] sources,
GridCoverage2D[] alphas,
GridGeometry2D external,
ParameterValueGroup parameters,
Hints hints)
Method for resampling the input
GridCoverage2D objects. |
Modifier and Type | Method and Description |
---|---|
abstract AffineTransform |
BandMerge.TransformList.getCRStoGrid2D(List<GridGeometry2D> list,
int index)
Returns the World To Grid transformation from the following GridGeometry list.
|
abstract AffineTransform |
BandMerge.TransformList.getGridToCRS2D(List<GridGeometry2D> list,
int index)
Returns the Grid To World transformation from the following GridGeometry list.
|
List<AffineTransform> |
BandMerge.TransformList.getTransformationList(List<GridGeometry2D> list,
int index)
Returns a List of AffineTransformations objects to use for backward mapping the
destination image pixels into each source image
|
Constructor and Description |
---|
GridCoverage2DRIA(GridCoverage2D src,
GridGeometry2D dst,
Vector sources,
ImageLayout layout,
Map configuration,
boolean cobbleSources,
BorderExtender extender,
Interpolation interp,
double[] nodata,
ROI roi,
Hints hints) |
Modifier and Type | Method and Description |
---|---|
void |
SpatialRequestHelper.setRequestedGridGeometry(GridGeometry2D gridGeometry) |
Modifier and Type | Method and Description |
---|---|
protected GridGeometry2D |
VariableAdapter.getGridGeometry()
Extracts the
grid geometry from the unidata variable. |
GridGeometry2D |
VariableAdapter.UnidataSpatialDomain.getGridGeometry() |
Modifier and Type | Method and Description |
---|---|
void |
VariableAdapter.UnidataSpatialDomain.setGridGeometry(GridGeometry2D gridGeometry) |
Modifier and Type | Method and Description |
---|---|
Object |
RenderingTransformationHelper.applyRenderingTransformation(Expression transformation,
FeatureSource featureSource,
Query layerQuery,
Query renderingQuery,
GridGeometry2D gridGeometry,
CoordinateReferenceSystem sourceCrs,
RenderingHints hints) |
protected abstract GridCoverage2D |
RenderingTransformationHelper.readCoverage(GridCoverage2DReader reader,
Object params,
GridGeometry2D readGG)
Subclasses will override and provide means to read the coverage
|
Copyright © 1996–2019 Geotools. All rights reserved.