Class TLcdISO19115GeographicDescription

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdISO19115GeographicDescription extends TLcdISO19115GeographicExtent
Description of a geographic area through the use of a unique name established and maintained by an authority.
Since:
10.0
  • Field Details

  • Constructor Details

    • TLcdISO19115GeographicDescription

      public TLcdISO19115GeographicDescription()
    • TLcdISO19115GeographicDescription

      public TLcdISO19115GeographicDescription(TLcdDataType aType)
  • Method Details

    • getGeographicIdentifier

      public TLcdISO19115Identifier getGeographicIdentifier()
      Returns the role value contained in the value of the GEOGRAPHIC_IDENTIFIER_PROPERTY property. Returns null if the value of the GEOGRAPHIC_IDENTIFIER_PROPERTY property is null.
      Returns:
      the role value of the GEOGRAPHIC_IDENTIFIER_PROPERTY property.
      See Also:
    • setGeographicIdentifier

      public void setGeographicIdentifier(TLcdISO19115Identifier aValue)
      Sets the value of the property that maps to the geographicIdentifier element. to a new instance of the association class TLcdISO19118Property initialized with the given role value. In case the given role value is null, the GEOGRAPHIC_IDENTIFIER_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the GEOGRAPHIC_IDENTIFIER_PROPERTY property.