net.opengis.kml._2_2_0
Class LatLonBoxType

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.LatLonBoxType

public class LatLonBoxType
extends AbstractLatLonBoxType

Classe Java pour LatLonBoxType complex type.

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

 <complexType name="LatLonBoxType">
   <complexContent>
     <extension base="{http://www.opengis.net/kml/2.2}AbstractLatLonBoxType">
       <sequence>
         <element ref="{http://www.opengis.net/kml/2.2}rotation" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}LatLonBoxSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}LatLonBoxObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<AbstractObjectType> latLonBoxObjectExtensionGroup
           
protected  List<Object> latLonBoxSimpleExtensionGroup
           
protected  Double rotation
           
 
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
LatLonBoxType()
           
 
Method Summary
 List<AbstractObjectType> getLatLonBoxObjectExtensionGroup()
          Gets the value of the latLonBoxObjectExtensionGroup property.
 List<Object> getLatLonBoxSimpleExtensionGroup()
          Gets the value of the latLonBoxSimpleExtensionGroup property.
 Double getRotation()
          Obtient la valeur de la propriété rotation.
 boolean isSetLatLonBoxObjectExtensionGroup()
           
 boolean isSetLatLonBoxSimpleExtensionGroup()
           
 boolean isSetRotation()
           
 void setRotation(Double value)
          Définit la valeur de la propriété rotation.
 void unsetLatLonBoxObjectExtensionGroup()
           
 void unsetLatLonBoxSimpleExtensionGroup()
           
 
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

rotation

protected Double rotation

latLonBoxSimpleExtensionGroup

protected List<Object> latLonBoxSimpleExtensionGroup

latLonBoxObjectExtensionGroup

protected List<AbstractObjectType> latLonBoxObjectExtensionGroup
Constructor Detail

LatLonBoxType

public LatLonBoxType()
Method Detail

getRotation

public Double getRotation()
Obtient la valeur de la propriété rotation.

Returns:
possible object is Double

setRotation

public void setRotation(Double value)
Définit la valeur de la propriété rotation.

Parameters:
value - allowed object is Double

isSetRotation

public boolean isSetRotation()

getLatLonBoxSimpleExtensionGroup

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

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

    getLatLonBoxSimpleExtensionGroup().add(newItem);
 

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


isSetLatLonBoxSimpleExtensionGroup

public boolean isSetLatLonBoxSimpleExtensionGroup()

unsetLatLonBoxSimpleExtensionGroup

public void unsetLatLonBoxSimpleExtensionGroup()

getLatLonBoxObjectExtensionGroup

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

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

    getLatLonBoxObjectExtensionGroup().add(newItem);
 

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


isSetLatLonBoxObjectExtensionGroup

public boolean isSetLatLonBoxObjectExtensionGroup()

unsetLatLonBoxObjectExtensionGroup

public void unsetLatLonBoxObjectExtensionGroup()


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