net.opengis.kml._2_2_0
Class OrientationType

java.lang.Object
  extended by net.opengis.kml._2_2_0.AbstractObjectType
      extended by net.opengis.kml._2_2_0.OrientationType

public class OrientationType
extends AbstractObjectType

Classe Java pour OrientationType complex type.

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

 <complexType name="OrientationType">
   <complexContent>
     <extension base="{http://www.opengis.net/kml/2.2}AbstractObjectType">
       <sequence>
         <element ref="{http://www.opengis.net/kml/2.2}heading" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}tilt" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}roll" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}OrientationSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}OrientationObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Double heading
           
protected  List<AbstractObjectType> orientationObjectExtensionGroup
           
protected  List<Object> orientationSimpleExtensionGroup
           
protected  Double roll
           
protected  Double tilt
           
 
Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType
id, objectSimpleExtensionGroup, targetId
 
Constructor Summary
OrientationType()
           
 
Method Summary
 Double getHeading()
          Obtient la valeur de la propriété heading.
 List<AbstractObjectType> getOrientationObjectExtensionGroup()
          Gets the value of the orientationObjectExtensionGroup property.
 List<Object> getOrientationSimpleExtensionGroup()
          Gets the value of the orientationSimpleExtensionGroup property.
 Double getRoll()
          Obtient la valeur de la propriété roll.
 Double getTilt()
          Obtient la valeur de la propriété tilt.
 boolean isSetHeading()
           
 boolean isSetOrientationObjectExtensionGroup()
           
 boolean isSetOrientationSimpleExtensionGroup()
           
 boolean isSetRoll()
           
 boolean isSetTilt()
           
 void setHeading(Double value)
          Définit la valeur de la propriété heading.
 void setRoll(Double value)
          Définit la valeur de la propriété roll.
 void setTilt(Double value)
          Définit la valeur de la propriété tilt.
 void unsetOrientationObjectExtensionGroup()
           
 void unsetOrientationSimpleExtensionGroup()
           
 
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

heading

protected Double heading

tilt

protected Double tilt

roll

protected Double roll

orientationSimpleExtensionGroup

protected List<Object> orientationSimpleExtensionGroup

orientationObjectExtensionGroup

protected List<AbstractObjectType> orientationObjectExtensionGroup
Constructor Detail

OrientationType

public OrientationType()
Method Detail

getHeading

public Double getHeading()
Obtient la valeur de la propriété heading.

Returns:
possible object is Double

setHeading

public void setHeading(Double value)
Définit la valeur de la propriété heading.

Parameters:
value - allowed object is Double

isSetHeading

public boolean isSetHeading()

getTilt

public Double getTilt()
Obtient la valeur de la propriété tilt.

Returns:
possible object is Double

setTilt

public void setTilt(Double value)
Définit la valeur de la propriété tilt.

Parameters:
value - allowed object is Double

isSetTilt

public boolean isSetTilt()

getRoll

public Double getRoll()
Obtient la valeur de la propriété roll.

Returns:
possible object is Double

setRoll

public void setRoll(Double value)
Définit la valeur de la propriété roll.

Parameters:
value - allowed object is Double

isSetRoll

public boolean isSetRoll()

getOrientationSimpleExtensionGroup

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

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

    getOrientationSimpleExtensionGroup().add(newItem);
 

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


isSetOrientationSimpleExtensionGroup

public boolean isSetOrientationSimpleExtensionGroup()

unsetOrientationSimpleExtensionGroup

public void unsetOrientationSimpleExtensionGroup()

getOrientationObjectExtensionGroup

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

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

    getOrientationObjectExtensionGroup().add(newItem);
 

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


isSetOrientationObjectExtensionGroup

public boolean isSetOrientationObjectExtensionGroup()

unsetOrientationObjectExtensionGroup

public void unsetOrientationObjectExtensionGroup()


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