Package com.luciad.format.gml31.model
Class TLcdGML31Coord
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.datamodel.TLcdFeaturedDataObject
com.luciad.format.gml31.model.TLcdGML31Coord
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,ILcdFeatured,ILcdSelfDescribedFeatured,Serializable,Cloneable
Represents a coordinate tuple in one, two, or three dimensions. Deprecated with GML 3.0 and replaced by
DirectPositionType.
- Since:
- 10.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theXelement.static final TLcdDataPropertyData property that maps to theYelement.static final TLcdDataPropertyData property that maps to theZelement. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetX()Returns the value of the property that maps to theXelement.getY()Returns the value of the property that maps to theYelement.getZ()Returns the value of the property that maps to theZelement.voidsetX(double aValue) Sets the value of the property that maps to theXelement.voidSets the value of the property that maps to theYelement.voidSets the value of the property that maps to theZelement.Methods inherited from class com.luciad.datamodel.TLcdFeaturedDataObject
canSetFeature, getFeature, getFeature, getFeatureCount, getFeaturedDescriptor, setFeature, setFeature
-
Field Details
-
X_PROPERTY
Data property that maps to theXelement. The possible values for this property are instances ofdouble. -
Y_PROPERTY
Data property that maps to theYelement. The possible values for this property are instances ofDouble. -
Z_PROPERTY
Data property that maps to theZelement. The possible values for this property are instances ofDouble.
-
-
Constructor Details
-
TLcdGML31Coord
public TLcdGML31Coord() -
TLcdGML31Coord
-
-
Method Details
-
getX
public double getX()Returns the value of the property that maps to theXelement.- Returns:
- the value of the
X_PROPERTYproperty.
-
setX
public void setX(double aValue) Sets the value of the property that maps to theXelement.- Parameters:
aValue- the value to set for theX_PROPERTYproperty.
-
getY
Returns the value of the property that maps to theYelement.- Returns:
- the value of the
Y_PROPERTYproperty.
-
setY
Sets the value of the property that maps to theYelement.- Parameters:
aValue- the value to set for theY_PROPERTYproperty.
-
getZ
Returns the value of the property that maps to theZelement.- Returns:
- the value of the
Z_PROPERTYproperty.
-
setZ
Sets the value of the property that maps to theZelement.- Parameters:
aValue- the value to set for theZ_PROPERTYproperty.
-