Uses of Interface
org.geotools.api.coverage.grid.GridGeometry
Packages that use GridGeometry
Package
Description
Quadrilateral grid coverages.
GridCoverage2D implementation.
Coverage processing
implementations.
List of coverage operations.
Define a Process API used to wrap up processes for reuse.
Raster processing support for the GeoTools library.
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 GridGeometryModifier and TypeMethodDescriptionGridCoverage.getGridGeometry()
Information for the grid coverage geometry.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 GridGeometryModifier and TypeClassDescriptionclass
Describes the valid range of grid coordinates and the math transform to transform grid coordinates to real world coordinates.class
Describes the valid range of grid coordinates and the math transform, in the special case where only 2 dimensions are in use.class
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 GridGeometryModifier and TypeMethodDescriptionAbstractGridCoverage.getOverviewGridGeometry
(int index) Returns the grid geometry for an overview.Methods in org.geotools.coverage.grid with parameters of type GridGeometryModifier and TypeMethodDescriptionstatic GridGeometry2D
GridGeometry2D.wrap
(GridGeometry other) Returns the given grid geometry as aGridGeometry2D
.Constructors in org.geotools.coverage.grid with parameters of type GridGeometryModifierConstructorDescriptionGeneralGridGeometry
(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 GridGeometryModifier and TypeMethodDescriptionDefaultGridCoverageResponse.getGridGeometry()
DefaultGridCoverageResponse.getOverviewGridGeometry
(int index) -
Uses of GridGeometry in org.geotools.coverage.processing
Methods in org.geotools.coverage.processing with parameters of type GridGeometryModifier and TypeMethodDescriptionOperations.resample
(GridCoverage source, CoordinateReferenceSystem crs, GridGeometry gridGeometry, Interpolation interpolationType) Resamples a grid coverage to the specified coordinate reference system and grid geometry.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 GridGeometryModifier and TypeFieldDescriptionstatic final ParameterDescriptor<GridGeometry>
Mosaic.GG
The parameter descriptor for the GridGeometry to use.static final ParameterDescriptor<GridGeometry>
Resample.GRID_GEOMETRY
The parameter descriptor for the grid geometry.Methods in org.geotools.coverage.processing.operation that return GridGeometryModifier and TypeMethodDescriptionstatic 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 GridGeometryModifier and TypeMethodDescriptionRenderingTransformation.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 GridGeometryModifier and TypeMethodDescriptionRenderingTransformation.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.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 GridGeometryModifier and TypeMethodDescriptionFootprintsTransformation.invertGridGeometry
(Query targetQuery, GridGeometry targetGridGeometry) Methods in org.geotools.gce.imagemosaic with parameters of type GridGeometryModifier and TypeMethodDescriptionFootprintsTransformation.invertGridGeometry
(Query targetQuery, GridGeometry targetGridGeometry) FootprintsTransformation.invertQuery
(Query targetQuery, GridGeometry gridGeometry) -
Uses of GridGeometry in org.geotools.process
Methods in org.geotools.process that return GridGeometryModifier and TypeMethodDescriptionRenderingProcess.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 GridGeometryModifier and TypeMethodDescriptionRenderingProcess.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.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.raster
Methods in org.geotools.process.raster that return GridGeometryModifier and TypeMethodDescriptionContourProcess.invertGridGeometry
(Query targetQuery, GridGeometry gg) Methods in org.geotools.process.raster with parameters of type GridGeometryModifier and TypeMethodDescriptionContourProcess.invertGridGeometry
(Query targetQuery, GridGeometry gg) -
Uses of GridGeometry in org.geotools.process.vector
Methods in org.geotools.process.vector with parameters of type GridGeometryModifier and TypeMethodDescriptionBarnesSurfaceProcess.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.GroupCandidateSelectionProcess.invertQuery
(String operationAttribute, List<String> groupingAttributes, Query targetQuery, GridGeometry gridGeometry) 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.