net.opengis.kml._2_2_0
Class LatLonAltBoxType

java.lang.Object
  extended by net.opengis.kml._2_2_0.AbstractObjectType
      extended by net.opengis.kml._2_2_0.AbstractLatLonBoxType
          extended by net.opengis.kml._2_2_0.LatLonAltBoxType

public class LatLonAltBoxType
extends AbstractLatLonBoxType

Classe Java pour LatLonAltBoxType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="LatLonAltBoxType">
   <complexContent>
     <extension base="{http://www.opengis.net/kml/2.2}AbstractLatLonBoxType">
       <sequence>
         <element ref="{http://www.opengis.net/kml/2.2}minAltitude" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}maxAltitude" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}altitudeModeGroup" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}LatLonAltBoxSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}LatLonAltBoxObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  JAXBElement<?> altitudeModeGroup
           
protected  List<AbstractObjectType> latLonAltBoxObjectExtensionGroup
           
protected  List<Object> latLonAltBoxSimpleExtensionGroup
           
protected  Double maxAltitude
           
protected  Double minAltitude
           
 
Fields inherited from class net.opengis.kml._2_2_0.AbstractLatLonBoxType
abstractLatLonBoxObjectExtensionGroup, abstractLatLonBoxSimpleExtensionGroup, east, north, south, west
 
Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType
id, objectSimpleExtensionGroup, targetId
 
Constructor Summary
LatLonAltBoxType()
           
 
Method Summary
 JAXBElement<?> getAltitudeModeGroup()
          Obtient la valeur de la propriété altitudeModeGroup.
 List<AbstractObjectType> getLatLonAltBoxObjectExtensionGroup()
          Gets the value of the latLonAltBoxObjectExtensionGroup property.
 List<Object> getLatLonAltBoxSimpleExtensionGroup()
          Gets the value of the latLonAltBoxSimpleExtensionGroup property.
 Double getMaxAltitude()
          Obtient la valeur de la propriété maxAltitude.
 Double getMinAltitude()
          Obtient la valeur de la propriété minAltitude.
 boolean isSetAltitudeModeGroup()
           
 boolean isSetLatLonAltBoxObjectExtensionGroup()
           
 boolean isSetLatLonAltBoxSimpleExtensionGroup()
           
 boolean isSetMaxAltitude()
           
 boolean isSetMinAltitude()
           
 void setAltitudeModeGroup(JAXBElement<?> value)
          Définit la valeur de la propriété altitudeModeGroup.
 void setMaxAltitude(Double value)
          Définit la valeur de la propriété maxAltitude.
 void setMinAltitude(Double value)
          Définit la valeur de la propriété minAltitude.
 void unsetLatLonAltBoxObjectExtensionGroup()
           
 void unsetLatLonAltBoxSimpleExtensionGroup()
           
 
Methods inherited from class net.opengis.kml._2_2_0.AbstractLatLonBoxType
getAbstractLatLonBoxObjectExtensionGroup, getAbstractLatLonBoxSimpleExtensionGroup, getEast, getNorth, getSouth, getWest, isSetAbstractLatLonBoxObjectExtensionGroup, isSetAbstractLatLonBoxSimpleExtensionGroup, isSetEast, isSetNorth, isSetSouth, isSetWest, setEast, setNorth, setSouth, setWest, unsetAbstractLatLonBoxObjectExtensionGroup, unsetAbstractLatLonBoxSimpleExtensionGroup
 
Methods inherited from class net.opengis.kml._2_2_0.AbstractObjectType
getId, getObjectSimpleExtensionGroup, getTargetId, isSetId, isSetObjectSimpleExtensionGroup, isSetTargetId, setId, setTargetId, unsetObjectSimpleExtensionGroup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

minAltitude

protected Double minAltitude

maxAltitude

protected Double maxAltitude

altitudeModeGroup

protected JAXBElement<?> altitudeModeGroup

latLonAltBoxSimpleExtensionGroup

protected List<Object> latLonAltBoxSimpleExtensionGroup

latLonAltBoxObjectExtensionGroup

protected List<AbstractObjectType> latLonAltBoxObjectExtensionGroup
Constructor Detail

LatLonAltBoxType

public LatLonAltBoxType()
Method Detail

getMinAltitude

public Double getMinAltitude()
Obtient la valeur de la propriété minAltitude.

Returns:
possible object is Double

setMinAltitude

public void setMinAltitude(Double value)
Définit la valeur de la propriété minAltitude.

Parameters:
value - allowed object is Double

isSetMinAltitude

public boolean isSetMinAltitude()

getMaxAltitude

public Double getMaxAltitude()
Obtient la valeur de la propriété maxAltitude.

Returns:
possible object is Double

setMaxAltitude

public void setMaxAltitude(Double value)
Définit la valeur de la propriété maxAltitude.

Parameters:
value - allowed object is Double

isSetMaxAltitude

public boolean isSetMaxAltitude()

getAltitudeModeGroup

public JAXBElement<?> getAltitudeModeGroup()
Obtient la valeur de la propriété altitudeModeGroup.

Returns:
possible object is JAXBElement<AltitudeModeEnumType> JAXBElement<Object>

setAltitudeModeGroup

public void setAltitudeModeGroup(JAXBElement<?> value)
Définit la valeur de la propriété altitudeModeGroup.

Parameters:
value - allowed object is JAXBElement<AltitudeModeEnumType> JAXBElement<Object>

isSetAltitudeModeGroup

public boolean isSetAltitudeModeGroup()

getLatLonAltBoxSimpleExtensionGroup

public List<Object> getLatLonAltBoxSimpleExtensionGroup()
Gets the value of the latLonAltBoxSimpleExtensionGroup property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the latLonAltBoxSimpleExtensionGroup property.

For example, to add a new item, do as follows:

    getLatLonAltBoxSimpleExtensionGroup().add(newItem);
 

Objects of the following type(s) are allowed in the list Object


isSetLatLonAltBoxSimpleExtensionGroup

public boolean isSetLatLonAltBoxSimpleExtensionGroup()

unsetLatLonAltBoxSimpleExtensionGroup

public void unsetLatLonAltBoxSimpleExtensionGroup()

getLatLonAltBoxObjectExtensionGroup

public List<AbstractObjectType> getLatLonAltBoxObjectExtensionGroup()
Gets the value of the latLonAltBoxObjectExtensionGroup property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the latLonAltBoxObjectExtensionGroup property.

For example, to add a new item, do as follows:

    getLatLonAltBoxObjectExtensionGroup().add(newItem);
 

Objects of the following type(s) are allowed in the list AbstractObjectType


isSetLatLonAltBoxObjectExtensionGroup

public boolean isSetLatLonAltBoxObjectExtensionGroup()

unsetLatLonAltBoxObjectExtensionGroup

public void unsetLatLonAltBoxObjectExtensionGroup()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.