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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theexponent
attribute.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32UnitOfMeasure
UOM_PROPERTY
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theexponent
attribute.void
setExponent
(Long aValue) Sets the value of the property that maps to theexponent
attribute.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32UnitOfMeasure
getUom, setUom
-
Field Details
-
EXPONENT_PROPERTY
Data property that maps to theexponent
attribute. 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 theexponent
attribute.- Returns:
- the value of the
EXPONENT_PROPERTY
property.
-
setExponent
Sets the value of the property that maps to theexponent
attribute.- Parameters:
aValue
- the value to set for theEXPONENT_PROPERTY
property.
-