|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.AbstractStyleType
org.citygml4j.jaxb.gml._3_1_1.StyleType
public class StyleType
[complexType of] Predefined concrete value of the top-level property. Encapsulates all other styling information.
Java-Klasse für StyleType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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>
Constructor Summary | |
---|---|
StyleType()
|
Method Summary | |
---|---|
java.util.List<FeatureStyleRef> |
getFeatureStyle()
Gets the value of the featureStyle property. |
GraphStyleRef |
getGraphStyle()
Ruft den Wert der graphStyle-Eigenschaft ab. |
boolean |
isSetFeatureStyle()
|
boolean |
isSetGraphStyle()
|
void |
setFeatureStyle(java.util.List<FeatureStyleRef> featureStyle)
Sets the value of the featureStyle property. |
void |
setGraphStyle(GraphStyleRef value)
Legt den Wert der graphStyle-Eigenschaft fest. |
void |
unsetFeatureStyle()
|
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType |
---|
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StyleType()
Method Detail |
---|
public java.util.List<FeatureStyleRef> 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
FeatureStyleRef
public boolean isSetFeatureStyle()
public void unsetFeatureStyle()
public GraphStyleRef getGraphStyle()
GraphStyleRef
public void setGraphStyle(GraphStyleRef value)
value
- allowed object is
GraphStyleRef
public boolean isSetGraphStyle()
public void setFeatureStyle(java.util.List<FeatureStyleRef> featureStyle)
featureStyle
- allowed object is
FeatureStyleRef
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |