Class TLcdKML22Vec2
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.kml22.model.geometry.TLcdKML22Vec2
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Domain class modeling the KML vec2Type type.
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thexattribute.static final TLcdDataPropertyData property that maps to thexunitsattribute.static final TLcdDataPropertyData property that maps to theyattribute.static final TLcdDataPropertyData property that maps to theyunitsattribute. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetX()Returns the value of the property that maps to thexattribute.Returns the value of the property that maps to thexunitsattribute.doublegetY()Returns the value of the property that maps to theyattribute.Returns the value of the property that maps to theyunitsattribute.voidsetX(double aValue) Sets the value of the property that maps to thexattribute.voidsetXunits(ELcdKML22Units aValue) Sets the value of the property that maps to thexunitsattribute.voidsetY(double aValue) Sets the value of the property that maps to theyattribute.voidsetYunits(ELcdKML22Units aValue) Sets the value of the property that maps to theyunitsattribute.
-
Field Details
-
X_PROPERTY
Data property that maps to thexattribute. The possible values for this property are instances ofdouble. -
XUNITS_PROPERTY
Data property that maps to thexunitsattribute. The possible values for this property are instances ofELcdKML22Units. -
Y_PROPERTY
Data property that maps to theyattribute. The possible values for this property are instances ofdouble. -
YUNITS_PROPERTY
Data property that maps to theyunitsattribute. The possible values for this property are instances ofELcdKML22Units.
-
-
Constructor Details
-
TLcdKML22Vec2
public TLcdKML22Vec2() -
TLcdKML22Vec2
-
-
Method Details
-
getX
public double getX()Returns the value of the property that maps to thexattribute.- Returns:
- the value of the
X_PROPERTYproperty.
-
setX
public void setX(double aValue) Sets the value of the property that maps to thexattribute.- Parameters:
aValue- the value to set for theX_PROPERTYproperty.
-
getXunits
Returns the value of the property that maps to thexunitsattribute.- Returns:
- the value of the
XUNITS_PROPERTYproperty.
-
setXunits
Sets the value of the property that maps to thexunitsattribute.- Parameters:
aValue- the value to set for theXUNITS_PROPERTYproperty.
-
getY
public double getY()Returns the value of the property that maps to theyattribute.- Returns:
- the value of the
Y_PROPERTYproperty.
-
setY
public void setY(double aValue) Sets the value of the property that maps to theyattribute.- Parameters:
aValue- the value to set for theY_PROPERTYproperty.
-
getYunits
Returns the value of the property that maps to theyunitsattribute.- Returns:
- the value of the
YUNITS_PROPERTYproperty.
-
setYunits
Sets the value of the property that maps to theyunitsattribute.- Parameters:
aValue- the value to set for theYUNITS_PROPERTYproperty.
-