Package com.google.earth.kml._2
Class LatLonBoxType
java.lang.Object
com.google.earth.kml._2.ObjectType
com.google.earth.kml._2.LatLonBoxType
- Direct Known Subclasses:
LatLonAltBoxType
<p>Java class for LatLonBoxType complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="LatLonBoxType">
<complexContent>
<extension base="{http://earth.google.com/kml/2.1}ObjectType">
<sequence>
<element name="north" type="{http://earth.google.com/kml/2.1}angle180" minOccurs="0"/>
<element name="south" type="{http://earth.google.com/kml/2.1}angle180" minOccurs="0"/>
<element name="east" type="{http://earth.google.com/kml/2.1}angle180" minOccurs="0"/>
<element name="west" type="{http://earth.google.com/kml/2.1}angle180" minOccurs="0"/>
<element name="rotation" type="{http://earth.google.com/kml/2.1}angle180" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Doubleprotected Doubleprotected Doubleprotected Doubleprotected DoubleFields inherited from class com.google.earth.kml._2.ObjectType
id, targetId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEast()Gets the value of the east property.getNorth()Gets the value of the north property.Gets the value of the rotation property.getSouth()Gets the value of the south property.getWest()Gets the value of the west property.voidSets the value of the east property.voidSets the value of the north property.voidsetRotation(Double value) Sets the value of the rotation property.voidSets the value of the south property.voidSets the value of the west property.Methods inherited from class com.google.earth.kml._2.ObjectType
getId, getTargetId, setId, setTargetId
-
Field Details
-
north
-
south
-
east
-
west
-
rotation
-
-
Constructor Details
-
LatLonBoxType
public LatLonBoxType()
-
-
Method Details
-
getNorth
Gets the value of the north property.- Returns:
- possible object is
Double
-
setNorth
Sets the value of the north property.- Parameters:
value- allowed object isDouble
-
getSouth
Gets the value of the south property.- Returns:
- possible object is
Double
-
setSouth
Sets the value of the south property.- Parameters:
value- allowed object isDouble
-
getEast
Gets the value of the east property.- Returns:
- possible object is
Double
-
setEast
Sets the value of the east property.- Parameters:
value- allowed object isDouble
-
getWest
Gets the value of the west property.- Returns:
- possible object is
Double
-
setWest
Sets the value of the west property.- Parameters:
value- allowed object isDouble
-
getRotation
Gets the value of the rotation property.- Returns:
- possible object is
Double
-
setRotation
Sets the value of the rotation property.- Parameters:
value- allowed object isDouble
-