|
||||||||||
| 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.OrientationType
public class OrientationType
Classe Java pour OrientationType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="OrientationType">
<complexContent>
<extension base="{http://www.opengis.net/kml/2.2}AbstractObjectType">
<sequence>
<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}OrientationSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}OrientationObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Double |
heading
|
protected List<AbstractObjectType> |
orientationObjectExtensionGroup
|
protected List<Object> |
orientationSimpleExtensionGroup
|
protected Double |
roll
|
protected Double |
tilt
|
| Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType |
|---|
id, objectSimpleExtensionGroup, targetId |
| Constructor Summary | |
|---|---|
OrientationType()
|
|
| Method Summary | |
|---|---|
Double |
getHeading()
Obtient la valeur de la propriété heading. |
List<AbstractObjectType> |
getOrientationObjectExtensionGroup()
Gets the value of the orientationObjectExtensionGroup property. |
List<Object> |
getOrientationSimpleExtensionGroup()
Gets the value of the orientationSimpleExtensionGroup property. |
Double |
getRoll()
Obtient la valeur de la propriété roll. |
Double |
getTilt()
Obtient la valeur de la propriété tilt. |
boolean |
isSetHeading()
|
boolean |
isSetOrientationObjectExtensionGroup()
|
boolean |
isSetOrientationSimpleExtensionGroup()
|
boolean |
isSetRoll()
|
boolean |
isSetTilt()
|
void |
setHeading(Double value)
Définit la valeur de la propriété heading. |
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 |
unsetOrientationObjectExtensionGroup()
|
void |
unsetOrientationSimpleExtensionGroup()
|
| 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 heading
protected Double tilt
protected Double roll
protected List<Object> orientationSimpleExtensionGroup
protected List<AbstractObjectType> orientationObjectExtensionGroup
| Constructor Detail |
|---|
public OrientationType()
| Method Detail |
|---|
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 List<Object> getOrientationSimpleExtensionGroup()
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 orientationSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getOrientationSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetOrientationSimpleExtensionGroup()
public void unsetOrientationSimpleExtensionGroup()
public List<AbstractObjectType> getOrientationObjectExtensionGroup()
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 orientationObjectExtensionGroup property.
For example, to add a new item, do as follows:
getOrientationObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetOrientationObjectExtensionGroup()
public void unsetOrientationObjectExtensionGroup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||