|
||||||||||
| 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.LatLonAltBoxType
public class LatLonAltBoxType
Classe Java pour LatLonAltBoxType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="LatLonAltBoxType">
<complexContent>
<extension base="{http://www.opengis.net/kml/2.2}AbstractLatLonBoxType">
<sequence>
<element ref="{http://www.opengis.net/kml/2.2}minAltitude" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}maxAltitude" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}altitudeModeGroup" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}LatLonAltBoxSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}LatLonAltBoxObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected JAXBElement<?> |
altitudeModeGroup
|
protected List<AbstractObjectType> |
latLonAltBoxObjectExtensionGroup
|
protected List<Object> |
latLonAltBoxSimpleExtensionGroup
|
protected Double |
maxAltitude
|
protected Double |
minAltitude
|
| 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 | |
|---|---|
LatLonAltBoxType()
|
|
| Method Summary | |
|---|---|
JAXBElement<?> |
getAltitudeModeGroup()
Obtient la valeur de la propriété altitudeModeGroup. |
List<AbstractObjectType> |
getLatLonAltBoxObjectExtensionGroup()
Gets the value of the latLonAltBoxObjectExtensionGroup property. |
List<Object> |
getLatLonAltBoxSimpleExtensionGroup()
Gets the value of the latLonAltBoxSimpleExtensionGroup property. |
Double |
getMaxAltitude()
Obtient la valeur de la propriété maxAltitude. |
Double |
getMinAltitude()
Obtient la valeur de la propriété minAltitude. |
boolean |
isSetAltitudeModeGroup()
|
boolean |
isSetLatLonAltBoxObjectExtensionGroup()
|
boolean |
isSetLatLonAltBoxSimpleExtensionGroup()
|
boolean |
isSetMaxAltitude()
|
boolean |
isSetMinAltitude()
|
void |
setAltitudeModeGroup(JAXBElement<?> value)
Définit la valeur de la propriété altitudeModeGroup. |
void |
setMaxAltitude(Double value)
Définit la valeur de la propriété maxAltitude. |
void |
setMinAltitude(Double value)
Définit la valeur de la propriété minAltitude. |
void |
unsetLatLonAltBoxObjectExtensionGroup()
|
void |
unsetLatLonAltBoxSimpleExtensionGroup()
|
| 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 minAltitude
protected Double maxAltitude
protected JAXBElement<?> altitudeModeGroup
protected List<Object> latLonAltBoxSimpleExtensionGroup
protected List<AbstractObjectType> latLonAltBoxObjectExtensionGroup
| Constructor Detail |
|---|
public LatLonAltBoxType()
| Method Detail |
|---|
public Double getMinAltitude()
Doublepublic void setMinAltitude(Double value)
value - allowed object is
Doublepublic boolean isSetMinAltitude()
public Double getMaxAltitude()
Doublepublic void setMaxAltitude(Double value)
value - allowed object is
Doublepublic boolean isSetMaxAltitude()
public JAXBElement<?> getAltitudeModeGroup()
JAXBElement<AltitudeModeEnumType>
JAXBElement<Object>public void setAltitudeModeGroup(JAXBElement<?> value)
value - allowed object is
JAXBElement<AltitudeModeEnumType>
JAXBElement<Object>public boolean isSetAltitudeModeGroup()
public List<Object> getLatLonAltBoxSimpleExtensionGroup()
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 latLonAltBoxSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getLatLonAltBoxSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetLatLonAltBoxSimpleExtensionGroup()
public void unsetLatLonAltBoxSimpleExtensionGroup()
public List<AbstractObjectType> getLatLonAltBoxObjectExtensionGroup()
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 latLonAltBoxObjectExtensionGroup property.
For example, to add a new item, do as follows:
getLatLonAltBoxObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetLatLonAltBoxObjectExtensionGroup()
public void unsetLatLonAltBoxObjectExtensionGroup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||