Class TLcdISO19115Identifier

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.referencesystem.TLcdISO19115Identifier
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable
Direct Known Subclasses:
TLcdISO19115ReferenceSystemIdentifier

public class TLcdISO19115Identifier extends TLcdISO19118Object
Value uniquely identifying an object within a namespace
Since:
10.0
  • Field Details

  • Constructor Details

    • TLcdISO19115Identifier

      public TLcdISO19115Identifier()
    • TLcdISO19115Identifier

      public TLcdISO19115Identifier(TLcdDataType aType)
  • Method Details

    • getAuthority

      public TLcdISO19115Citation getAuthority()
      Returns the role value contained in the value of the AUTHORITY_PROPERTY property. Returns null if the value of the AUTHORITY_PROPERTY property is null.
      Returns:
      the role value of the AUTHORITY_PROPERTY property.
      See Also:
    • setAuthority

      public void setAuthority(TLcdISO19115Citation aValue)
      Sets the value of the property that maps to the authority 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 AUTHORITY_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the AUTHORITY_PROPERTY property.
    • getCode

      public String getCode()
      Returns the role value contained in the value of the CODE_PROPERTY property. Returns null if the value of the CODE_PROPERTY property is null.
      Returns:
      the role value of the CODE_PROPERTY property.
      See Also:
    • setCode

      public void setCode(String aValue)
      Sets the value of the property that maps to the code element. to a new instance of the association class TLcdISO19115Optional initialized with the given role value. In case the given role value is null, the CODE_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the CODE_PROPERTY property.