Package com.google.earth.kml._2
Class ScaleType
java.lang.Object
com.google.earth.kml._2.ObjectType
com.google.earth.kml._2.ScaleType
<p>Java class for ScaleType complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="ScaleType">
<complexContent>
<extension base="{http://earth.google.com/kml/2.1}ObjectType">
<all>
<element name="x" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="y" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="z" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</all>
</extension>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsFields inherited from class com.google.earth.kml._2.ObjectType
id, targetId -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.earth.kml._2.ObjectType
getId, getTargetId, setId, setTargetId
-
Field Details
-
x
-
y
-
z
-
-
Constructor Details
-
ScaleType
public ScaleType()
-
-
Method Details
-
getX
Gets the value of the x property.- Returns:
- possible object is
Double
-
setX
Sets the value of the x property.- Parameters:
value- allowed object isDouble
-
getY
Gets the value of the y property.- Returns:
- possible object is
Double
-
setY
Sets the value of the y property.- Parameters:
value- allowed object isDouble
-
getZ
Gets the value of the z property.- Returns:
- possible object is
Double
-
setZ
Sets the value of the z property.- Parameters:
value- allowed object isDouble
-