|
||||||||||
| 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.ScaleType
public class ScaleType
Classe Java pour ScaleType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="ScaleType">
<complexContent>
<extension base="{http://www.opengis.net/kml/2.2}AbstractObjectType">
<sequence>
<element ref="{http://www.opengis.net/kml/2.2}x" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}y" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}z" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}ScaleSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}ScaleObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<AbstractObjectType> |
scaleObjectExtensionGroup
|
protected List<Object> |
scaleSimpleExtensionGroup
|
protected Double |
x
|
protected Double |
y
|
protected Double |
z
|
| Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType |
|---|
id, objectSimpleExtensionGroup, targetId |
| Constructor Summary | |
|---|---|
ScaleType()
|
|
| Method Summary | |
|---|---|
List<AbstractObjectType> |
getScaleObjectExtensionGroup()
Gets the value of the scaleObjectExtensionGroup property. |
List<Object> |
getScaleSimpleExtensionGroup()
Gets the value of the scaleSimpleExtensionGroup property. |
Double |
getX()
Obtient la valeur de la propriété x. |
Double |
getY()
Obtient la valeur de la propriété y. |
Double |
getZ()
Obtient la valeur de la propriété z. |
boolean |
isSetScaleObjectExtensionGroup()
|
boolean |
isSetScaleSimpleExtensionGroup()
|
boolean |
isSetX()
|
boolean |
isSetY()
|
boolean |
isSetZ()
|
void |
setX(Double value)
Définit la valeur de la propriété x. |
void |
setY(Double value)
Définit la valeur de la propriété y. |
void |
setZ(Double value)
Définit la valeur de la propriété z. |
void |
unsetScaleObjectExtensionGroup()
|
void |
unsetScaleSimpleExtensionGroup()
|
| 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 x
protected Double y
protected Double z
protected List<Object> scaleSimpleExtensionGroup
protected List<AbstractObjectType> scaleObjectExtensionGroup
| Constructor Detail |
|---|
public ScaleType()
| Method Detail |
|---|
public Double getX()
Doublepublic void setX(Double value)
value - allowed object is
Doublepublic boolean isSetX()
public Double getY()
Doublepublic void setY(Double value)
value - allowed object is
Doublepublic boolean isSetY()
public Double getZ()
Doublepublic void setZ(Double value)
value - allowed object is
Doublepublic boolean isSetZ()
public List<Object> getScaleSimpleExtensionGroup()
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 scaleSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getScaleSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetScaleSimpleExtensionGroup()
public void unsetScaleSimpleExtensionGroup()
public List<AbstractObjectType> getScaleObjectExtensionGroup()
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 scaleObjectExtensionGroup property.
For example, to add a new item, do as follows:
getScaleObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetScaleObjectExtensionGroup()
public void unsetScaleObjectExtensionGroup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||