Interface ILcdGML3TimeDuration


public interface ILcdGML3TimeDuration
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 describing a GML temporal length or distance. It contains either a duration or a decimal.
  • Method Details Link icon

    • getDuration Link icon

      TLcdXMLDuration getDuration()
      Deprecated.
      Gets the duration.
      Returns:
      the duration.
    • setDuration Link icon

      void setDuration(TLcdXMLDuration aDuration)
      Deprecated.
      Sets the duration.
      Parameters:
      aDuration - the duration to be set.
    • getDecimal Link icon

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

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