Uses of Class
org.geotools.gc.GridGeometry

Packages that use GridGeometry
org.geotools.gc Grid coverage implementation.  
org.geotools.resources A set of helper classes for Geotools implementation; Do not use! 
 

Uses of GridGeometry in org.geotools.gc
 

Fields in org.geotools.gc declared as GridGeometry
protected  GridGeometry GridCoverage.gridGeometry
          Deprecated. The grid geometry.
 

Methods in org.geotools.gc that return GridGeometry
 GridGeometry Adapters.wrap(org.opengis.gc.GC_GridGeometry geometry)
          Deprecated. Returns a grid geometry from an OpenGIS's interface.
 GridGeometry GridCoverage.getGridGeometry()
          Deprecated. Returns information for the grid coverage geometry.
 

Methods in org.geotools.gc with parameters of type GridGeometry
 org.opengis.gc.GC_GridGeometry Adapters.export(GridGeometry geometry)
          Deprecated. Returns an OpenGIS interface for a grid geometry.
 

Constructors in org.geotools.gc with parameters of type GridGeometry
GridCoverage(java.lang.String name, javax.media.jai.ImageFunction function, CoordinateSystem cs, GridGeometry gridGeometry, SampleDimension[] bands, java.util.Map properties)
          Deprecated. Construt a grid coverage from an image function.
 

Uses of GridGeometry in org.geotools.resources
 

Methods in org.geotools.resources with parameters of type GridGeometry
static boolean LegacyGCSUtilities.hasGridRange(GridGeometry geometry)
          Deprecated. Returns true if the specified geometry has a valid grid range.
static boolean LegacyGCSUtilities.hasTransform(GridGeometry geometry)
          Deprecated. Returns true if the specified geometry has a valid "grid to coordinate system" transform.
 



Copyright © GeoTools. All Rights Reserved.