Class TLcdAIXM51ValSpeed
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.aixm51.model.datatypes.TLcdAIXM51ValSpeed
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,ILcdISO19103Measure,Cloneable
A speed value.
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thenilReasonattribute.static final TLcdDataPropertyData property that maps to theuomattribute.static final TLcdDataPropertyData property that maps to the value defined by the simple content. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconvert(ILcdISO19103UnitOfMeasure aUnitOfMeasure, ILcdISO19103Measure aMeasureSFCT) Converts this measure to another unit of measure by means of a side effect parameter.Returns the value of the property that maps to thenilReasonattribute.Returns the unit of measure this measure is expressed in.getUom()Returns the value of the property that maps to theuomattribute.doublegetValue()The numerical value of a measurement, expressed in its unit of measure.Returns the value of the property that maps to the value defined by the simple content.voidSets the value of the property that maps to thenilReasonattribute.voidsetUnitOfMeasure(ILcdISO19103UnitOfMeasure aUnitOfMeasure) Sets the unit of measure this measure is expressed in.voidsetUom(TLcdAIXM51UomSpeed aValue) Sets the value of the property that maps to theuomattribute.voidsetValue(double aValue) Sets the numerical value of a measurement,expressed in its unit of measure.voidsetValueObject(Double aValue) Sets the value of the property that maps to the value defined by the simple content.
-
Field Details
-
VALUE_PROPERTY
Data property that maps to the value defined by the simple content. The possible values for this property are instances ofDouble. -
NIL_REASON_PROPERTY
Data property that maps to thenilReasonattribute. The possible values for this property are instances of -
UOM_PROPERTY
Data property that maps to theuomattribute. The possible values for this property are instances of
-
-
Constructor Details
-
TLcdAIXM51ValSpeed
public TLcdAIXM51ValSpeed() -
TLcdAIXM51ValSpeed
-
-
Method Details
-
convert
Description copied from interface:ILcdISO19103MeasureConverts this measure to another unit of measure by means of a side effect parameter.- Specified by:
convertin interfaceILcdISO19103Measure- Parameters:
aUnitOfMeasure- the unit of measure to express the value in.aMeasureSFCT- the measure which will contain the new value and the unit of measure passed.
-
getUnitOfMeasure
Description copied from interface:ILcdISO19103MeasureReturns the unit of measure this measure is expressed in.- Specified by:
getUnitOfMeasurein interfaceILcdISO19103Measure
-
getValue
public double getValue()Description copied from interface:ILcdISO19103MeasureThe numerical value of a measurement, expressed in its unit of measure.- Specified by:
getValuein interfaceILcdISO19103Measure- Returns:
- the numerical value of a measurement, expressed in its unit of measure.
- See Also:
-
setUnitOfMeasure
Description copied from interface:ILcdISO19103MeasureSets the unit of measure this measure is expressed in.- Specified by:
setUnitOfMeasurein interfaceILcdISO19103Measure- Parameters:
aUnitOfMeasure-
-
setValue
public void setValue(double aValue) Description copied from interface:ILcdISO19103MeasureSets the numerical value of a measurement,expressed in its unit of measure.- Specified by:
setValuein interfaceILcdISO19103Measure- Parameters:
aValue-- See Also:
-
getValueObject
Returns the value of the property that maps to the value defined by the simple content.- Returns:
- the value of the
VALUE_PROPERTYproperty.
-
setValueObject
Sets the value of the property that maps to the value defined by the simple content.- Parameters:
aValue- the value to set for theVALUE_PROPERTYproperty.
-
getNilReason
Returns the value of the property that maps to thenilReasonattribute.The possible values for this property are instances of
- Returns:
- the value of the
NIL_REASON_PROPERTYproperty.
-
setNilReason
Sets the value of the property that maps to thenilReasonattribute.The possible values for this property are instances of
- Parameters:
aValue- the value to set for theNIL_REASON_PROPERTYproperty.
-
getUom
Returns the value of the property that maps to theuomattribute.The possible values for this property are instances of
- Returns:
- the value of the
UOM_PROPERTYproperty.
-
setUom
Sets the value of the property that maps to theuomattribute.The possible values for this property are instances of
- Parameters:
aValue- the value to set for theUOM_PROPERTYproperty.
-