Package com.google.earth.kml._2
Class LookAtType
java.lang.Object
com.google.earth.kml._2.ObjectType
com.google.earth.kml._2.LookAtType
<p>Java class for LookAtType complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="LookAtType">
<complexContent>
<extension base="{http://earth.google.com/kml/2.1}ObjectType">
<all>
<element name="longitude" type="{http://earth.google.com/kml/2.1}angle180" minOccurs="0"/>
<element name="latitude" type="{http://earth.google.com/kml/2.1}angle90" minOccurs="0"/>
<element name="altitude" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="range" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="tilt" type="{http://earth.google.com/kml/2.1}anglepos90" minOccurs="0"/>
<element name="heading" type="{http://earth.google.com/kml/2.1}angle360" minOccurs="0"/>
<element name="altitudeMode" type="{http://earth.google.com/kml/2.1}altitudeModeEnum" minOccurs="0"/>
</all>
</extension>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Doubleprotected AltitudeModeEnumprotected Doubleprotected Doubleprotected Doubleprotected Doubleprotected DoubleFields inherited from class com.google.earth.kml._2.ObjectType
id, targetId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the altitude property.Gets the value of the altitudeMode property.Gets the value of the heading property.Gets the value of the latitude property.Gets the value of the longitude property.getRange()Gets the value of the range property.getTilt()Gets the value of the tilt property.voidsetAltitude(Double value) Sets the value of the altitude property.voidsetAltitudeMode(AltitudeModeEnum value) Sets the value of the altitudeMode property.voidsetHeading(Double value) Sets the value of the heading property.voidsetLatitude(Double value) Sets the value of the latitude property.voidsetLongitude(Double value) Sets the value of the longitude property.voidSets the value of the range property.voidSets the value of the tilt property.Methods inherited from class com.google.earth.kml._2.ObjectType
getId, getTargetId, setId, setTargetId
-
Field Details
-
longitude
-
latitude
-
altitude
-
range
-
tilt
-
heading
-
altitudeMode
-
-
Constructor Details
-
LookAtType
public LookAtType()
-
-
Method Details
-
getLongitude
Gets the value of the longitude property.- Returns:
- possible object is
Double
-
setLongitude
Sets the value of the longitude property.- Parameters:
value- allowed object isDouble
-
getLatitude
Gets the value of the latitude property.- Returns:
- possible object is
Double
-
setLatitude
Sets the value of the latitude property.- Parameters:
value- allowed object isDouble
-
getAltitude
Gets the value of the altitude property.- Returns:
- possible object is
Double
-
setAltitude
Sets the value of the altitude property.- Parameters:
value- allowed object isDouble
-
getRange
Gets the value of the range property.- Returns:
- possible object is
Double
-
setRange
Sets the value of the range 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
-
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
-
getAltitudeMode
Gets the value of the altitudeMode property.- Returns:
- possible object is
AltitudeModeEnum
-
setAltitudeMode
Sets the value of the altitudeMode property.- Parameters:
value- allowed object isAltitudeModeEnum
-