Class TLcdGML32ConventionalUnit
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Direct Known Subclasses:
TLcdISO19115ConventionalUnit
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theconversionToPreferredUnitelement.static final TLcdDataPropertyData property that maps to thederivationUnitTermelement.static final TLcdDataPropertyData property that maps to theroughConversionToPreferredUnitelement.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32UnitDefinition
CATALOG_SYMBOL_PROPERTY, QUANTITY_TYPE_PROPERTY, QUANTITY_TYPE_REFERENCE_PROPERTYFields inherited from class com.luciad.format.gml32.model.TLcdGML32Definition
REMARKS_PROPERTYFields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
DESCRIPTION_PROPERTY, DESCRIPTION_REFERENCE_PROPERTY, ID_PROPERTY, IDENTIFIER_PROPERTY, META_DATA_PROPERTY_PROPERTY, NAME_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theconversionToPreferredUnitelement.Returns the value of the property that maps to thederivationUnitTermelement.Returns the value of the property that maps to theroughConversionToPreferredUnitelement.voidSets the value of the property that maps to theconversionToPreferredUnitelement.voidSets the value of the property that maps to theroughConversionToPreferredUnitelement.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32UnitDefinition
getCatalogSymbol, getQuantityType, getQuantityTypeReference, setCatalogSymbol, setQuantityType, setQuantityTypeReferenceMethods inherited from class com.luciad.format.gml32.model.TLcdGML32Definition
getRemarks, setRemarksMethods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
CONVERSION_TO_PREFERRED_UNIT_PROPERTY
Data property that maps to theconversionToPreferredUnitelement. The possible values for this property are instances ofTLcdGML32ConversionToPreferredUnit. -
ROUGH_CONVERSION_TO_PREFERRED_UNIT_PROPERTY
Data property that maps to theroughConversionToPreferredUnitelement. The possible values for this property are instances ofTLcdGML32ConversionToPreferredUnit. -
DERIVATION_UNIT_TERM_PROPERTY
Data property that maps to thederivationUnitTermelement. The possible values for this property are instances ofList<TLcdGML32DerivationUnitTerm>.
-
-
Constructor Details
-
TLcdGML32ConventionalUnit
public TLcdGML32ConventionalUnit() -
TLcdGML32ConventionalUnit
-
-
Method Details
-
getConversionToPreferredUnit
Returns the value of the property that maps to theconversionToPreferredUnitelement.The elements gml:conversionToPreferredUnit and gml:roughConversionToPreferredUnit represent parameters used to convert conventional units to preferred units for this physical quantity type. A preferred unit is either a Base Unit or a Derived Unit that is selected for all values of one physical quantity type.
- Returns:
- the value of the
CONVERSION_TO_PREFERRED_UNIT_PROPERTYproperty.
-
setConversionToPreferredUnit
Sets the value of the property that maps to theconversionToPreferredUnitelement.The elements gml:conversionToPreferredUnit and gml:roughConversionToPreferredUnit represent parameters used to convert conventional units to preferred units for this physical quantity type. A preferred unit is either a Base Unit or a Derived Unit that is selected for all values of one physical quantity type.
- Parameters:
aValue- the value to set for theCONVERSION_TO_PREFERRED_UNIT_PROPERTYproperty.
-
getRoughConversionToPreferredUnit
Returns the value of the property that maps to theroughConversionToPreferredUnitelement.The elements gml:conversionToPreferredUnit and gml:roughConversionToPreferredUnit represent parameters used to convert conventional units to preferred units for this physical quantity type. A preferred unit is either a Base Unit or a Derived Unit that is selected for all values of one physical quantity type.
- Returns:
- the value of the
ROUGH_CONVERSION_TO_PREFERRED_UNIT_PROPERTYproperty.
-
setRoughConversionToPreferredUnit
Sets the value of the property that maps to theroughConversionToPreferredUnitelement.The elements gml:conversionToPreferredUnit and gml:roughConversionToPreferredUnit represent parameters used to convert conventional units to preferred units for this physical quantity type. A preferred unit is either a Base Unit or a Derived Unit that is selected for all values of one physical quantity type.
- Parameters:
aValue- the value to set for theROUGH_CONVERSION_TO_PREFERRED_UNIT_PROPERTYproperty.
-
getDerivationUnitTerm
Returns the value of the property that maps to thederivationUnitTermelement.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.
- Returns:
- the value of the
DERIVATION_UNIT_TERM_PROPERTYproperty.
-