Uses of Class
org.geotools.geometry.Envelope2D

Packages that use Envelope2D
org.geotools.coverage.grid GridCoverage2D implementation. 
org.geotools.geometry.jts   
org.geotools.resources.coverage   
 

Uses of Envelope2D in org.geotools.coverage.grid
 

Methods in org.geotools.coverage.grid that return Envelope2D
 Envelope2D GridCoverage2D.getEnvelope2D()
          Returns the two-dimensional bounding box for the coverage domain in coordinate reference system coordinates.
 Envelope2D GridGeometry2D.getEnvelope2D()
          Returns the two-dimensional bounding box for the coverage domain in coordinate reference system coordinates.
 Envelope2D GridGeometry2D.gridToWorld(GridEnvelope2D gridEnv)
          Transforms a rectangle represented by a GridEnvelope2D object from grid to world coordinates.
 Envelope2D GridGeometry2D.reduce(org.opengis.geometry.Envelope envelope)
          Reduces the specified envelope to a two-dimensional one.
 

Methods in org.geotools.coverage.grid with parameters of type Envelope2D
 GridEnvelope2D GridGeometry2D.worldToGrid(Envelope2D envelope)
          Transforms a rectangle represented by an Envelope2D object from world to grid coordinates.
 

Uses of Envelope2D in org.geotools.geometry.jts
 

Methods in org.geotools.geometry.jts that return Envelope2D
static Envelope2D JTS.getEnvelope2D(com.vividsolutions.jts.geom.Envelope envelope, org.opengis.referencing.crs.CoordinateReferenceSystem crs)
          Converts a JTS 2D envelope in an Envelope2D for interoperability with the referencing package.
 

Uses of Envelope2D in org.geotools.resources.coverage
 

Methods in org.geotools.resources.coverage that return Envelope2D
static Envelope2D CoverageUtilities.getEnvelope2D(org.opengis.coverage.Coverage coverage)
          Returns a two-dimensional envelope for the given coverage.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.