Class TLcdGML32TemporalDatum

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable
Direct Known Subclasses:
TLcdISO19115TemporalDatum

public class TLcdGML32TemporalDatum extends TLcdGML32TemporalDatumBase
A gml:TemporalDatum defines the origin of a Temporal Reference System. This type omits the "anchorDefinition" and "realizationEpoch" elements and adds the "origin" element with the dateTime type.
Since:
2026.0
  • Field Details

    • ORIGIN_PROPERTY

      public static final TLcdDataProperty ORIGIN_PROPERTY
      Data property that maps to the origin element. The possible values for this property are instances of XMLGregorianCalendar.
  • Constructor Details

    • TLcdGML32TemporalDatum

      public TLcdGML32TemporalDatum()
    • TLcdGML32TemporalDatum

      public TLcdGML32TemporalDatum(TLcdDataType aType)
  • Method Details

    • getOrigin

      public XMLGregorianCalendar getOrigin()
      Returns the value of the property that maps to the origin element.

      gml:origin is the date and time origin of this temporal datum.

      Returns:
      the value of the ORIGIN_PROPERTY property.
    • setOrigin

      public void setOrigin(XMLGregorianCalendar aValue)
      Sets the value of the property that maps to the origin element.

      gml:origin is the date and time origin of this temporal datum.

      Parameters:
      aValue - the value to set for the ORIGIN_PROPERTY property.