net.opengis.kml._2_2_0
Class MultiGeometryType

java.lang.Object
  extended by net.opengis.kml._2_2_0.AbstractObjectType
      extended by net.opengis.kml._2_2_0.AbstractGeometryType
          extended by net.opengis.kml._2_2_0.MultiGeometryType

public class MultiGeometryType
extends AbstractGeometryType

Classe Java pour MultiGeometryType complex type.

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

 <complexType name="MultiGeometryType">
   <complexContent>
     <extension base="{http://www.opengis.net/kml/2.2}AbstractGeometryType">
       <sequence>
         <element ref="{http://www.opengis.net/kml/2.2}AbstractGeometryGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}MultiGeometrySimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}MultiGeometryObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<JAXBElement<? extends AbstractGeometryType>> abstractGeometryGroup
           
protected  List<AbstractObjectType> multiGeometryObjectExtensionGroup
           
protected  List<Object> multiGeometrySimpleExtensionGroup
           
 
Fields inherited from class net.opengis.kml._2_2_0.AbstractGeometryType
abstractGeometryObjectExtensionGroup, abstractGeometrySimpleExtensionGroup
 
Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType
id, objectSimpleExtensionGroup, targetId
 
Constructor Summary
MultiGeometryType()
           
 
Method Summary
 List<JAXBElement<? extends AbstractGeometryType>> getAbstractGeometryGroup()
          Gets the value of the abstractGeometryGroup property.
 List<AbstractObjectType> getMultiGeometryObjectExtensionGroup()
          Gets the value of the multiGeometryObjectExtensionGroup property.
 List<Object> getMultiGeometrySimpleExtensionGroup()
          Gets the value of the multiGeometrySimpleExtensionGroup property.
 boolean isSetAbstractGeometryGroup()
           
 boolean isSetMultiGeometryObjectExtensionGroup()
           
 boolean isSetMultiGeometrySimpleExtensionGroup()
           
 void unsetAbstractGeometryGroup()
           
 void unsetMultiGeometryObjectExtensionGroup()
           
 void unsetMultiGeometrySimpleExtensionGroup()
           
 
Methods inherited from class net.opengis.kml._2_2_0.AbstractGeometryType
getAbstractGeometryObjectExtensionGroup, getAbstractGeometrySimpleExtensionGroup, isSetAbstractGeometryObjectExtensionGroup, isSetAbstractGeometrySimpleExtensionGroup, unsetAbstractGeometryObjectExtensionGroup, unsetAbstractGeometrySimpleExtensionGroup
 
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

abstractGeometryGroup

protected List<JAXBElement<? extends AbstractGeometryType>> abstractGeometryGroup

multiGeometrySimpleExtensionGroup

protected List<Object> multiGeometrySimpleExtensionGroup

multiGeometryObjectExtensionGroup

protected List<AbstractObjectType> multiGeometryObjectExtensionGroup
Constructor Detail

MultiGeometryType

public MultiGeometryType()
Method Detail

getAbstractGeometryGroup

public List<JAXBElement<? extends AbstractGeometryType>> getAbstractGeometryGroup()
Gets the value of the abstractGeometryGroup 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 abstractGeometryGroup property.

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

    getAbstractGeometryGroup().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<PointType> JAXBElement<PolygonType> JAXBElement<MultiGeometryType> JAXBElement<ModelType> JAXBElement<AbstractGeometryType> JAXBElement<LineStringType> JAXBElement<LinearRingType>


isSetAbstractGeometryGroup

public boolean isSetAbstractGeometryGroup()

unsetAbstractGeometryGroup

public void unsetAbstractGeometryGroup()

getMultiGeometrySimpleExtensionGroup

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

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

    getMultiGeometrySimpleExtensionGroup().add(newItem);
 

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


isSetMultiGeometrySimpleExtensionGroup

public boolean isSetMultiGeometrySimpleExtensionGroup()

unsetMultiGeometrySimpleExtensionGroup

public void unsetMultiGeometrySimpleExtensionGroup()

getMultiGeometryObjectExtensionGroup

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

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

    getMultiGeometryObjectExtensionGroup().add(newItem);
 

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


isSetMultiGeometryObjectExtensionGroup

public boolean isSetMultiGeometryObjectExtensionGroup()

unsetMultiGeometryObjectExtensionGroup

public void unsetMultiGeometryObjectExtensionGroup()


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