Class TLcdGML32ConventionalUnit
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Direct Known Subclasses:
TLcdISO19115ConventionalUnit
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theconversionToPreferredUnit
element.static final TLcdDataProperty
Data property that maps to thederivationUnitTerm
element.static final TLcdDataProperty
Data property that maps to theroughConversionToPreferredUnit
element.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32UnitDefinition
CATALOG_SYMBOL_PROPERTY, QUANTITY_TYPE_PROPERTY, QUANTITY_TYPE_REFERENCE_PROPERTY
Fields inherited from class com.luciad.format.gml32.model.TLcdGML32Definition
REMARKS_PROPERTY
Fields 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
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theconversionToPreferredUnit
element.Returns the value of the property that maps to thederivationUnitTerm
element.Returns the value of the property that maps to theroughConversionToPreferredUnit
element.void
Sets the value of the property that maps to theconversionToPreferredUnit
element.void
Sets the value of the property that maps to theroughConversionToPreferredUnit
element.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32UnitDefinition
getCatalogSymbol, getQuantityType, getQuantityTypeReference, setCatalogSymbol, setQuantityType, setQuantityTypeReference
Methods inherited from class com.luciad.format.gml32.model.TLcdGML32Definition
getRemarks, setRemarks
Methods 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 theconversionToPreferredUnit
element. The possible values for this property are instances ofTLcdGML32ConversionToPreferredUnit
. -
ROUGH_CONVERSION_TO_PREFERRED_UNIT_PROPERTY
Data property that maps to theroughConversionToPreferredUnit
element. The possible values for this property are instances ofTLcdGML32ConversionToPreferredUnit
. -
DERIVATION_UNIT_TERM_PROPERTY
Data property that maps to thederivationUnitTerm
element. 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 theconversionToPreferredUnit
element.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_PROPERTY
property.
-
setConversionToPreferredUnit
Sets the value of the property that maps to theconversionToPreferredUnit
element.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_PROPERTY
property.
-
getRoughConversionToPreferredUnit
Returns the value of the property that maps to theroughConversionToPreferredUnit
element.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_PROPERTY
property.
-
setRoughConversionToPreferredUnit
Sets the value of the property that maps to theroughConversionToPreferredUnit
element.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_PROPERTY
property.
-
getDerivationUnitTerm
Returns the value of the property that maps to thederivationUnitTerm
element.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_PROPERTY
property.
-