Package com.luciad.format.gml32.model
Class TLcdGML32Quantity
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32Measure
com.luciad.format.gml32.model.TLcdGML32Quantity
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,ILcdISO19103Measure
,Cloneable
An XML attribute uom ("unit of measure") is required, whose value is a URI which identifies the definition of a ratio scale or units by which the numeric value shall be multiplied, or an interval or position scale on which the value occurs.
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thenilReason
attribute.static final TLcdDataProperty
Data property that holds the type of this instance.static 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 TypeMethodDescriptionReturns the value of the property that maps to thenilReason
attribute.getType()
Returns the value of the property that holds the type of this instance.getUom()
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
setNilReason
(Object aValue) Sets the value of the property that maps to thenilReason
attribute.void
Sets the value of the property that holds the type of this instance.void
Sets the value of the property that maps to theuom
attribute.void
setValueObject
(Double aValue) Sets the value of the property that maps to the value defined by the simple content.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32Measure
convert, getUnitOfMeasure, getValue, setUnitOfMeasure, setValue
-
Field Details
-
NIL_REASON_PROPERTY
Data property that maps to thenilReason
attribute. The possible values for this property are instances of -
VALUE_PROPERTY
Data property that maps to the value defined by the simple content. The possible values for this property are instances ofDouble
. -
UOM_PROPERTY
Data property that maps to theuom
attribute. The possible values for this property are instances ofString
URI
-
TYPE_PROPERTY
Data property that holds the type of this instance. The possible values for this property are the publicQName
constants defined in this class.
-
-
Constructor Details
-
TLcdGML32Quantity
public TLcdGML32Quantity() -
TLcdGML32Quantity
-
-
Method Details
-
getNilReason
Returns the value of the property that maps to thenilReason
attribute.The possible values for this property are instances of
- Returns:
- the value of the
NIL_REASON_PROPERTY
property.
-
setNilReason
Sets the value of the property that maps to thenilReason
attribute.The possible values for this property are instances of
- Parameters:
aValue
- the value to set for theNIL_REASON_PROPERTY
property.
-
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.
-
getType
Returns the value of the property that holds the type of this instance.The possible values for this property are the public
QName
constants defined in this class.- Returns:
- the value of the
TYPE_PROPERTY
property.
-
setType
Sets the value of the property that holds the type of this instance.The possible values for this property are the public
QName
constants defined in this class.- Parameters:
aValue
- the value to set for theTYPE_PROPERTY
property.
-