|
||||||||||
| 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.AbstractSubStyleType
net.opengis.kml._2_2_0.AbstractColorStyleType
net.opengis.kml._2_2_0.IconStyleType
public class IconStyleType
Classe Java pour IconStyleType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="IconStyleType">
<complexContent>
<extension base="{http://www.opengis.net/kml/2.2}AbstractColorStyleType">
<sequence>
<element ref="{http://www.opengis.net/kml/2.2}scale" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}heading" minOccurs="0"/>
<element name="Icon" type="{http://www.opengis.net/kml/2.2}BasicLinkType" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}hotSpot" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}IconStyleSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}IconStyleObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Double |
heading
|
protected Vec2Type |
hotSpot
|
protected BasicLinkType |
icon
|
protected List<AbstractObjectType> |
iconStyleObjectExtensionGroup
|
protected List<Object> |
iconStyleSimpleExtensionGroup
|
protected Double |
scale
|
| Fields inherited from class net.opengis.kml._2_2_0.AbstractColorStyleType |
|---|
abstractColorStyleObjectExtensionGroup, abstractColorStyleSimpleExtensionGroup, color, colorMode |
| Fields inherited from class net.opengis.kml._2_2_0.AbstractSubStyleType |
|---|
abstractSubStyleObjectExtensionGroup, abstractSubStyleSimpleExtensionGroup |
| Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType |
|---|
id, objectSimpleExtensionGroup, targetId |
| Constructor Summary | |
|---|---|
IconStyleType()
|
|
| Method Summary | |
|---|---|
Double |
getHeading()
Obtient la valeur de la propriété heading. |
Vec2Type |
getHotSpot()
Obtient la valeur de la propriété hotSpot. |
BasicLinkType |
getIcon()
Obtient la valeur de la propriété icon. |
List<AbstractObjectType> |
getIconStyleObjectExtensionGroup()
Gets the value of the iconStyleObjectExtensionGroup property. |
List<Object> |
getIconStyleSimpleExtensionGroup()
Gets the value of the iconStyleSimpleExtensionGroup property. |
Double |
getScale()
Obtient la valeur de la propriété scale. |
boolean |
isSetHeading()
|
boolean |
isSetHotSpot()
|
boolean |
isSetIcon()
|
boolean |
isSetIconStyleObjectExtensionGroup()
|
boolean |
isSetIconStyleSimpleExtensionGroup()
|
boolean |
isSetScale()
|
void |
setHeading(Double value)
Définit la valeur de la propriété heading. |
void |
setHotSpot(Vec2Type value)
Définit la valeur de la propriété hotSpot. |
void |
setIcon(BasicLinkType value)
Définit la valeur de la propriété icon. |
void |
setScale(Double value)
Définit la valeur de la propriété scale. |
void |
unsetIconStyleObjectExtensionGroup()
|
void |
unsetIconStyleSimpleExtensionGroup()
|
| 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 scale
protected Double heading
protected BasicLinkType icon
protected Vec2Type hotSpot
protected List<Object> iconStyleSimpleExtensionGroup
protected List<AbstractObjectType> iconStyleObjectExtensionGroup
| Constructor Detail |
|---|
public IconStyleType()
| Method Detail |
|---|
public Double getScale()
Doublepublic void setScale(Double value)
value - allowed object is
Doublepublic boolean isSetScale()
public Double getHeading()
Doublepublic void setHeading(Double value)
value - allowed object is
Doublepublic boolean isSetHeading()
public BasicLinkType getIcon()
BasicLinkTypepublic void setIcon(BasicLinkType value)
value - allowed object is
BasicLinkTypepublic boolean isSetIcon()
public Vec2Type getHotSpot()
Vec2Typepublic void setHotSpot(Vec2Type value)
value - allowed object is
Vec2Typepublic boolean isSetHotSpot()
public List<Object> getIconStyleSimpleExtensionGroup()
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 iconStyleSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getIconStyleSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetIconStyleSimpleExtensionGroup()
public void unsetIconStyleSimpleExtensionGroup()
public List<AbstractObjectType> getIconStyleObjectExtensionGroup()
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 iconStyleObjectExtensionGroup property.
For example, to add a new item, do as follows:
getIconStyleObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetIconStyleObjectExtensionGroup()
public void unsetIconStyleObjectExtensionGroup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||