Package org.opengis.metadata.extent
Interface GeographicDescription
-
- All Superinterfaces:
GeographicExtent
@UML(identifier="EX_GeographicDescription", specification=ISO_19115) public interface GeographicDescription extends GeographicExtent
Description of the geographic area using identifiers.- Since:
- 1.0
- Version:
- 3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Identifier
getGeographicIdentifier()
Returns the identifier used to represent a geographic area.-
Methods inherited from interface org.opengis.metadata.extent.GeographicExtent
getInclusion
-
-
-
-
Method Detail
-
getGeographicIdentifier
@UML(identifier="geographicIdentifier", obligation=MANDATORY, specification=ISO_19115) Identifier getGeographicIdentifier()
Returns the identifier used to represent a geographic area.- Returns:
- The identifier used to represent a geographic area.
-
-