| Package | Description | 
|---|---|
| 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.process | Define a Process API used to wrap up processes for reuse. | 
| org.geotools.process.vector | Vector processing support for the GeoTools library. | 
| org.opengis.coverage.grid | Quadrilateral grid coverages. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GeneralGridGeometryDescribes the valid range of grid coordinates and the math transform to transform grid
 coordinates to real world coordinates. | 
| class  | GridGeometry2DDescribes the valid range of grid coordinates and the math transform, in the special case where
 only 2 dimensions are in use. | 
| class  | ImageGeometryA simple grid geometry holding the grid range as a rectangle and the
 grid to CRS relationship as an affine transform. | 
| Modifier and Type | Method and Description | 
|---|---|
| GridGeometry | AbstractGridCoverage. getOverviewGridGeometry(int index)Returns the grid geometry for an overview. | 
| Modifier and Type | Method and Description | 
|---|---|
| static GridGeometry2D | GridGeometry2D. wrap(GridGeometry other)Returns the given grid geometry as a  GridGeometry2D. | 
| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| GridGeometry | DefaultGridCoverageResponse. getGridGeometry() | 
| GridGeometry | DefaultGridCoverageResponse. getOverviewGridGeometry(int index) | 
| Modifier and Type | Method and 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. | 
| Modifier and Type | Field and Description | 
|---|---|
| static ParameterDescriptor<GridGeometry> | Mosaic. GGThe parameter descriptor for the GridGeometry to use. | 
| static ParameterDescriptor<GridGeometry> | Resample. GRID_GEOMETRYThe parameter descriptor for the grid geometry. | 
| Modifier and Type | Method and Description | 
|---|---|
| static GridGeometry | Resample. computeGridGeometry(GridCoverage source,
                   Envelope target)Computes a grid geometry from a source coverage and a target envelope. | 
| Modifier and Type | Method and 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. | 
| Modifier and Type | Method and 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. | 
| Modifier and Type | Method and 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. | 
| Modifier and Type | Method and 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. | 
| Modifier and Type | Method and 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 | 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| GridGeometry | GridCoverage. getGridGeometry()Information for the grid coverage geometry. | 
| GridGeometry | GridCoverage. getOverviewGridGeometry(int index)Returns the grid geometry for an overview. | 
Copyright © 1996–2019 Geotools. All rights reserved.