Uses of Interface
org.opengis.geometry.Envelope

Packages that use Envelope
org.opengis.coverage Coverages (generate a value for any point). 
org.opengis.display.container   
org.opengis.geometry Root package for geometries
org.opengis.geometry.coordinate Core package needed to investigate coordinate-defined geometry. 
org.opengis.geometry.primitive Set of geometric objects that are not decomposed further into other primitives
 

Uses of Envelope in org.opengis.coverage
 

Methods in org.opengis.coverage that return Envelope
 Envelope Coverage.getEnvelope()
          The bounding box for the coverage domain in coordinate reference system coordinates.
 

Uses of Envelope in org.opengis.display.container
 

Methods in org.opengis.display.container that return Envelope
 Envelope GraphicsContainer.getGraphicsEnvelope()
           
 

Uses of Envelope in org.opengis.geometry
 

Subinterfaces of Envelope in org.opengis.geometry
 interface BoundingBox
          Represents a two-dimensional envelope.
 

Methods in org.opengis.geometry that return Envelope
 Envelope Geometry.getEnvelope()
          Returns the minimum bounding box for this Geometry.
 

Uses of Envelope in org.opengis.geometry.coordinate
 

Methods in org.opengis.geometry.coordinate that return Envelope
 Envelope GeometryFactory.createEnvelope(DirectPosition lowerCorner, DirectPosition upperCorner)
          Creates a new Envelope with the given corners.
 

Uses of Envelope in org.opengis.geometry.primitive
 

Methods in org.opengis.geometry.primitive with parameters of type Envelope
 Primitive PrimitiveFactory.createPrimitive(Envelope envelope)
          Returns an envelope as a primitive.
 



Copyright © 1994-2012 Open Geospatial Consortium. All Rights Reserved.