net.opengis.kml._2_2_0
Class AbstractLatLonBoxType

java.lang.Object
  extended by net.opengis.kml._2_2_0.AbstractObjectType
      extended by net.opengis.kml._2_2_0.AbstractLatLonBoxType
Direct Known Subclasses:
LatLonAltBoxType, LatLonBoxType

public abstract class AbstractLatLonBoxType
extends AbstractObjectType

Classe Java pour AbstractLatLonBoxType complex type.

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

 <complexType name="AbstractLatLonBoxType">
   <complexContent>
     <extension base="{http://www.opengis.net/kml/2.2}AbstractObjectType">
       <sequence>
         <element ref="{http://www.opengis.net/kml/2.2}north" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}south" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}east" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}west" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}AbstractLatLonBoxSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}AbstractLatLonBoxObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<AbstractObjectType> abstractLatLonBoxObjectExtensionGroup
           
protected  List<Object> abstractLatLonBoxSimpleExtensionGroup
           
protected  Double east
           
protected  Double north
           
protected  Double south
           
protected  Double west
           
 
Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType
id, objectSimpleExtensionGroup, targetId
 
Constructor Summary
AbstractLatLonBoxType()
           
 
Method Summary
 List<AbstractObjectType> getAbstractLatLonBoxObjectExtensionGroup()
          Gets the value of the abstractLatLonBoxObjectExtensionGroup property.
 List<Object> getAbstractLatLonBoxSimpleExtensionGroup()
          Gets the value of the abstractLatLonBoxSimpleExtensionGroup property.
 Double getEast()
          Obtient la valeur de la propriété east.
 Double getNorth()
          Obtient la valeur de la propriété north.
 Double getSouth()
          Obtient la valeur de la propriété south.
 Double getWest()
          Obtient la valeur de la propriété west.
 boolean isSetAbstractLatLonBoxObjectExtensionGroup()
           
 boolean isSetAbstractLatLonBoxSimpleExtensionGroup()
           
 boolean isSetEast()
           
 boolean isSetNorth()
           
 boolean isSetSouth()
           
 boolean isSetWest()
           
 void setEast(Double value)
          Définit la valeur de la propriété east.
 void setNorth(Double value)
          Définit la valeur de la propriété north.
 void setSouth(Double value)
          Définit la valeur de la propriété south.
 void setWest(Double value)
          Définit la valeur de la propriété west.
 void unsetAbstractLatLonBoxObjectExtensionGroup()
           
 void 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

north

protected Double north

south

protected Double south

east

protected Double east

west

protected Double west

abstractLatLonBoxSimpleExtensionGroup

protected List<Object> abstractLatLonBoxSimpleExtensionGroup

abstractLatLonBoxObjectExtensionGroup

protected List<AbstractObjectType> abstractLatLonBoxObjectExtensionGroup
Constructor Detail

AbstractLatLonBoxType

public AbstractLatLonBoxType()
Method Detail

getNorth

public Double getNorth()
Obtient la valeur de la propriété north.

Returns:
possible object is Double

setNorth

public void setNorth(Double value)
Définit la valeur de la propriété north.

Parameters:
value - allowed object is Double

isSetNorth

public boolean isSetNorth()

getSouth

public Double getSouth()
Obtient la valeur de la propriété south.

Returns:
possible object is Double

setSouth

public void setSouth(Double value)
Définit la valeur de la propriété south.

Parameters:
value - allowed object is Double

isSetSouth

public boolean isSetSouth()

getEast

public Double getEast()
Obtient la valeur de la propriété east.

Returns:
possible object is Double

setEast

public void setEast(Double value)
Définit la valeur de la propriété east.

Parameters:
value - allowed object is Double

isSetEast

public boolean isSetEast()

getWest

public Double getWest()
Obtient la valeur de la propriété west.

Returns:
possible object is Double

setWest

public void setWest(Double value)
Définit la valeur de la propriété west.

Parameters:
value - allowed object is Double

isSetWest

public boolean isSetWest()

getAbstractLatLonBoxSimpleExtensionGroup

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

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

    getAbstractLatLonBoxSimpleExtensionGroup().add(newItem);
 

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


isSetAbstractLatLonBoxSimpleExtensionGroup

public boolean isSetAbstractLatLonBoxSimpleExtensionGroup()

unsetAbstractLatLonBoxSimpleExtensionGroup

public void unsetAbstractLatLonBoxSimpleExtensionGroup()

getAbstractLatLonBoxObjectExtensionGroup

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

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

    getAbstractLatLonBoxObjectExtensionGroup().add(newItem);
 

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


isSetAbstractLatLonBoxObjectExtensionGroup

public boolean isSetAbstractLatLonBoxObjectExtensionGroup()

unsetAbstractLatLonBoxObjectExtensionGroup

public void unsetAbstractLatLonBoxObjectExtensionGroup()


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