org.opengis.metadata.extent
Interface GeographicExtent

Show UML class diagram
All Known Subinterfaces:
BoundingPolygon, GeographicBoundingBox, GeographicDescription

@UML(identifier="EX_GeographicExtent",
     specification=ISO_19115)
public interface GeographicExtent

Base interface for geographic area of the dataset.

Since:
GeoAPI 1.0
Version:
ISO 19115

Method Summary
 Boolean getInclusion()
          Indication of whether the bounding polygon encompasses an area covered by the data (inclusion) or an area where data is not present (exclusion).
 

Method Detail

getInclusion

@UML(identifier="extentTypeCode",
     obligation=OPTIONAL,
     specification=ISO_19115)
Boolean getInclusion()
Indication of whether the bounding polygon encompasses an area covered by the data (inclusion) or an area where data is not present (exclusion).

Returns:
true for inclusion, false for exclusion, or null if unspecified.
Departure from OGC/ISO specification:
The ISO identifier is "extentTypeCode" and defines the value 1 for inclusion, and 0 for exclusion. GeoAPI uses a name which better expresses the meaning of the return value.


Copyright © 1994-2010 Open Geospatial Consortium. All Rights Reserved.