GeoAPI 1.0
Build 2004-05-18

org.opengis.metadata.extent
Interface GeographicBoundingBox

All Superinterfaces:
GeographicExtent

public interface GeographicBoundingBox
extends GeographicExtent

Geographic position of the dataset. This is only an approximate so specifying the co-ordinate reference system is unnecessary.

Version:
5.0
Author:
ISO 19115, OpenGIS® consortium
UML identifier (abstract type): EX_GeographicBoundingBox

Method Summary
 double getEastBoundLongitude()
          Returns the eastern-most coordinate of the limit of the dataset extent.
 double getNorthBoundLatitude()
          Returns the northern-most, coordinate of the limit of the dataset extent.
 double getSouthBoundLatitude()
          Returns the southern-most coordinate of the limit of the dataset extent.
 double getWestBoundLongitude()
          Returns the western-most coordinate of the limit of the dataset extent.
 
Methods inherited from interface GeographicExtent
isInclusion
 

Method Detail

getWestBoundLongitude

double getWestBoundLongitude()
Returns the western-most coordinate of the limit of the dataset extent. The value is expressed in longitude in decimal degrees (positive east).

Returns:
The western-most longitude between -180 and +180°.
UML identifier (mandatory attribute): westBoundLongitude

getEastBoundLongitude

double getEastBoundLongitude()
Returns the eastern-most coordinate of the limit of the dataset extent. The value is expressed in longitude in decimal degrees (positive east).

Returns:
The eastern-most longitude between -180 and +180°.
UML identifier (mandatory attribute): eastBoundLongitude

getSouthBoundLatitude

double getSouthBoundLatitude()
Returns the southern-most coordinate of the limit of the dataset extent. The value is expressed in latitude in decimal degrees (positive north).

Returns:
The southern-most latitude between -90 and +90°.
UML identifier (mandatory attribute): southBoundLatitude

getNorthBoundLatitude

double getNorthBoundLatitude()
Returns the northern-most, coordinate of the limit of the dataset extent. The value is expressed in latitude in decimal degrees (positive north).

Returns:
The northern-most latitude between -90 and +90°.
UML identifier (mandatory attribute): northBoundLatitude

GeoAPI 1.0
Build 2004-05-18

Symbols, terms and definitions
Copyright OpenGIS® Consortium