GeoAPI 2.0
Build 2005-06-08

Uses of Interface
org.opengis.spatialschema.geometry.Envelope

Packages that use Envelope
org.opengis.coverage Coverages (generate a value for any point). 
org.opengis.feature Gives a normalized interface to a data provider that can serve up collections of Feature objects. 
org.opengis.go.display.canvas   
org.opengis.go.display.canvas.map2d   
org.opengis.layer Basic unit of geographic information that may be requested as a map from a server. 
org.opengis.spatialschema.geometry Root package for geometries
org.opengis.spatialschema.geometry.geometry Set of geometric objects. 
org.opengis.spatialschema.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.feature
 

Methods in org.opengis.feature that return Envelope
 Envelope Feature.getBounds()
          Returns the extent of the geometries of this feature.
 

Uses of Envelope in org.opengis.go.display.canvas
 

Methods in org.opengis.go.display.canvas with parameters of type Envelope
 Graphic[] Canvas.getGraphicsIn(Envelope bounds)
          Returns the Graphics that occupy the given Envelope.
 

Uses of Envelope in org.opengis.go.display.canvas.map2d
 

Methods in org.opengis.go.display.canvas.map2d that return Envelope
 Envelope Map2DState.getEnvelope()
          Gets the Envelope of the Canvas represented by this Map2DState.
 

Methods in org.opengis.go.display.canvas.map2d with parameters of type Envelope
 void Map2DController.setEnvelope(Envelope newEnvelope)
          Sets the envelope of the canvas, provided this Map2DController is the active controller.
 

Uses of Envelope in org.opengis.layer
 

Methods in org.opengis.layer that return types with arguments of type Envelope
 Collection<Envelope> Layer.getBoundingBoxes()
          Provides the bounding boxes that specify the coordinate ranges for this Layer, as Envelopes, including bounding boxes inherited from parent Layers.
 

Uses of Envelope in org.opengis.spatialschema.geometry
 

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

Uses of Envelope in org.opengis.spatialschema.geometry.geometry
 

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

Uses of Envelope in org.opengis.spatialschema.geometry.primitive
 

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


GeoAPI 2.0
Build 2005-06-08

Symbols, terms and definitions
Copyright OpenGIS® Consortium