Package com.google.earth.kml._2
Class LatLonAltBoxType
java.lang.Object
com.google.earth.kml._2.ObjectType
com.google.earth.kml._2.LatLonBoxType
com.google.earth.kml._2.LatLonAltBoxType
<p>Java class for LatLonAltBoxType complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="LatLonAltBoxType">
<complexContent>
<extension base="{http://earth.google.com/kml/2.1}LatLonBoxType">
<sequence>
<element name="minAltitude" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="maxAltitude" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="altitudeMode" type="{http://earth.google.com/kml/2.1}altitudeModeEnum" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsFields inherited from class com.google.earth.kml._2.LatLonBoxType
east, north, rotation, south, westFields inherited from class com.google.earth.kml._2.ObjectType
id, targetId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the altitudeMode property.Gets the value of the maxAltitude property.Gets the value of the minAltitude property.voidsetAltitudeMode(AltitudeModeEnum value) Sets the value of the altitudeMode property.voidsetMaxAltitude(Double value) Sets the value of the maxAltitude property.voidsetMinAltitude(Double value) Sets the value of the minAltitude property.Methods inherited from class com.google.earth.kml._2.LatLonBoxType
getEast, getNorth, getRotation, getSouth, getWest, setEast, setNorth, setRotation, setSouth, setWestMethods inherited from class com.google.earth.kml._2.ObjectType
getId, getTargetId, setId, setTargetId
-
Field Details
-
minAltitude
-
maxAltitude
-
altitudeMode
-
-
Constructor Details
-
LatLonAltBoxType
public LatLonAltBoxType()
-
-
Method Details
-
getMinAltitude
Gets the value of the minAltitude property.- Returns:
- possible object is
Double
-
setMinAltitude
Sets the value of the minAltitude property.- Parameters:
value- allowed object isDouble
-
getMaxAltitude
Gets the value of the maxAltitude property.- Returns:
- possible object is
Double
-
setMaxAltitude
Sets the value of the maxAltitude 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
-