Uses of Class
org.geotools.gc.GridRange

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

Uses of GridRange in org.geotools.gc
 

Methods in org.geotools.gc that return GridRange
 GridRange Adapters.wrap(org.opengis.gc.GC_GridRange range)
          Deprecated. Returns a grid range from an OpenGIS's interface.
 GridRange GridRange.getSubGridRange(int lower, int upper)
          Deprecated. Returns a new grid range that encompass only some dimensions of this grid range.
 GridRange GridGeometry.getGridRange()
          Deprecated. Returns the valid coordinate range of a grid coverage.
 

Methods in org.geotools.gc with parameters of type GridRange
 org.opengis.gc.GC_GridRange Adapters.export(GridRange range)
          Deprecated. Returns an OpenGIS interface for a grid range.
 

Constructors in org.geotools.gc with parameters of type GridRange
GridGeometry(GridRange gridRange, MathTransform gridToCoordinateSystem)
          Deprecated. Construct a new grid geometry from a math transform.
GridGeometry(GridRange gridRange, Envelope userRange, boolean[] inverse)
          Deprecated. Construct a new grid geometry.
 

Uses of GridRange in org.geotools.io.coverage
 

Methods in org.geotools.io.coverage that return GridRange
 GridRange PropertyParser.getGridRange()
          Deprecated. Returns the grid range.
 GridRange GridCoverageReader.getGridRange(int index)
          Deprecated. Returns the grid range for the GridCoverage to be read.
 GridRange ExoreferencedGridCoverageReader.getGridRange(int index)
          Deprecated. Returns the grid range for the GridCoverage to be read.
 

Uses of GridRange in org.geotools.resources
 

Methods in org.geotools.resources that return GridRange
static GridRange LegacyGCSUtilities.toGridRange(Envelope envelope)
          Deprecated. Cast the specified envelope into a grid range.
 

Methods in org.geotools.resources with parameters of type GridRange
static Envelope LegacyGCSUtilities.toEnvelope(GridRange gridRange)
          Deprecated. Cast the specified grid range into an envelope.
 



Copyright © GeoTools. All Rights Reserved.