Package com.luciad.format.gml32.model
Class TLcdGML32MeasureList
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32MeasureList
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
gml:MeasureListType provides for a list of quantities.
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theuom
attribute.static final TLcdDataProperty
Data property that maps to the value defined by the simple content. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetUom()
Returns the value of the property that maps to theuom
attribute.Returns the value of the property that maps to the value defined by the simple content.void
Sets the value of the property that maps to theuom
attribute.void
setValueObject
(ILcdDoubleList aValue) Sets the value of the property that maps to the value defined by the simple content.
-
Field Details
-
VALUE_PROPERTY
Data property that maps to the value defined by the simple content. The possible values for this property are instances ofILcdDoubleList
. -
UOM_PROPERTY
Data property that maps to theuom
attribute. The possible values for this property are instances ofString
URI
-
-
Constructor Details
-
TLcdGML32MeasureList
public TLcdGML32MeasureList() -
TLcdGML32MeasureList
-
-
Method Details
-
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
Sets the value of the property that maps to the value defined by the simple content.- Parameters:
aValue
- the value to set for theVALUE_PROPERTY
property.
-
getUom
Returns the value of the property that maps to theuom
attribute.The possible values for this property are instances of
String
URI
- Returns:
- the value of the
UOM_PROPERTY
property.
-
setUom
Sets the value of the property that maps to theuom
attribute.The possible values for this property are instances of
String
URI
- Parameters:
aValue
- the value to set for theUOM_PROPERTY
property.
-