|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.kml._2_2_0.AbstractObjectType
net.opengis.kml._2_2_0.LodType
public class LodType
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 |
|---|
protected Double minLodPixels
protected Double maxLodPixels
protected Double minFadeExtent
protected Double maxFadeExtent
protected List<Object> lodSimpleExtensionGroup
protected List<AbstractObjectType> lodObjectExtensionGroup
| Constructor Detail |
|---|
public LodType()
| Method Detail |
|---|
public Double getMinLodPixels()
Doublepublic void setMinLodPixels(Double value)
value - allowed object is
Doublepublic boolean isSetMinLodPixels()
public Double getMaxLodPixels()
Doublepublic void setMaxLodPixels(Double value)
value - allowed object is
Doublepublic boolean isSetMaxLodPixels()
public Double getMinFadeExtent()
Doublepublic void setMinFadeExtent(Double value)
value - allowed object is
Doublepublic boolean isSetMinFadeExtent()
public Double getMaxFadeExtent()
Doublepublic void setMaxFadeExtent(Double value)
value - allowed object is
Doublepublic boolean isSetMaxFadeExtent()
public List<Object> getLodSimpleExtensionGroup()
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
public boolean isSetLodSimpleExtensionGroup()
public void unsetLodSimpleExtensionGroup()
public List<AbstractObjectType> getLodObjectExtensionGroup()
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
public boolean isSetLodObjectExtensionGroup()
public void unsetLodObjectExtensionGroup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||