Class TLcdGML32MeasureList

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

public class TLcdGML32MeasureList extends TLcdDataObject
gml:MeasureListType provides for a list of quantities.
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 ILcdDoubleList.
    • UOM_PROPERTY

      public static final TLcdDataProperty UOM_PROPERTY
      Data property that maps to the uom attribute. The possible values for this property are instances of
      • String
      • URI
  • Constructor Details

    • TLcdGML32MeasureList

      public TLcdGML32MeasureList()
    • TLcdGML32MeasureList

      public TLcdGML32MeasureList(TLcdDataType aType)
  • Method Details

    • getValueObject

      public ILcdDoubleList 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(ILcdDoubleList 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.
    • getUom

      public Object getUom()
      Returns the value of the property that maps to the uom attribute.

      The possible values for this property are instances of

      • String
      • URI
      Returns:
      the value of the UOM_PROPERTY property.
    • setUom

      public void setUom(Object aValue)
      Sets the value of the property that maps to the uom attribute.

      The possible values for this property are instances of

      • String
      • URI
      Parameters:
      aValue - the value to set for the UOM_PROPERTY property.