Package com.google.earth.kml._2
Class GroundOverlayType
java.lang.Object
com.google.earth.kml._2.ObjectType
com.google.earth.kml._2.FeatureType
com.google.earth.kml._2.OverlayType
com.google.earth.kml._2.GroundOverlayType
<p>Java class for GroundOverlayType complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="GroundOverlayType">
<complexContent>
<extension base="{http://earth.google.com/kml/2.1}OverlayType">
<sequence>
<element name="altitude" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="altitudeMode" type="{http://earth.google.com/kml/2.1}altitudeModeEnum" minOccurs="0"/>
<element ref="{http://earth.google.com/kml/2.1}LatLonBox" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
}</pre>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Doubleprotected AltitudeModeEnumprotected LatLonBoxTypeFields inherited from class com.google.earth.kml._2.OverlayType
color, drawOrder, iconFields inherited from class com.google.earth.kml._2.FeatureType
address, description, lookAt, metadata, name, open, phoneNumber, region, snippet, styleSelector, styleUrl, timePrimitive, visibilityFields 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 latLonBox property.voidsetAltitude(Double value) Sets the value of the altitude property.voidsetAltitudeMode(AltitudeModeEnum value) Sets the value of the altitudeMode property.voidsetLatLonBox(LatLonBoxType value) Sets the value of the latLonBox property.Methods inherited from class com.google.earth.kml._2.OverlayType
getColor, getDrawOrder, getIcon, setColor, setDrawOrder, setIconMethods inherited from class com.google.earth.kml._2.FeatureType
getAddress, getDescription, getLookAt, getMetadata, getName, getPhoneNumber, getRegion, getSnippet, getStyleSelector, getStyleUrl, getTimePrimitive, isOpen, isVisibility, setAddress, setDescription, setLookAt, setMetadata, setName, setOpen, setPhoneNumber, setRegion, setSnippet, setStyleUrl, setTimePrimitive, setVisibilityMethods inherited from class com.google.earth.kml._2.ObjectType
getId, getTargetId, setId, setTargetId
-
Field Details
-
altitude
-
altitudeMode
-
latLonBox
-
-
Constructor Details
-
GroundOverlayType
public GroundOverlayType()
-
-
Method Details
-
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
-
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
-
getLatLonBox
Gets the value of the latLonBox property.- Returns:
- possible object is
LatLonBoxType
-
setLatLonBox
Sets the value of the latLonBox property.- Parameters:
value- allowed object isLatLonBoxType
-