Uses of Interface
org.opengis.coverage.grid.GridGeometry

Packages that use GridGeometry
org.geotools.coverage.grid GridCoverage2D implementation. 
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.opengis.coverage.grid Quadrilateral grid coverages. 
 

Uses of GridGeometry in org.geotools.coverage.grid
 

Classes in org.geotools.coverage.grid that implement GridGeometry
 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
 GridGeometry AbstractGridCoverage.getOverviewGridGeometry(int index)
          Returns the grid geometry for an overview.
 

Methods in org.geotools.coverage.grid with parameters of type GridGeometry
static GridGeometry2D GridGeometry2D.wrap(GridGeometry other)
          Returns the given grid geometry as a GridGeometry2D.
 

Constructors in org.geotools.coverage.grid with parameters of type GridGeometry
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.processing
 

Methods in org.geotools.coverage.processing with parameters of type GridGeometry
 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
static ParameterDescriptor<GridGeometry> Resample.GRID_GEOMETRY
          The parameter descriptor for the grid geometry.
 

Methods in org.geotools.coverage.processing.operation that return GridGeometry
static GridGeometry Resample.computeGridGeometry(GridCoverage source, Envelope 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
 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
 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.process
 

Methods in org.geotools.process that return GridGeometry
 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
 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.opengis.coverage.grid
 

Methods in org.opengis.coverage.grid that return GridGeometry
 GridGeometry GridCoverage.getGridGeometry()
          Information for the grid coverage geometry.
 GridGeometry GridCoverage.getOverviewGridGeometry(int index)
          Returns the grid geometry for an overview.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.