Uses of Class
org.geotools.geometry.Envelope2D

Packages that use Envelope2D
org.geotools.coverage.grid GridCoverage2D implementation. 
org.geotools.gce.grassraster GRASS input/output drivers In this package the I/O drivers for reading and writing GRASS raster maps are placed. 
org.geotools.geometry.jts   
 

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(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.
 

Constructors in org.geotools.coverage.grid with parameters of type Envelope2D
GridEnvelope2D(Envelope2D envelope, PixelInCell anchor)
          Casts the specified envelope into a grid envelope.
GridEnvelope2D(Envelope2D envelope, PixelInCell anchor, boolean isHighIncluded)
          Casts the specified envelope into a grid envelope.
 

Uses of Envelope2D in org.geotools.gce.grassraster
 

Constructors in org.geotools.gce.grassraster with parameters of type Envelope2D
JGrassRegion(Envelope2D envelope2D)
          Creates a new instance of JGrassRegion from an Envelope2D .
 

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-2014 Geotools. All Rights Reserved.