net.opengis.kml._2_2_0
Class PointType

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

public class PointType
extends AbstractGeometryType

Classe Java pour PointType complex type.

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

 <complexType name="PointType">
   <complexContent>
     <extension base="{http://www.opengis.net/kml/2.2}AbstractGeometryType">
       <sequence>
         <element ref="{http://www.opengis.net/kml/2.2}extrude" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}altitudeModeGroup" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}coordinates" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}PointSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}PointObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  JAXBElement<?> altitudeModeGroup
           
protected  List<String> coordinates
           
protected  Boolean extrude
           
protected  List<AbstractObjectType> pointObjectExtensionGroup
           
protected  List<Object> pointSimpleExtensionGroup
           
 
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
PointType()
           
 
Method Summary
 JAXBElement<?> getAltitudeModeGroup()
          Obtient la valeur de la propriété altitudeModeGroup.
 List<String> getCoordinates()
          Gets the value of the coordinates property.
 List<AbstractObjectType> getPointObjectExtensionGroup()
          Gets the value of the pointObjectExtensionGroup property.
 List<Object> getPointSimpleExtensionGroup()
          Gets the value of the pointSimpleExtensionGroup property.
 Boolean isExtrude()
          Obtient la valeur de la propriété extrude.
 boolean isSetAltitudeModeGroup()
           
 boolean isSetCoordinates()
           
 boolean isSetExtrude()
           
 boolean isSetPointObjectExtensionGroup()
           
 boolean isSetPointSimpleExtensionGroup()
           
 void setAltitudeModeGroup(JAXBElement<?> value)
          Définit la valeur de la propriété altitudeModeGroup.
 void setExtrude(Boolean value)
          Définit la valeur de la propriété extrude.
 void unsetCoordinates()
           
 void unsetPointObjectExtensionGroup()
           
 void unsetPointSimpleExtensionGroup()
           
 
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

extrude

protected Boolean extrude

altitudeModeGroup

protected JAXBElement<?> altitudeModeGroup

coordinates

protected List<String> coordinates

pointSimpleExtensionGroup

protected List<Object> pointSimpleExtensionGroup

pointObjectExtensionGroup

protected List<AbstractObjectType> pointObjectExtensionGroup
Constructor Detail

PointType

public PointType()
Method Detail

isExtrude

public Boolean isExtrude()
Obtient la valeur de la propriété extrude.

Returns:
possible object is Boolean

setExtrude

public void setExtrude(Boolean value)
Définit la valeur de la propriété extrude.

Parameters:
value - allowed object is Boolean

isSetExtrude

public boolean isSetExtrude()

getAltitudeModeGroup

public JAXBElement<?> getAltitudeModeGroup()
Obtient la valeur de la propriété altitudeModeGroup.

Returns:
possible object is JAXBElement<AltitudeModeEnumType> JAXBElement<Object>

setAltitudeModeGroup

public void setAltitudeModeGroup(JAXBElement<?> value)
Définit la valeur de la propriété altitudeModeGroup.

Parameters:
value - allowed object is JAXBElement<AltitudeModeEnumType> JAXBElement<Object>

isSetAltitudeModeGroup

public boolean isSetAltitudeModeGroup()

getCoordinates

public List<String> getCoordinates()
Gets the value of the coordinates 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 coordinates property.

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

    getCoordinates().add(newItem);
 

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


isSetCoordinates

public boolean isSetCoordinates()

unsetCoordinates

public void unsetCoordinates()

getPointSimpleExtensionGroup

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

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

    getPointSimpleExtensionGroup().add(newItem);
 

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


isSetPointSimpleExtensionGroup

public boolean isSetPointSimpleExtensionGroup()

unsetPointSimpleExtensionGroup

public void unsetPointSimpleExtensionGroup()

getPointObjectExtensionGroup

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

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

    getPointObjectExtensionGroup().add(newItem);
 

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


isSetPointObjectExtensionGroup

public boolean isSetPointObjectExtensionGroup()

unsetPointObjectExtensionGroup

public void unsetPointObjectExtensionGroup()


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