Uses of Class
org.geotools.geometry.Envelope2D

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

Uses of Envelope2D in org.geotools.coverage.grid
 

Methods in org.geotools.coverage.grid that return Envelope2D
 Envelope2D GridGeometry2D.getEnvelope2D()
          Returns the two-dimensional bounding box for the coverage domain in coordinate reference system coordinates.
 Envelope2D GridCoverage2D.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(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(Envelope envelope, CoordinateReferenceSystem crs)
          Converts a JTS 2D envelope in an Envelope2D for interoperability with the referencing package.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.