|
||||||||||
| 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.AbstractViewType
net.opengis.kml._2_2_0.LookAtType
public class LookAtType
Classe Java pour LookAtType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="LookAtType">
<complexContent>
<extension base="{http://www.opengis.net/kml/2.2}AbstractViewType">
<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}heading" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}tilt" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}range" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}altitudeModeGroup" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}LookAtSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}LookAtObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Double |
altitude
|
protected JAXBElement<?> |
altitudeModeGroup
|
protected Double |
heading
|
protected Double |
latitude
|
protected Double |
longitude
|
protected List<AbstractObjectType> |
lookAtObjectExtensionGroup
|
protected List<Object> |
lookAtSimpleExtensionGroup
|
protected Double |
range
|
protected Double |
tilt
|
| Fields inherited from class net.opengis.kml._2_2_0.AbstractViewType |
|---|
abstractViewObjectExtensionGroup, abstractViewSimpleExtensionGroup |
| Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType |
|---|
id, objectSimpleExtensionGroup, targetId |
| Constructor Summary | |
|---|---|
LookAtType()
|
|
| Method Summary | |
|---|---|
Double |
getAltitude()
Obtient la valeur de la propriété altitude. |
JAXBElement<?> |
getAltitudeModeGroup()
Obtient la valeur de la propriété altitudeModeGroup. |
Double |
getHeading()
Obtient la valeur de la propriété heading. |
Double |
getLatitude()
Obtient la valeur de la propriété latitude. |
Double |
getLongitude()
Obtient la valeur de la propriété longitude. |
List<AbstractObjectType> |
getLookAtObjectExtensionGroup()
Gets the value of the lookAtObjectExtensionGroup property. |
List<Object> |
getLookAtSimpleExtensionGroup()
Gets the value of the lookAtSimpleExtensionGroup property. |
Double |
getRange()
Obtient la valeur de la propriété range. |
Double |
getTilt()
Obtient la valeur de la propriété tilt. |
boolean |
isSetAltitude()
|
boolean |
isSetAltitudeModeGroup()
|
boolean |
isSetHeading()
|
boolean |
isSetLatitude()
|
boolean |
isSetLongitude()
|
boolean |
isSetLookAtObjectExtensionGroup()
|
boolean |
isSetLookAtSimpleExtensionGroup()
|
boolean |
isSetRange()
|
boolean |
isSetTilt()
|
void |
setAltitude(Double value)
Définit la valeur de la propriété altitude. |
void |
setAltitudeModeGroup(JAXBElement<?> value)
Définit la valeur de la propriété altitudeModeGroup. |
void |
setHeading(Double value)
Définit la valeur de la propriété heading. |
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 |
setRange(Double value)
Définit la valeur de la propriété range. |
void |
setTilt(Double value)
Définit la valeur de la propriété tilt. |
void |
unsetLookAtObjectExtensionGroup()
|
void |
unsetLookAtSimpleExtensionGroup()
|
| Methods inherited from class net.opengis.kml._2_2_0.AbstractViewType |
|---|
getAbstractViewObjectExtensionGroup, getAbstractViewSimpleExtensionGroup, isSetAbstractViewObjectExtensionGroup, isSetAbstractViewSimpleExtensionGroup, unsetAbstractViewObjectExtensionGroup, unsetAbstractViewSimpleExtensionGroup |
| 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 Double heading
protected Double tilt
protected Double range
protected JAXBElement<?> altitudeModeGroup
protected List<Object> lookAtSimpleExtensionGroup
protected List<AbstractObjectType> lookAtObjectExtensionGroup
| Constructor Detail |
|---|
public LookAtType()
| 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 Double getHeading()
Doublepublic void setHeading(Double value)
value - allowed object is
Doublepublic boolean isSetHeading()
public Double getTilt()
Doublepublic void setTilt(Double value)
value - allowed object is
Doublepublic boolean isSetTilt()
public Double getRange()
Doublepublic void setRange(Double value)
value - allowed object is
Doublepublic boolean isSetRange()
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> getLookAtSimpleExtensionGroup()
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 lookAtSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getLookAtSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetLookAtSimpleExtensionGroup()
public void unsetLookAtSimpleExtensionGroup()
public List<AbstractObjectType> getLookAtObjectExtensionGroup()
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 lookAtObjectExtensionGroup property.
For example, to add a new item, do as follows:
getLookAtObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetLookAtObjectExtensionGroup()
public void unsetLookAtObjectExtensionGroup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||