Class TLcdGML32TimeIntervalLength

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32TimeIntervalLength
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdGML32TimeIntervalLength extends TLcdDataObject
Since:
10.0
  • Field Details

    • VALUE_PROPERTY

      public static final TLcdDataProperty VALUE_PROPERTY
      Data property that maps to the value defined by the simple content. The possible values for this property are instances of Double.
    • FACTOR_PROPERTY

      public static final TLcdDataProperty FACTOR_PROPERTY
      Data property that maps to the factor attribute. The possible values for this property are instances of Long.
    • RADIX_PROPERTY

      public static final TLcdDataProperty RADIX_PROPERTY
      Data property that maps to the radix attribute. The possible values for this property are instances of Long.
    • UNIT_PROPERTY

      public static final TLcdDataProperty UNIT_PROPERTY
      Data property that maps to the unit attribute. The possible values for this property are instances of
  • Constructor Details

    • TLcdGML32TimeIntervalLength

      public TLcdGML32TimeIntervalLength()
    • TLcdGML32TimeIntervalLength

      public TLcdGML32TimeIntervalLength(TLcdDataType aType)
  • Method Details

    • getValueObject

      public Double getValueObject()
      Returns the value of the property that maps to the value defined by the simple content.
      Returns:
      the value of the VALUE_PROPERTY property.
    • setValueObject

      public void setValueObject(Double aValue)
      Sets the value of the property that maps to the value defined by the simple content.
      Parameters:
      aValue - the value to set for the VALUE_PROPERTY property.
    • getFactor

      public Long getFactor()
      Returns the value of the property that maps to the factor attribute.
      Returns:
      the value of the FACTOR_PROPERTY property.
    • setFactor

      public void setFactor(Long aValue)
      Sets the value of the property that maps to the factor attribute.
      Parameters:
      aValue - the value to set for the FACTOR_PROPERTY property.
    • getRadix

      public Long getRadix()
      Returns the value of the property that maps to the radix attribute.
      Returns:
      the value of the RADIX_PROPERTY property.
    • setRadix

      public void setRadix(Long aValue)
      Sets the value of the property that maps to the radix attribute.
      Parameters:
      aValue - the value to set for the RADIX_PROPERTY property.
    • getUnit

      public TLcdGML32TimeUnit getUnit()
      Returns the value of the property that maps to the unit attribute.

      The possible values for this property are instances of

      Returns:
      the value of the UNIT_PROPERTY property.
    • setUnit

      public void setUnit(TLcdGML32TimeUnit aValue)
      Sets the value of the property that maps to the unit attribute.

      The possible values for this property are instances of

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