GeoAPI 1.0
Build 2004-05-18

org.opengis.spatialschema.geometry
Interface Envelope


public interface Envelope

A minimum bounding box or rectangle. Regardless of dimension, an Envelope can be represented without ambiguity as two direct positions (coordinate points). To encode an Envelope, it is sufficient to encode these two points. This is consistent with all of the data types in this specification, their state is represented by their publicly accessible attributes.

Version:
2.0
Author:
ISO/DIS 19107, OpenGIS® consortium
UML identifier (data type): GM_Envelope

Method Summary
 DirectPosition getLowerCorner()
          A coordinate position consisting of all the minimal ordinates for each dimension for all points within the Envelope.
 DirectPosition getUpperCorner()
          A coordinate position consisting of all the maximal ordinates for each dimension for all points within the Envelope.
 

Method Detail

getUpperCorner

DirectPosition getUpperCorner()
A coordinate position consisting of all the maximal ordinates for each dimension for all points within the Envelope.

Returns:
The upper corner.
UML identifier (mandatory attribute): upperCorner

getLowerCorner

DirectPosition getLowerCorner()
A coordinate position consisting of all the minimal ordinates for each dimension for all points within the Envelope.

Returns:
The lower corner.
UML identifier (mandatory attribute): lowerCorner

GeoAPI 1.0
Build 2004-05-18

Symbols, terms and definitions
Copyright OpenGIS® Consortium