net.opengis.kml._2_2_0
Class ViewVolumeType

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

public class ViewVolumeType
extends AbstractObjectType

Classe Java pour ViewVolumeType complex type.

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

 <complexType name="ViewVolumeType">
   <complexContent>
     <extension base="{http://www.opengis.net/kml/2.2}AbstractObjectType">
       <sequence>
         <element ref="{http://www.opengis.net/kml/2.2}leftFov" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}rightFov" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}bottomFov" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}topFov" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}near" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}ViewVolumeSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}ViewVolumeObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Double bottomFov
           
protected  Double leftFov
           
protected  Double near
           
protected  Double rightFov
           
protected  Double topFov
           
protected  List<AbstractObjectType> viewVolumeObjectExtensionGroup
           
protected  List<Object> viewVolumeSimpleExtensionGroup
           
 
Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType
id, objectSimpleExtensionGroup, targetId
 
Constructor Summary
ViewVolumeType()
           
 
Method Summary
 Double getBottomFov()
          Obtient la valeur de la propriété bottomFov.
 Double getLeftFov()
          Obtient la valeur de la propriété leftFov.
 Double getNear()
          Obtient la valeur de la propriété near.
 Double getRightFov()
          Obtient la valeur de la propriété rightFov.
 Double getTopFov()
          Obtient la valeur de la propriété topFov.
 List<AbstractObjectType> getViewVolumeObjectExtensionGroup()
          Gets the value of the viewVolumeObjectExtensionGroup property.
 List<Object> getViewVolumeSimpleExtensionGroup()
          Gets the value of the viewVolumeSimpleExtensionGroup property.
 boolean isSetBottomFov()
           
 boolean isSetLeftFov()
           
 boolean isSetNear()
           
 boolean isSetRightFov()
           
 boolean isSetTopFov()
           
 boolean isSetViewVolumeObjectExtensionGroup()
           
 boolean isSetViewVolumeSimpleExtensionGroup()
           
 void setBottomFov(Double value)
          Définit la valeur de la propriété bottomFov.
 void setLeftFov(Double value)
          Définit la valeur de la propriété leftFov.
 void setNear(Double value)
          Définit la valeur de la propriété near.
 void setRightFov(Double value)
          Définit la valeur de la propriété rightFov.
 void setTopFov(Double value)
          Définit la valeur de la propriété topFov.
 void unsetViewVolumeObjectExtensionGroup()
           
 void unsetViewVolumeSimpleExtensionGroup()
           
 
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

leftFov

protected Double leftFov

rightFov

protected Double rightFov

bottomFov

protected Double bottomFov

topFov

protected Double topFov

near

protected Double near

viewVolumeSimpleExtensionGroup

protected List<Object> viewVolumeSimpleExtensionGroup

viewVolumeObjectExtensionGroup

protected List<AbstractObjectType> viewVolumeObjectExtensionGroup
Constructor Detail

ViewVolumeType

public ViewVolumeType()
Method Detail

getLeftFov

public Double getLeftFov()
Obtient la valeur de la propriété leftFov.

Returns:
possible object is Double

setLeftFov

public void setLeftFov(Double value)
Définit la valeur de la propriété leftFov.

Parameters:
value - allowed object is Double

isSetLeftFov

public boolean isSetLeftFov()

getRightFov

public Double getRightFov()
Obtient la valeur de la propriété rightFov.

Returns:
possible object is Double

setRightFov

public void setRightFov(Double value)
Définit la valeur de la propriété rightFov.

Parameters:
value - allowed object is Double

isSetRightFov

public boolean isSetRightFov()

getBottomFov

public Double getBottomFov()
Obtient la valeur de la propriété bottomFov.

Returns:
possible object is Double

setBottomFov

public void setBottomFov(Double value)
Définit la valeur de la propriété bottomFov.

Parameters:
value - allowed object is Double

isSetBottomFov

public boolean isSetBottomFov()

getTopFov

public Double getTopFov()
Obtient la valeur de la propriété topFov.

Returns:
possible object is Double

setTopFov

public void setTopFov(Double value)
Définit la valeur de la propriété topFov.

Parameters:
value - allowed object is Double

isSetTopFov

public boolean isSetTopFov()

getNear

public Double getNear()
Obtient la valeur de la propriété near.

Returns:
possible object is Double

setNear

public void setNear(Double value)
Définit la valeur de la propriété near.

Parameters:
value - allowed object is Double

isSetNear

public boolean isSetNear()

getViewVolumeSimpleExtensionGroup

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

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

    getViewVolumeSimpleExtensionGroup().add(newItem);
 

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


isSetViewVolumeSimpleExtensionGroup

public boolean isSetViewVolumeSimpleExtensionGroup()

unsetViewVolumeSimpleExtensionGroup

public void unsetViewVolumeSimpleExtensionGroup()

getViewVolumeObjectExtensionGroup

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

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

    getViewVolumeObjectExtensionGroup().add(newItem);
 

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


isSetViewVolumeObjectExtensionGroup

public boolean isSetViewVolumeObjectExtensionGroup()

unsetViewVolumeObjectExtensionGroup

public void unsetViewVolumeObjectExtensionGroup()


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