|
||||||||||
| 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.AbstractLatLonBoxType
net.opengis.kml._2_2_0.LatLonBoxType
public class LatLonBoxType
Classe Java pour LatLonBoxType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="LatLonBoxType">
<complexContent>
<extension base="{http://www.opengis.net/kml/2.2}AbstractLatLonBoxType">
<sequence>
<element ref="{http://www.opengis.net/kml/2.2}rotation" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}LatLonBoxSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}LatLonBoxObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<AbstractObjectType> |
latLonBoxObjectExtensionGroup
|
protected List<Object> |
latLonBoxSimpleExtensionGroup
|
protected Double |
rotation
|
| Fields inherited from class net.opengis.kml._2_2_0.AbstractLatLonBoxType |
|---|
abstractLatLonBoxObjectExtensionGroup, abstractLatLonBoxSimpleExtensionGroup, east, north, south, west |
| Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType |
|---|
id, objectSimpleExtensionGroup, targetId |
| Constructor Summary | |
|---|---|
LatLonBoxType()
|
|
| Method Summary | |
|---|---|
List<AbstractObjectType> |
getLatLonBoxObjectExtensionGroup()
Gets the value of the latLonBoxObjectExtensionGroup property. |
List<Object> |
getLatLonBoxSimpleExtensionGroup()
Gets the value of the latLonBoxSimpleExtensionGroup property. |
Double |
getRotation()
Obtient la valeur de la propriété rotation. |
boolean |
isSetLatLonBoxObjectExtensionGroup()
|
boolean |
isSetLatLonBoxSimpleExtensionGroup()
|
boolean |
isSetRotation()
|
void |
setRotation(Double value)
Définit la valeur de la propriété rotation. |
void |
unsetLatLonBoxObjectExtensionGroup()
|
void |
unsetLatLonBoxSimpleExtensionGroup()
|
| 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 rotation
protected List<Object> latLonBoxSimpleExtensionGroup
protected List<AbstractObjectType> latLonBoxObjectExtensionGroup
| Constructor Detail |
|---|
public LatLonBoxType()
| Method Detail |
|---|
public Double getRotation()
Doublepublic void setRotation(Double value)
value - allowed object is
Doublepublic boolean isSetRotation()
public List<Object> getLatLonBoxSimpleExtensionGroup()
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 latLonBoxSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getLatLonBoxSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetLatLonBoxSimpleExtensionGroup()
public void unsetLatLonBoxSimpleExtensionGroup()
public List<AbstractObjectType> getLatLonBoxObjectExtensionGroup()
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 latLonBoxObjectExtensionGroup property.
For example, to add a new item, do as follows:
getLatLonBoxObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetLatLonBoxObjectExtensionGroup()
public void unsetLatLonBoxObjectExtensionGroup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||