Class LatLonAltBoxType


public class LatLonAltBoxType extends LatLonBoxType
<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 Details

    • minAltitude

      protected Double minAltitude
    • maxAltitude

      protected Double maxAltitude
    • altitudeMode

      protected AltitudeModeEnum altitudeMode
  • Constructor Details

    • LatLonAltBoxType

      public LatLonAltBoxType()
  • Method Details

    • getMinAltitude

      public Double getMinAltitude()
      Gets the value of the minAltitude property.
      Returns:
      possible object is Double
    • setMinAltitude

      public void setMinAltitude(Double value)
      Sets the value of the minAltitude property.
      Parameters:
      value - allowed object is Double
    • getMaxAltitude

      public Double getMaxAltitude()
      Gets the value of the maxAltitude property.
      Returns:
      possible object is Double
    • setMaxAltitude

      public void setMaxAltitude(Double value)
      Sets the value of the maxAltitude 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