|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.AbstractGMLType
net.opengis.gml.AbstractStyleType
net.opengis.gml.StyleType
public class StyleType
[complexType of] Predefined concrete value of the top-level property. Encapsulates all other styling information.
Classe Java pour StyleType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="StyleType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractStyleType">
<sequence>
<element ref="{http://www.opengis.net/gml}featureStyle" maxOccurs="unbounded"/>
<element ref="{http://www.opengis.net/gml}graphStyle" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<FeatureStylePropertyElement> |
featureStyle
|
protected GraphStylePropertyElement |
graphStyle
|
| Fields inherited from class net.opengis.gml.AbstractGMLType |
|---|
description, id, metaDataProperty, name |
| Constructor Summary | |
|---|---|
StyleType()
|
|
| Method Summary | |
|---|---|
List<FeatureStylePropertyElement> |
getFeatureStyle()
Gets the value of the featureStyle property. |
GraphStylePropertyElement |
getGraphStyle()
Obtient la valeur de la propriété graphStyle. |
boolean |
isSetFeatureStyle()
|
boolean |
isSetGraphStyle()
|
void |
setGraphStyle(GraphStylePropertyElement value)
Définit la valeur de la propriété graphStyle. |
void |
unsetFeatureStyle()
|
| Methods inherited from class net.opengis.gml.AbstractGMLType |
|---|
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, unsetMetaDataProperty, unsetName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<FeatureStylePropertyElement> featureStyle
protected GraphStylePropertyElement graphStyle
| Constructor Detail |
|---|
public StyleType()
| Method Detail |
|---|
public List<FeatureStylePropertyElement> getFeatureStyle()
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 featureStyle property.
For example, to add a new item, do as follows:
getFeatureStyle().add(newItem);
Objects of the following type(s) are allowed in the list
FeatureStylePropertyElement
public boolean isSetFeatureStyle()
public void unsetFeatureStyle()
public GraphStylePropertyElement getGraphStyle()
GraphStylePropertyElementpublic void setGraphStyle(GraphStylePropertyElement value)
value - allowed object is
GraphStylePropertyElementpublic boolean isSetGraphStyle()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||