|
||||||||||
| 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.RegionType
public class RegionType
Classe Java pour RegionType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="RegionType">
<complexContent>
<extension base="{http://www.opengis.net/kml/2.2}AbstractObjectType">
<sequence>
<element ref="{http://www.opengis.net/kml/2.2}LatLonAltBox" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}Lod" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}RegionSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}RegionObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected LatLonAltBoxType |
latLonAltBox
|
protected LodType |
lod
|
protected List<AbstractObjectType> |
regionObjectExtensionGroup
|
protected List<Object> |
regionSimpleExtensionGroup
|
| Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType |
|---|
id, objectSimpleExtensionGroup, targetId |
| Constructor Summary | |
|---|---|
RegionType()
|
|
| Method Summary | |
|---|---|
LatLonAltBoxType |
getLatLonAltBox()
Obtient la valeur de la propriété latLonAltBox. |
LodType |
getLod()
Obtient la valeur de la propriété lod. |
List<AbstractObjectType> |
getRegionObjectExtensionGroup()
Gets the value of the regionObjectExtensionGroup property. |
List<Object> |
getRegionSimpleExtensionGroup()
Gets the value of the regionSimpleExtensionGroup property. |
boolean |
isSetLatLonAltBox()
|
boolean |
isSetLod()
|
boolean |
isSetRegionObjectExtensionGroup()
|
boolean |
isSetRegionSimpleExtensionGroup()
|
void |
setLatLonAltBox(LatLonAltBoxType value)
Définit la valeur de la propriété latLonAltBox. |
void |
setLod(LodType value)
Définit la valeur de la propriété lod. |
void |
unsetRegionObjectExtensionGroup()
|
void |
unsetRegionSimpleExtensionGroup()
|
| 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 LatLonAltBoxType latLonAltBox
protected LodType lod
protected List<Object> regionSimpleExtensionGroup
protected List<AbstractObjectType> regionObjectExtensionGroup
| Constructor Detail |
|---|
public RegionType()
| Method Detail |
|---|
public LatLonAltBoxType getLatLonAltBox()
LatLonAltBoxTypepublic void setLatLonAltBox(LatLonAltBoxType value)
value - allowed object is
LatLonAltBoxTypepublic boolean isSetLatLonAltBox()
public LodType getLod()
LodTypepublic void setLod(LodType value)
value - allowed object is
LodTypepublic boolean isSetLod()
public List<Object> getRegionSimpleExtensionGroup()
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 regionSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getRegionSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetRegionSimpleExtensionGroup()
public void unsetRegionSimpleExtensionGroup()
public List<AbstractObjectType> getRegionObjectExtensionGroup()
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 regionObjectExtensionGroup property.
For example, to add a new item, do as follows:
getRegionObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetRegionObjectExtensionGroup()
public void unsetRegionObjectExtensionGroup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||