Class TLcdISO19115PrimeMeridianAlt

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdISO19115PrimeMeridianAlt extends TLcdGML32Definition
XML attributes contraints: - 1) Id is mandatory - 2) codeSpace (type xsd:anyURI) is mandatory
Since:
2013.1
  • Field Details

    • CODE_SPACE_PROPERTY

      public static final TLcdDataProperty CODE_SPACE_PROPERTY
      Data property that maps to the codeSpace attribute. The possible values for this property are instances of URI.
    • LOCALE_PROPERTY

      public static final TLcdDataProperty LOCALE_PROPERTY
      Data property that maps to the locale element. The possible values for this property are instances of TLcdISO19118Property<TLcdISO19115Locale>.
  • Constructor Details

    • TLcdISO19115PrimeMeridianAlt

      public TLcdISO19115PrimeMeridianAlt()
    • TLcdISO19115PrimeMeridianAlt

      public TLcdISO19115PrimeMeridianAlt(TLcdDataType aType)
  • Method Details

    • getCodeSpace

      public URI getCodeSpace()
      Returns the value of the property that maps to the codeSpace attribute.
      Returns:
      the value of the CODE_SPACE_PROPERTY property.
    • setCodeSpace

      public void setCodeSpace(URI aValue)
      Sets the value of the property that maps to the codeSpace attribute.
      Parameters:
      aValue - the value to set for the CODE_SPACE_PROPERTY property.
    • getLocale

      public TLcdISO19115Locale getLocale()
      Returns the role value contained in the value of the LOCALE_PROPERTY property. Returns null if the value of the LOCALE_PROPERTY property is null.
      Returns:
      the role value of the LOCALE_PROPERTY property.
      See Also:
    • setLocale

      public void setLocale(TLcdISO19115Locale aValue)
      Sets the value of the property that maps to the locale 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 LOCALE_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the LOCALE_PROPERTY property.