Package com.google.earth.kml._2
Class OrientationType
java.lang.Object
com.google.earth.kml._2.ObjectType
com.google.earth.kml._2.OrientationType
<p>Java class for OrientationType complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="OrientationType">
<complexContent>
<extension base="{http://earth.google.com/kml/2.1}ObjectType">
<all>
<element name="heading" type="{http://earth.google.com/kml/2.1}angle360" minOccurs="0"/>
<element name="tilt" type="{http://earth.google.com/kml/2.1}angle360" minOccurs="0"/>
<element name="roll" type="{http://earth.google.com/kml/2.1}angle360" 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
Modifier and TypeMethodDescriptionGets the value of the heading property.getRoll()Gets the value of the roll property.getTilt()Gets the value of the tilt property.voidsetHeading(Double value) Sets the value of the heading property.voidSets the value of the roll property.voidSets the value of the tilt property.Methods inherited from class com.google.earth.kml._2.ObjectType
getId, getTargetId, setId, setTargetId
-
Field Details
-
heading
-
tilt
-
roll
-
-
Constructor Details
-
OrientationType
public OrientationType()
-
-
Method Details
-
getHeading
Gets the value of the heading property.- Returns:
- possible object is
Double
-
setHeading
Sets the value of the heading property.- Parameters:
value- allowed object isDouble
-
getTilt
Gets the value of the tilt property.- Returns:
- possible object is
Double
-
setTilt
Sets the value of the tilt property.- Parameters:
value- allowed object isDouble
-
getRoll
Gets the value of the roll property.- Returns:
- possible object is
Double
-
setRoll
Sets the value of the roll property.- Parameters:
value- allowed object isDouble
-