@UML(identifier="EX_GeographicBoundingBox", specification=ISO_19115) public interface GeographicBoundingBox extends GeographicExtent
Modifier and Type | Method and Description |
---|---|
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.
|
getInclusion
@UML(identifier="westBoundLongitude", obligation=MANDATORY, specification=ISO_19115) double getWestBoundLongitude()
@UML(identifier="eastBoundLongitude", obligation=MANDATORY, specification=ISO_19115) double getEastBoundLongitude()
@UML(identifier="southBoundLatitude", obligation=MANDATORY, specification=ISO_19115) double getSouthBoundLatitude()
@UML(identifier="northBoundLatitude", obligation=MANDATORY, specification=ISO_19115) double getNorthBoundLatitude()
Copyright © 1996–2019 Geotools. All rights reserved.