Interface ILcdGML3TimePositionUnion

All Known Subinterfaces:
ILcdGML3TimePosition

public interface ILcdGML3TimePositionUnion
Deprecated.
This class has been deprecated. The GML decoders and encoders in the com.luciad.format.gml3.* packages are replaced by new decoders and encoders in the packages com.luciad.format.gml2.xml, com.luciad.format.gml31.xml and com.luciad.format.gml32.xml.
Interface for representing gml:TimePositionUnion type.

This type indicates temporal position relative to a specific reference system. An ordinal position may be referenced via URI identifying the definition of an ordinal era. A time coordinate value is indicated as a decimal (e.g. UNIX time, GPS calendar).

  • Method Details

    • getDateTime

      TLcdXMLDateTime getDateTime()
      Deprecated.
      Gets the datetime.
      Returns:
      the datetime.
    • setDateTime

      void setDateTime(TLcdXMLDateTime aDateTime)
      Deprecated.
      Sets the datetime.
      Parameters:
      aDateTime - the datetime to be set.
    • getURI

      String getURI()
      Deprecated.
      Gets the URI identifying the definition of an ordinal era.
      Returns:
      the URI.
    • setURI

      void setURI(String aURI)
      Deprecated.
      Sets the URI identifying the definition of an ordinal era.
      Parameters:
      aURI - the URI to be set.
    • getDecimal

      BigDecimal getDecimal()
      Deprecated.
      Gets the decimal.
      Returns:
      the decimal.
    • setDecimal

      void setDecimal(BigDecimal aDecimal)
      Deprecated.
      Sets the decimal.
      Parameters:
      aDecimal - the decimal to be set.