Uses of Class
org.geotools.coverage.grid.GridGeometry2D

Packages that use GridGeometry2D
org.geotools.coverage.grid GridCoverage2D implementation. 
org.geotools.coverage.grid.io   
org.geotools.gce.imagemosaic   
 

Uses of GridGeometry2D in org.geotools.coverage.grid
 

Fields in org.geotools.coverage.grid declared as GridGeometry2D
protected  GridGeometry2D GridCoverage2D.gridGeometry
          The grid geometry.
 

Methods in org.geotools.coverage.grid that return GridGeometry2D
 GridGeometry2D GridCoverage2D.getGridGeometry()
          Returns information for the grid coverage geometry.
static GridGeometry2D GridGeometry2D.wrap(GridGeometry other)
          Returns the given grid geometry as a GridGeometry2D.
 

Methods in org.geotools.coverage.grid with parameters of type GridGeometry2D
 GridCoverage2D GridCoverageFactory.create(CharSequence name, ImageFunction function, GridGeometry2D gridGeometry, GridSampleDimension[] bands, Map<?,?> properties)
          Constructs a grid coverage from an image function.
 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.
 

Constructors in org.geotools.coverage.grid with parameters of type GridGeometry2D
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
static DefaultParameterDescriptor<GridGeometry2D> AbstractGridFormat.READ_GRIDGEOMETRY2D
          This GeneralParameterValue ccn be provided to the GridCoverageReaders through the GridCoverageReader.read(GeneralParameterValue[]) method in order to pick up the best matching resolution level and (soon) the best matching area.
 

Uses of GridGeometry2D in org.geotools.gce.imagemosaic
 

Methods in org.geotools.gce.imagemosaic with parameters of type GridGeometry2D
 void SpatialRequestHelper.setRequestedGridGeometry(GridGeometry2D gridGeometry)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.