Package com.luciad.format.gml31.model
Class TLcdGML31GridLength
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31Measure
com.luciad.format.gml31.model.TLcdGML31GridLength
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,ILcdFeatured,ILcdSelfDescribedFeatured,ILcdISO19103Measure,Serializable,Cloneable
Value of a length (or distance) quantity in a grid, where the grid spacing does not have any associated physical units, or does not have a constant physical spacing. This grid length will often be used in a digital image grid, where the base units are likely to be pixel spacings. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for length along the axes of a grid, such as pixel spacings or grid spacings.
- Since:
- 10.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that holds the type of this instance.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 TypeMethodDescriptiongetType()Returns the value of the property that holds the type of this instance.getUom()Returns the value of the property that maps to theuomattribute.Returns the value of the property that maps to the value defined by the simple content.voidSets the value of the property that holds the type of this instance.voidSets the value of the property that maps to theuomattribute.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.format.gml31.model.TLcdGML31Measure
convert, getUnitOfMeasure, getValue, setUnitOfMeasure, setValueMethods 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. -
UOM_PROPERTY
Data property that maps to theuomattribute. The possible values for this property are instances ofURI. -
TYPE_PROPERTY
Data property that holds the type of this instance. The possible values for this property are the publicQNameconstants defined in this class.
-
-
Constructor Details
-
TLcdGML31GridLength
public TLcdGML31GridLength() -
TLcdGML31GridLength
-
-
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.
-
getUom
Returns the value of the property that maps to theuomattribute.- Returns:
- the value of the
UOM_PROPERTYproperty.
-
setUom
Sets the value of the property that maps to theuomattribute.- Parameters:
aValue- the value to set for theUOM_PROPERTYproperty.
-
getType
Returns the value of the property that holds the type of this instance.The possible values for this property are the public
QNameconstants defined in this class.- Returns:
- the value of the
TYPE_PROPERTYproperty.
-
setType
Sets the value of the property that holds the type of this instance.The possible values for this property are the public
QNameconstants defined in this class.- Parameters:
aValue- the value to set for theTYPE_PROPERTYproperty.
-