Package com.luciad.format.gml31.model
Class TLcdGML31TimeIntervalLength
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31TimeIntervalLength
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,ILcdFeatured,ILcdSelfDescribedFeatured,Serializable,Cloneable
This type extends the built-in xsd:decimal simple type to allow floating-point
values for temporal length. According to the ISO 11404 model you have to use
positiveInteger together with appropriate values for radix and factor. The
resolution of the time interval is to one radix ^(-factor) of the specified
time unit (e.g. unit="second", radix="10", factor="3" specifies a resolution
of milliseconds). It is a subtype of TimeDurationType.
- Since:
- 10.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thefactorattribute.static final TLcdDataPropertyData property that maps to theradixattribute.static final TLcdDataPropertyData property that maps to theunitattribute.static final TLcdDataPropertyData property that maps to the value defined by the simple content. -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thefactorattribute.getRadix()Returns the value of the property that maps to theradixattribute.getUnit()Returns the value of the property that maps to theunitattribute.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 thefactorattribute.voidSets the value of the property that maps to theradixattribute.voidsetUnit(TLcdGML31TimeUnit aValue) Sets the value of the property that maps to theunitattribute.voidsetValueObject(Double aValue) Sets the value of the property that maps to the value defined by the simple content.Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
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. -
FACTOR_PROPERTY
Data property that maps to thefactorattribute. The possible values for this property are instances ofLong. -
RADIX_PROPERTY
Data property that maps to theradixattribute. The possible values for this property are instances ofLong. -
UNIT_PROPERTY
Data property that maps to theunitattribute. The possible values for this property are instances of
-
-
Constructor Details
-
TLcdGML31TimeIntervalLength
public TLcdGML31TimeIntervalLength() -
TLcdGML31TimeIntervalLength
-
-
Method Details
-
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.
-
getFactor
Returns the value of the property that maps to thefactorattribute.- Returns:
- the value of the
FACTOR_PROPERTYproperty.
-
setFactor
Sets the value of the property that maps to thefactorattribute.- Parameters:
aValue- the value to set for theFACTOR_PROPERTYproperty.
-
getRadix
Returns the value of the property that maps to theradixattribute.- Returns:
- the value of the
RADIX_PROPERTYproperty.
-
setRadix
Sets the value of the property that maps to theradixattribute.- Parameters:
aValue- the value to set for theRADIX_PROPERTYproperty.
-
getUnit
Returns the value of the property that maps to theunitattribute.The possible values for this property are instances of
- Returns:
- the value of the
UNIT_PROPERTYproperty.
-
setUnit
Sets the value of the property that maps to theunitattribute.The possible values for this property are instances of
- Parameters:
aValue- the value to set for theUNIT_PROPERTYproperty.
-