|
||||||||||
| 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.LocationType
public class LocationType
Classe Java pour LocationType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="LocationType">
<complexContent>
<extension base="{http://www.opengis.net/kml/2.2}AbstractObjectType">
<sequence>
<element ref="{http://www.opengis.net/kml/2.2}longitude" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}latitude" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}altitude" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}LocationSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}LocationObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Double |
altitude
|
protected Double |
latitude
|
protected List<AbstractObjectType> |
locationObjectExtensionGroup
|
protected List<Object> |
locationSimpleExtensionGroup
|
protected Double |
longitude
|
| Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType |
|---|
id, objectSimpleExtensionGroup, targetId |
| Constructor Summary | |
|---|---|
LocationType()
|
|
| Method Summary | |
|---|---|
Double |
getAltitude()
Obtient la valeur de la propriété altitude. |
Double |
getLatitude()
Obtient la valeur de la propriété latitude. |
List<AbstractObjectType> |
getLocationObjectExtensionGroup()
Gets the value of the locationObjectExtensionGroup property. |
List<Object> |
getLocationSimpleExtensionGroup()
Gets the value of the locationSimpleExtensionGroup property. |
Double |
getLongitude()
Obtient la valeur de la propriété longitude. |
boolean |
isSetAltitude()
|
boolean |
isSetLatitude()
|
boolean |
isSetLocationObjectExtensionGroup()
|
boolean |
isSetLocationSimpleExtensionGroup()
|
boolean |
isSetLongitude()
|
void |
setAltitude(Double value)
Définit la valeur de la propriété altitude. |
void |
setLatitude(Double value)
Définit la valeur de la propriété latitude. |
void |
setLongitude(Double value)
Définit la valeur de la propriété longitude. |
void |
unsetLocationObjectExtensionGroup()
|
void |
unsetLocationSimpleExtensionGroup()
|
| 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 longitude
protected Double latitude
protected Double altitude
protected List<Object> locationSimpleExtensionGroup
protected List<AbstractObjectType> locationObjectExtensionGroup
| Constructor Detail |
|---|
public LocationType()
| Method Detail |
|---|
public Double getLongitude()
Doublepublic void setLongitude(Double value)
value - allowed object is
Doublepublic boolean isSetLongitude()
public Double getLatitude()
Doublepublic void setLatitude(Double value)
value - allowed object is
Doublepublic boolean isSetLatitude()
public Double getAltitude()
Doublepublic void setAltitude(Double value)
value - allowed object is
Doublepublic boolean isSetAltitude()
public List<Object> getLocationSimpleExtensionGroup()
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 locationSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getLocationSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetLocationSimpleExtensionGroup()
public void unsetLocationSimpleExtensionGroup()
public List<AbstractObjectType> getLocationObjectExtensionGroup()
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 locationObjectExtensionGroup property.
For example, to add a new item, do as follows:
getLocationObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetLocationObjectExtensionGroup()
public void unsetLocationObjectExtensionGroup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||