Uses of Interface
org.geotools.api.coverage.grid.GridGeometry
-
Packages that use GridGeometry Package Description org.geotools.api.coverage.grid Quadrilateral grid coverages.org.geotools.coverage.grid GridCoverage2D implementation.org.geotools.coverage.io.impl org.geotools.coverage.processing Coverage processing implementations.org.geotools.coverage.processing.operation List of coverage operations.org.geotools.filter.function org.geotools.gce.imagemosaic org.geotools.process Define a Process API used to wrap up processes for reuse.org.geotools.process.vector Vector processing support for the GeoTools library. -
-
Uses of GridGeometry in org.geotools.api.coverage.grid
Methods in org.geotools.api.coverage.grid that return GridGeometry Modifier and Type Method Description GridGeometry
GridCoverage. getGridGeometry()
Information for the grid coverage geometry.GridGeometry
GridCoverage. getOverviewGridGeometry(int index)
Returns the grid geometry for an overview. -
Uses of GridGeometry in org.geotools.coverage.grid
Classes in org.geotools.coverage.grid that implement GridGeometry Modifier and Type Class Description class
GeneralGridGeometry
Describes the valid range of grid coordinates and the math transform to transform grid coordinates to real world coordinates.class
GridGeometry2D
Describes the valid range of grid coordinates and the math transform, in the special case where only 2 dimensions are in use.class
ImageGeometry
A simple grid geometry holding the grid range as a rectangle and the grid to CRS relationship as an affine transform.Methods in org.geotools.coverage.grid that return GridGeometry Modifier and Type Method Description GridGeometry
AbstractGridCoverage. getOverviewGridGeometry(int index)
Returns the grid geometry for an overview.Methods in org.geotools.coverage.grid with parameters of type GridGeometry Modifier and Type Method Description static GridGeometry2D
GridGeometry2D. wrap(GridGeometry other)
Returns the given grid geometry as aGridGeometry2D
.Constructors in org.geotools.coverage.grid with parameters of type GridGeometry Constructor Description GeneralGridGeometry(GridGeometry other)
Creates a new grid geometry with the same values than the given grid geometry.GridGeometry2D(GridGeometry other)
Creates a new grid geometry with the same values than the given grid geometry. -
Uses of GridGeometry in org.geotools.coverage.io.impl
Methods in org.geotools.coverage.io.impl that return GridGeometry Modifier and Type Method Description GridGeometry
DefaultGridCoverageResponse. getGridGeometry()
GridGeometry
DefaultGridCoverageResponse. getOverviewGridGeometry(int index)
-
Uses of GridGeometry in org.geotools.coverage.processing
Methods in org.geotools.coverage.processing with parameters of type GridGeometry Modifier and Type Method Description Coverage
Operations. resample(GridCoverage source, CoordinateReferenceSystem crs, GridGeometry gridGeometry, Interpolation interpolationType)
Resamples a grid coverage to the specified coordinate reference system and grid geometry.Coverage
Operations. resample(GridCoverage source, CoordinateReferenceSystem crs, GridGeometry gridGeometry, Interpolation interpolationType, double[] backgroundValues)
Resamples a grid coverage to the specified coordinate reference system and grid geometry. -
Uses of GridGeometry in org.geotools.coverage.processing.operation
Fields in org.geotools.coverage.processing.operation with type parameters of type GridGeometry Modifier and Type Field Description static ParameterDescriptor<GridGeometry>
Mosaic. GG
The parameter descriptor for the GridGeometry to use.static ParameterDescriptor<GridGeometry>
Resample. GRID_GEOMETRY
The parameter descriptor for the grid geometry.Methods in org.geotools.coverage.processing.operation that return GridGeometry Modifier and Type Method Description static GridGeometry
Resample. computeGridGeometry(GridCoverage source, Bounds target)
Computes a grid geometry from a source coverage and a target envelope. -
Uses of GridGeometry in org.geotools.filter.function
Methods in org.geotools.filter.function that return GridGeometry Modifier and Type Method Description GridGeometry
RenderingTransformation. invertGridGeometry(Query targetQuery, GridGeometry targetGridGeometry)
Given a target query and a target grid geometry returns the grid geometry to be used to read the input data of the function involved in rendering.Methods in org.geotools.filter.function with parameters of type GridGeometry Modifier and Type Method Description GridGeometry
RenderingTransformation. invertGridGeometry(Query targetQuery, GridGeometry targetGridGeometry)
Given a target query and a target grid geometry returns the grid geometry to be used to read the input data of the function involved in rendering.Query
RenderingTransformation. invertQuery(Query targetQuery, GridGeometry gridGeometry)
Given a target query and a target grid geometry returns the query to be used to read the input data of the function This method will be called only if the input data is a feature collection. -
Uses of GridGeometry in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic that return GridGeometry Modifier and Type Method Description GridGeometry
FootprintsTransformation. invertGridGeometry(Query targetQuery, GridGeometry targetGridGeometry)
Methods in org.geotools.gce.imagemosaic with parameters of type GridGeometry Modifier and Type Method Description GridGeometry
FootprintsTransformation. invertGridGeometry(Query targetQuery, GridGeometry targetGridGeometry)
Query
FootprintsTransformation. invertQuery(Query targetQuery, GridGeometry gridGeometry)
-
Uses of GridGeometry in org.geotools.process
Methods in org.geotools.process that return GridGeometry Modifier and Type Method Description GridGeometry
RenderingProcess. invertGridGeometry(Map<String,Object> input, Query targetQuery, GridGeometry targetGridGeometry)
Given a target query and a target grid geometry returns the grid geometry to be used to read the input data of the process involved in rendering.Methods in org.geotools.process with parameters of type GridGeometry Modifier and Type Method Description GridGeometry
RenderingProcess. invertGridGeometry(Map<String,Object> input, Query targetQuery, GridGeometry targetGridGeometry)
Given a target query and a target grid geometry returns the grid geometry to be used to read the input data of the process involved in rendering.Query
RenderingProcess. invertQuery(Map<String,Object> input, Query targetQuery, GridGeometry gridGeometry)
Given a target query and a target grid geometry returns the query to be used to read the input data of the process involved in rendering. -
Uses of GridGeometry in org.geotools.process.vector
Methods in org.geotools.process.vector with parameters of type GridGeometry Modifier and Type Method Description Query
BarnesSurfaceProcess. invertQuery(Double argQueryBuffer, Query targetQuery, GridGeometry targetGridGeometry)
Given a target query and a target grid geometry returns the query to be used to read the input data of the process involved in rendering.Query
GroupCandidateSelectionProcess. invertQuery(String operationAttribute, List<String> groupingAttributes, Query targetQuery, GridGeometry gridGeometry)
Query
HeatmapProcess. invertQuery(Integer argRadiusPixels, ReferencedEnvelope argOutputEnv, Integer argOutputWidth, Integer argOutputHeight, Query targetQuery, GridGeometry targetGridGeometry)
Given a target query and a target grid geometry returns the query to be used to read the input data of the process involved in rendering.
-