|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Envelope | |
|---|---|
| org.opengis.coverage | Coverages (generate a value for any point). |
| org.opengis.geometry | Root package for geometries. |
| org.opengis.geometry.coordinate | Set of geometric objects. |
| org.opengis.geometry.primitive | Set of geometric objects that are not decomposed further into other primitives. |
| 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. |
| 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.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. |
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||