net.opengis.kml._2_2_0
Class LodType

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

public class LodType
extends AbstractObjectType

Classe Java pour LodType complex type.

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

 <complexType name="LodType">
   <complexContent>
     <extension base="{http://www.opengis.net/kml/2.2}AbstractObjectType">
       <sequence>
         <element ref="{http://www.opengis.net/kml/2.2}minLodPixels" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}maxLodPixels" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}minFadeExtent" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}maxFadeExtent" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}LodSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}LodObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<AbstractObjectType> lodObjectExtensionGroup
           
protected  List<Object> lodSimpleExtensionGroup
           
protected  Double maxFadeExtent
           
protected  Double maxLodPixels
           
protected  Double minFadeExtent
           
protected  Double minLodPixels
           
 
Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType
id, objectSimpleExtensionGroup, targetId
 
Constructor Summary
LodType()
           
 
Method Summary
 List<AbstractObjectType> getLodObjectExtensionGroup()
          Gets the value of the lodObjectExtensionGroup property.
 List<Object> getLodSimpleExtensionGroup()
          Gets the value of the lodSimpleExtensionGroup property.
 Double getMaxFadeExtent()
          Obtient la valeur de la propriété maxFadeExtent.
 Double getMaxLodPixels()
          Obtient la valeur de la propriété maxLodPixels.
 Double getMinFadeExtent()
          Obtient la valeur de la propriété minFadeExtent.
 Double getMinLodPixels()
          Obtient la valeur de la propriété minLodPixels.
 boolean isSetLodObjectExtensionGroup()
           
 boolean isSetLodSimpleExtensionGroup()
           
 boolean isSetMaxFadeExtent()
           
 boolean isSetMaxLodPixels()
           
 boolean isSetMinFadeExtent()
           
 boolean isSetMinLodPixels()
           
 void setMaxFadeExtent(Double value)
          Définit la valeur de la propriété maxFadeExtent.
 void setMaxLodPixels(Double value)
          Définit la valeur de la propriété maxLodPixels.
 void setMinFadeExtent(Double value)
          Définit la valeur de la propriété minFadeExtent.
 void setMinLodPixels(Double value)
          Définit la valeur de la propriété minLodPixels.
 void unsetLodObjectExtensionGroup()
           
 void unsetLodSimpleExtensionGroup()
           
 
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

minLodPixels

protected Double minLodPixels

maxLodPixels

protected Double maxLodPixels

minFadeExtent

protected Double minFadeExtent

maxFadeExtent

protected Double maxFadeExtent

lodSimpleExtensionGroup

protected List<Object> lodSimpleExtensionGroup

lodObjectExtensionGroup

protected List<AbstractObjectType> lodObjectExtensionGroup
Constructor Detail

LodType

public LodType()
Method Detail

getMinLodPixels

public Double getMinLodPixels()
Obtient la valeur de la propriété minLodPixels.

Returns:
possible object is Double

setMinLodPixels

public void setMinLodPixels(Double value)
Définit la valeur de la propriété minLodPixels.

Parameters:
value - allowed object is Double

isSetMinLodPixels

public boolean isSetMinLodPixels()

getMaxLodPixels

public Double getMaxLodPixels()
Obtient la valeur de la propriété maxLodPixels.

Returns:
possible object is Double

setMaxLodPixels

public void setMaxLodPixels(Double value)
Définit la valeur de la propriété maxLodPixels.

Parameters:
value - allowed object is Double

isSetMaxLodPixels

public boolean isSetMaxLodPixels()

getMinFadeExtent

public Double getMinFadeExtent()
Obtient la valeur de la propriété minFadeExtent.

Returns:
possible object is Double

setMinFadeExtent

public void setMinFadeExtent(Double value)
Définit la valeur de la propriété minFadeExtent.

Parameters:
value - allowed object is Double

isSetMinFadeExtent

public boolean isSetMinFadeExtent()

getMaxFadeExtent

public Double getMaxFadeExtent()
Obtient la valeur de la propriété maxFadeExtent.

Returns:
possible object is Double

setMaxFadeExtent

public void setMaxFadeExtent(Double value)
Définit la valeur de la propriété maxFadeExtent.

Parameters:
value - allowed object is Double

isSetMaxFadeExtent

public boolean isSetMaxFadeExtent()

getLodSimpleExtensionGroup

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

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

    getLodSimpleExtensionGroup().add(newItem);
 

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


isSetLodSimpleExtensionGroup

public boolean isSetLodSimpleExtensionGroup()

unsetLodSimpleExtensionGroup

public void unsetLodSimpleExtensionGroup()

getLodObjectExtensionGroup

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

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

    getLodObjectExtensionGroup().add(newItem);
 

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


isSetLodObjectExtensionGroup

public boolean isSetLodObjectExtensionGroup()

unsetLodObjectExtensionGroup

public void unsetLodObjectExtensionGroup()


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