Class GroundOverlayType


public class GroundOverlayType extends OverlayType
<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 Details

  • Constructor Details

    • GroundOverlayType

      public GroundOverlayType()
  • Method Details

    • getAltitude

      public Double getAltitude()
      Gets the value of the altitude property.
      Returns:
      possible object is Double
    • setAltitude

      public void setAltitude(Double value)
      Sets the value of the altitude property.
      Parameters:
      value - allowed object is Double
    • getAltitudeMode

      public AltitudeModeEnum getAltitudeMode()
      Gets the value of the altitudeMode property.
      Returns:
      possible object is AltitudeModeEnum
    • setAltitudeMode

      public void setAltitudeMode(AltitudeModeEnum value)
      Sets the value of the altitudeMode property.
      Parameters:
      value - allowed object is AltitudeModeEnum
    • getLatLonBox

      public LatLonBoxType getLatLonBox()
      Gets the value of the latLonBox property.
      Returns:
      possible object is LatLonBoxType
    • setLatLonBox

      public void setLatLonBox(LatLonBoxType value)
      Sets the value of the latLonBox property.
      Parameters:
      value - allowed object is LatLonBoxType