net.opengis.kml._2_2_0
Class LocationType

java.lang.Object
  extended by net.opengis.kml._2_2_0.AbstractObjectType
      extended by net.opengis.kml._2_2_0.LocationType

public class LocationType
extends AbstractObjectType

Classe Java pour LocationType complex type.

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

 <complexType name="LocationType">
   <complexContent>
     <extension base="{http://www.opengis.net/kml/2.2}AbstractObjectType">
       <sequence>
         <element ref="{http://www.opengis.net/kml/2.2}longitude" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}latitude" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}altitude" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}LocationSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}LocationObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Double altitude
           
protected  Double latitude
           
protected  List<AbstractObjectType> locationObjectExtensionGroup
           
protected  List<Object> locationSimpleExtensionGroup
           
protected  Double longitude
           
 
Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType
id, objectSimpleExtensionGroup, targetId
 
Constructor Summary
LocationType()
           
 
Method Summary
 Double getAltitude()
          Obtient la valeur de la propriété altitude.
 Double getLatitude()
          Obtient la valeur de la propriété latitude.
 List<AbstractObjectType> getLocationObjectExtensionGroup()
          Gets the value of the locationObjectExtensionGroup property.
 List<Object> getLocationSimpleExtensionGroup()
          Gets the value of the locationSimpleExtensionGroup property.
 Double getLongitude()
          Obtient la valeur de la propriété longitude.
 boolean isSetAltitude()
           
 boolean isSetLatitude()
           
 boolean isSetLocationObjectExtensionGroup()
           
 boolean isSetLocationSimpleExtensionGroup()
           
 boolean isSetLongitude()
           
 void setAltitude(Double value)
          Définit la valeur de la propriété altitude.
 void setLatitude(Double value)
          Définit la valeur de la propriété latitude.
 void setLongitude(Double value)
          Définit la valeur de la propriété longitude.
 void unsetLocationObjectExtensionGroup()
           
 void unsetLocationSimpleExtensionGroup()
           
 
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

longitude

protected Double longitude

latitude

protected Double latitude

altitude

protected Double altitude

locationSimpleExtensionGroup

protected List<Object> locationSimpleExtensionGroup

locationObjectExtensionGroup

protected List<AbstractObjectType> locationObjectExtensionGroup
Constructor Detail

LocationType

public LocationType()
Method Detail

getLongitude

public Double getLongitude()
Obtient la valeur de la propriété longitude.

Returns:
possible object is Double

setLongitude

public void setLongitude(Double value)
Définit la valeur de la propriété longitude.

Parameters:
value - allowed object is Double

isSetLongitude

public boolean isSetLongitude()

getLatitude

public Double getLatitude()
Obtient la valeur de la propriété latitude.

Returns:
possible object is Double

setLatitude

public void setLatitude(Double value)
Définit la valeur de la propriété latitude.

Parameters:
value - allowed object is Double

isSetLatitude

public boolean isSetLatitude()

getAltitude

public Double getAltitude()
Obtient la valeur de la propriété altitude.

Returns:
possible object is Double

setAltitude

public void setAltitude(Double value)
Définit la valeur de la propriété altitude.

Parameters:
value - allowed object is Double

isSetAltitude

public boolean isSetAltitude()

getLocationSimpleExtensionGroup

public List<Object> getLocationSimpleExtensionGroup()
Gets the value of the locationSimpleExtensionGroup 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 locationSimpleExtensionGroup property.

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

    getLocationSimpleExtensionGroup().add(newItem);
 

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


isSetLocationSimpleExtensionGroup

public boolean isSetLocationSimpleExtensionGroup()

unsetLocationSimpleExtensionGroup

public void unsetLocationSimpleExtensionGroup()

getLocationObjectExtensionGroup

public List<AbstractObjectType> getLocationObjectExtensionGroup()
Gets the value of the locationObjectExtensionGroup 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 locationObjectExtensionGroup property.

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

    getLocationObjectExtensionGroup().add(newItem);
 

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


isSetLocationObjectExtensionGroup

public boolean isSetLocationObjectExtensionGroup()

unsetLocationObjectExtensionGroup

public void unsetLocationObjectExtensionGroup()


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