Package com.luciad.format.gml31.model
Class TLcdGML31MeasureOrNullList
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31MeasureOrNullList
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,ILcdFeatured,ILcdSelfDescribedFeatured,Serializable,Cloneable
- Direct Known Subclasses:
TLcdGML31QuantityExtent
List of numbers with a uniform scale.
A member of the list may be a typed null.
The value of uom (Units Of Measure) attribute is a reference to
a Reference System for the amount, either a ratio or position scale.
- Since:
- 10.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theuomattribute.static final TLcdDataPropertyData property that maps to the value defined by the simple content. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUom()Returns the value of the property that maps to theuomattribute.Returns the value of the property that maps to the value defined by the simple content.voidSets the value of the property that maps to theuomattribute.voidsetValueObject(List<Object> aValue) Sets the value of the property that maps to the value defined by the simple content.Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
VALUE_PROPERTY
Data property that maps to the value defined by the simple content. The possible values for this property are instances ofList<Object>. -
UOM_PROPERTY
Data property that maps to theuomattribute. The possible values for this property are instances ofURI.
-
-
Constructor Details
-
TLcdGML31MeasureOrNullList
public TLcdGML31MeasureOrNullList() -
TLcdGML31MeasureOrNullList
-
-
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_PROPERTYproperty.
-
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_PROPERTYproperty.
-
getUom
Returns the value of the property that maps to theuomattribute.- Returns:
- the value of the
UOM_PROPERTYproperty.
-
setUom
Sets the value of the property that maps to theuomattribute.- Parameters:
aValue- the value to set for theUOM_PROPERTYproperty.
-