|
||||||||||
| 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.CameraType
public class CameraType
Classe Java pour CameraType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="CameraType">
<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}roll" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}altitudeModeGroup" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}CameraSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}CameraObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Double |
altitude
|
protected JAXBElement<?> |
altitudeModeGroup
|
protected List<AbstractObjectType> |
cameraObjectExtensionGroup
|
protected List<Object> |
cameraSimpleExtensionGroup
|
protected Double |
heading
|
protected Double |
latitude
|
protected Double |
longitude
|
protected Double |
roll
|
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 | |
|---|---|
CameraType()
|
|
| Method Summary | |
|---|---|
Double |
getAltitude()
Obtient la valeur de la propriété altitude. |
JAXBElement<?> |
getAltitudeModeGroup()
Obtient la valeur de la propriété altitudeModeGroup. |
List<AbstractObjectType> |
getCameraObjectExtensionGroup()
Gets the value of the cameraObjectExtensionGroup property. |
List<Object> |
getCameraSimpleExtensionGroup()
Gets the value of the cameraSimpleExtensionGroup property. |
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. |
Double |
getRoll()
Obtient la valeur de la propriété roll. |
Double |
getTilt()
Obtient la valeur de la propriété tilt. |
boolean |
isSetAltitude()
|
boolean |
isSetAltitudeModeGroup()
|
boolean |
isSetCameraObjectExtensionGroup()
|
boolean |
isSetCameraSimpleExtensionGroup()
|
boolean |
isSetHeading()
|
boolean |
isSetLatitude()
|
boolean |
isSetLongitude()
|
boolean |
isSetRoll()
|
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 |
setRoll(Double value)
Définit la valeur de la propriété roll. |
void |
setTilt(Double value)
Définit la valeur de la propriété tilt. |
void |
unsetCameraObjectExtensionGroup()
|
void |
unsetCameraSimpleExtensionGroup()
|
| 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 roll
protected JAXBElement<?> altitudeModeGroup
protected List<Object> cameraSimpleExtensionGroup
protected List<AbstractObjectType> cameraObjectExtensionGroup
| Constructor Detail |
|---|
public CameraType()
| 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 getRoll()
Doublepublic void setRoll(Double value)
value - allowed object is
Doublepublic boolean isSetRoll()
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> getCameraSimpleExtensionGroup()
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 cameraSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getCameraSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetCameraSimpleExtensionGroup()
public void unsetCameraSimpleExtensionGroup()
public List<AbstractObjectType> getCameraObjectExtensionGroup()
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 cameraObjectExtensionGroup property.
For example, to add a new item, do as follows:
getCameraObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetCameraObjectExtensionGroup()
public void unsetCameraObjectExtensionGroup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||