net.opengis.kml._2_2_0
Class AbstractGeometryType

java.lang.Object
  extended by net.opengis.kml._2_2_0.AbstractObjectType
      extended by net.opengis.kml._2_2_0.AbstractGeometryType
Direct Known Subclasses:
LinearRingType, LineStringType, ModelType, MultiGeometryType, PointType, PolygonType

public abstract class AbstractGeometryType
extends AbstractObjectType

Classe Java pour AbstractGeometryType complex type.

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

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


Field Summary
protected  List<AbstractObjectType> abstractGeometryObjectExtensionGroup
           
protected  List<Object> abstractGeometrySimpleExtensionGroup
           
 
Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType
id, objectSimpleExtensionGroup, targetId
 
Constructor Summary
AbstractGeometryType()
           
 
Method Summary
 List<AbstractObjectType> getAbstractGeometryObjectExtensionGroup()
          Gets the value of the abstractGeometryObjectExtensionGroup property.
 List<Object> getAbstractGeometrySimpleExtensionGroup()
          Gets the value of the abstractGeometrySimpleExtensionGroup property.
 boolean isSetAbstractGeometryObjectExtensionGroup()
           
 boolean isSetAbstractGeometrySimpleExtensionGroup()
           
 void unsetAbstractGeometryObjectExtensionGroup()
           
 void 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

abstractGeometrySimpleExtensionGroup

protected List<Object> abstractGeometrySimpleExtensionGroup

abstractGeometryObjectExtensionGroup

protected List<AbstractObjectType> abstractGeometryObjectExtensionGroup
Constructor Detail

AbstractGeometryType

public AbstractGeometryType()
Method Detail

getAbstractGeometrySimpleExtensionGroup

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

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

    getAbstractGeometrySimpleExtensionGroup().add(newItem);
 

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


isSetAbstractGeometrySimpleExtensionGroup

public boolean isSetAbstractGeometrySimpleExtensionGroup()

unsetAbstractGeometrySimpleExtensionGroup

public void unsetAbstractGeometrySimpleExtensionGroup()

getAbstractGeometryObjectExtensionGroup

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

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

    getAbstractGeometryObjectExtensionGroup().add(newItem);
 

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


isSetAbstractGeometryObjectExtensionGroup

public boolean isSetAbstractGeometryObjectExtensionGroup()

unsetAbstractGeometryObjectExtensionGroup

public void unsetAbstractGeometryObjectExtensionGroup()


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