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. Geographic identifiers are described in ISO 19112.- Since:
 - 1.0
 
 
- 
- 
Method Summary
Modifier and Type Method Description IdentifiergetGeographicIdentifier()The identifier used to represent a geographic area.- 
Methods inherited from interface GeographicExtent
getInclusion 
 - 
 
 - 
 
- 
- 
Method Detail
- 
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.
 
 
 - 
 
 -