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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thex
attribute.static final TLcdDataProperty
Data property that maps to thexunits
attribute.static final TLcdDataProperty
Data property that maps to they
attribute.static final TLcdDataProperty
Data property that maps to theyunits
attribute. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
getX()
Returns the value of the property that maps to thex
attribute.Returns the value of the property that maps to thexunits
attribute.double
getY()
Returns the value of the property that maps to they
attribute.Returns the value of the property that maps to theyunits
attribute.void
setX
(double aValue) Sets the value of the property that maps to thex
attribute.void
setXunits
(ELcdKML22Units aValue) Sets the value of the property that maps to thexunits
attribute.void
setY
(double aValue) Sets the value of the property that maps to they
attribute.void
setYunits
(ELcdKML22Units aValue) Sets the value of the property that maps to theyunits
attribute.
-
Field Details
-
X_PROPERTY
Data property that maps to thex
attribute. The possible values for this property are instances ofdouble
. -
XUNITS_PROPERTY
Data property that maps to thexunits
attribute. The possible values for this property are instances ofELcdKML22Units
. -
Y_PROPERTY
Data property that maps to they
attribute. The possible values for this property are instances ofdouble
. -
YUNITS_PROPERTY
Data property that maps to theyunits
attribute. 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 thex
attribute.- Returns:
- the value of the
X_PROPERTY
property.
-
setX
public void setX(double aValue) Sets the value of the property that maps to thex
attribute.- Parameters:
aValue
- the value to set for theX_PROPERTY
property.
-
getXunits
Returns the value of the property that maps to thexunits
attribute.- Returns:
- the value of the
XUNITS_PROPERTY
property.
-
setXunits
Sets the value of the property that maps to thexunits
attribute.- Parameters:
aValue
- the value to set for theXUNITS_PROPERTY
property.
-
getY
public double getY()Returns the value of the property that maps to they
attribute.- Returns:
- the value of the
Y_PROPERTY
property.
-
setY
public void setY(double aValue) Sets the value of the property that maps to they
attribute.- Parameters:
aValue
- the value to set for theY_PROPERTY
property.
-
getYunits
Returns the value of the property that maps to theyunits
attribute.- Returns:
- the value of the
YUNITS_PROPERTY
property.
-
setYunits
Sets the value of the property that maps to theyunits
attribute.- Parameters:
aValue
- the value to set for theYUNITS_PROPERTY
property.
-