Uses of Class
org.geotools.coverage.grid.GridGeometry2D
-
Packages that use GridGeometry2D 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. -
-
Uses of GridGeometry2D in org.geotools.coverage.grid
Fields in org.geotools.coverage.grid declared as GridGeometry2D Modifier and Type Field Description protected GridGeometry2D
GridCoverage2D. gridGeometry
The grid geometry.Methods in org.geotools.coverage.grid that return GridGeometry2D Modifier and Type Method 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 aGridGeometry2D
.Methods in org.geotools.coverage.grid with parameters of type GridGeometry2D Modifier and Type Method Description 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, 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 GridGeometry2D Constructor 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. -
Uses of GridGeometry2D in org.geotools.coverage.grid.io
Fields in org.geotools.coverage.grid.io with type parameters of type GridGeometry2D Modifier and Type Field Description static DefaultParameterDescriptor<GridGeometry2D>
AbstractGridFormat. READ_GRIDGEOMETRY2D
ThisGeneralParameterValue
can be provided to theGridCoverageReader
s through theGridCoverageReader#read(GeneralParameterValue[])
method in order to pick up the best matching resolution level and (soon) the best matching area.Constructors in org.geotools.coverage.grid.io with parameters of type GridGeometry2D Constructor Description ReadResolutionCalculator(GridGeometry2D requestedGridGeometry, CoordinateReferenceSystem nativeCrs, double[] fullResolution)
-
Uses of GridGeometry2D in org.geotools.coverage.io
Methods in org.geotools.coverage.io with parameters of type GridGeometry2D Modifier and Type Method Description void
SpatialRequestHelper. setRequestedGridGeometry(GridGeometry2D gridGeometry)
-
Uses of GridGeometry2D in org.geotools.coverage.processing.operation
Fields in org.geotools.coverage.processing.operation declared as GridGeometry2D Modifier and Type Field Description GridGeometry2D
Mosaic.Params. finalGeometry
TheGridGeometry2D
object to use for the finalGridCoverage2D
.Methods in org.geotools.coverage.processing.operation with parameters of type GridGeometry2D Modifier and Type Method 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 inputGridCoverage2D
objects.Method parameters in org.geotools.coverage.processing.operation with type arguments of type GridGeometry2D Modifier and Type Method 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 imageConstructors in org.geotools.coverage.processing.operation with parameters of type GridGeometry2D Constructor Description GridCoverage2DRIA(GridCoverage2D src, GridGeometry2D dst, Vector sources, ImageLayout layout, Map configuration, boolean cobbleSources, BorderExtender extender, Interpolation interp, double[] nodata, ROI roi, Hints hints)
-
Uses of GridGeometry2D in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic with parameters of type GridGeometry2D Modifier and Type Method Description void
SpatialRequestHelper. setRequestedGridGeometry(GridGeometry2D gridGeometry)
-
Uses of GridGeometry2D in org.geotools.imageio.netcdf
Methods in org.geotools.imageio.netcdf that return GridGeometry2D Modifier and Type Method Description protected GridGeometry2D
VariableAdapter. getGridGeometry()
Extracts thegrid geometry
from the unidata variable.GridGeometry2D
VariableAdapter.UnidataSpatialDomain. getGridGeometry()
Methods in org.geotools.imageio.netcdf with parameters of type GridGeometry2D Modifier and Type Method Description void
VariableAdapter.UnidataSpatialDomain. setGridGeometry(GridGeometry2D gridGeometry)
-
Uses of GridGeometry2D in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite with parameters of type GridGeometry2D Modifier and Type Method 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
-