|
||||||||||
| 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.LabelStyleType
public class LabelStyleType
Classe Java pour LabelStyleType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="LabelStyleType">
<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}LabelStyleSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/kml/2.2}LabelStyleObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<AbstractObjectType> |
labelStyleObjectExtensionGroup
|
protected List<Object> |
labelStyleSimpleExtensionGroup
|
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 | |
|---|---|
LabelStyleType()
|
|
| Method Summary | |
|---|---|
List<AbstractObjectType> |
getLabelStyleObjectExtensionGroup()
Gets the value of the labelStyleObjectExtensionGroup property. |
List<Object> |
getLabelStyleSimpleExtensionGroup()
Gets the value of the labelStyleSimpleExtensionGroup property. |
Double |
getScale()
Obtient la valeur de la propriété scale. |
boolean |
isSetLabelStyleObjectExtensionGroup()
|
boolean |
isSetLabelStyleSimpleExtensionGroup()
|
boolean |
isSetScale()
|
void |
setScale(Double value)
Définit la valeur de la propriété scale. |
void |
unsetLabelStyleObjectExtensionGroup()
|
void |
unsetLabelStyleSimpleExtensionGroup()
|
| 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 List<Object> labelStyleSimpleExtensionGroup
protected List<AbstractObjectType> labelStyleObjectExtensionGroup
| Constructor Detail |
|---|
public LabelStyleType()
| Method Detail |
|---|
public Double getScale()
Doublepublic void setScale(Double value)
value - allowed object is
Doublepublic boolean isSetScale()
public List<Object> getLabelStyleSimpleExtensionGroup()
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 labelStyleSimpleExtensionGroup property.
For example, to add a new item, do as follows:
getLabelStyleSimpleExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetLabelStyleSimpleExtensionGroup()
public void unsetLabelStyleSimpleExtensionGroup()
public List<AbstractObjectType> getLabelStyleObjectExtensionGroup()
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 labelStyleObjectExtensionGroup property.
For example, to add a new item, do as follows:
getLabelStyleObjectExtensionGroup().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractObjectType
public boolean isSetLabelStyleObjectExtensionGroup()
public void unsetLabelStyleObjectExtensionGroup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||