- 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
-
Method Summary
Modifier and TypeMethodDescriptionReturns the identifier used to represent a geographic area.Methods inherited from interface GeographicExtent
getInclusion
-
Method Details
-
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.
-