Package com.google.earth.kml._2
Class RegionType
java.lang.Object
com.google.earth.kml._2.ObjectType
com.google.earth.kml._2.RegionType
<p>Java class for RegionType complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="RegionType">
<complexContent>
<extension base="{http://earth.google.com/kml/2.1}ObjectType">
<all>
<element ref="{http://earth.google.com/kml/2.1}LatLonAltBox"/>
<element ref="{http://earth.google.com/kml/2.1}Lod" 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 latLonAltBox property.getLod()Gets the value of the lod property.voidsetLatLonAltBox(LatLonAltBoxType value) Sets the value of the latLonAltBox property.voidSets the value of the lod property.Methods inherited from class com.google.earth.kml._2.ObjectType
getId, getTargetId, setId, setTargetId
-
Field Details
-
latLonAltBox
-
lod
-
-
Constructor Details
-
RegionType
public RegionType()
-
-
Method Details
-
getLatLonAltBox
Gets the value of the latLonAltBox property.- Returns:
- possible object is
LatLonAltBoxType
-
setLatLonAltBox
Sets the value of the latLonAltBox property.- Parameters:
value- allowed object isLatLonAltBoxType
-
getLod
Gets the value of the lod property.- Returns:
- possible object is
LodType
-
setLod
Sets the value of the lod property.- Parameters:
value- allowed object isLodType
-