Package com.luciad.format.gml32.model
Class TLcdGML32DerivationUnitTerm
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32UnitOfMeasure
com.luciad.format.gml32.model.TLcdGML32DerivationUnitTerm
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
A set of gml:derivationUnitTerm elements describes a derived unit of measure. Each element carries an integer exponent. The terms are combined by raising each referenced unit to the power of its exponent and forming the product.
This unit term references another unit of measure (uom) and provides an integer exponent applied to that unit in defining the compound unit. The exponent may be positive or negative, but not zero.
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theexponentattribute.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32UnitOfMeasure
UOM_PROPERTY -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theexponentattribute.voidsetExponent(Long aValue) Sets the value of the property that maps to theexponentattribute.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32UnitOfMeasure
getUom, setUom
-
Field Details
-
EXPONENT_PROPERTY
Data property that maps to theexponentattribute. The possible values for this property are instances ofLong.
-
-
Constructor Details
-
TLcdGML32DerivationUnitTerm
public TLcdGML32DerivationUnitTerm() -
TLcdGML32DerivationUnitTerm
-
-
Method Details
-
getExponent
Returns the value of the property that maps to theexponentattribute.- Returns:
- the value of the
EXPONENT_PROPERTYproperty.
-
setExponent
Sets the value of the property that maps to theexponentattribute.- Parameters:
aValue- the value to set for theEXPONENT_PROPERTYproperty.
-