- All Superinterfaces:
GeographicExtent
@UML(identifier="EX_GeographicDescription",
specification=ISO_19115)
public interface GeographicDescription
extends GeographicExtent
Description of the geographic area using identifiers.
Geographic identifiers are described in ISO 19112.
- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier used to represent a geographic area.Methods inherited from interface org.opengis.metadata.extent.GeographicExtent
getInclusion
-
Method Details
-
getGeographicIdentifier
@UML(identifier="geographicIdentifier", obligation=MANDATORY, specification=ISO_19115) Identifier getGeographicIdentifier()The identifier used to represent a geographic area.- Returns:
- the identifier used to represent a geographic area.
-