Package com.luciad.format.gml32.model
Class TLcdGML32UnitOfMeasure
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32UnitOfMeasure
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Direct Known Subclasses:
TLcdGML32ConversionToPreferredUnit
,TLcdGML32DerivationUnitTerm
The element gml:unitOfMeasure is a property element to refer to a unit of measure. This is an empty element which carries a reference to a unit of measure definition.
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theuom
attribute. -
Constructor Summary
-
Method Summary
-
Field Details
-
UOM_PROPERTY
Data property that maps to theuom
attribute. The possible values for this property are instances ofString
URI
-
-
Constructor Details
-
TLcdGML32UnitOfMeasure
public TLcdGML32UnitOfMeasure() -
TLcdGML32UnitOfMeasure
-
-
Method Details
-
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.
-