|
||||||||||
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.BaseStyleDescriptorType
org.citygml4j.jaxb.gml._3_1_1.GeometryStyleType
public class GeometryStyleType
[complexType of] The style descriptor for geometries of a feature.
Java-Klasse für GeometryStyleType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="GeometryStyleType"> <complexContent> <extension base="{http://www.opengis.net/gml}BaseStyleDescriptorType"> <sequence> <choice> <element ref="{http://www.opengis.net/gml}symbol"/> <element name="style" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> <element ref="{http://www.opengis.net/gml}labelStyle" minOccurs="0"/> </sequence> <attribute name="geometryProperty" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="geometryType" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
GeometryStyleType()
|
Method Summary | |
---|---|
java.lang.String |
getGeometryProperty()
Ruft den Wert der geometryProperty-Eigenschaft ab. |
java.lang.String |
getGeometryType()
Ruft den Wert der geometryType-Eigenschaft ab. |
LabelStyleRef |
getLabelStyle()
Ruft den Wert der labelStyle-Eigenschaft ab. |
java.lang.String |
getStyle()
Ruft den Wert der style-Eigenschaft ab. |
SymbolType |
getSymbol()
Ruft den Wert der symbol-Eigenschaft ab. |
boolean |
isSetGeometryProperty()
|
boolean |
isSetGeometryType()
|
boolean |
isSetLabelStyle()
|
boolean |
isSetStyle()
|
boolean |
isSetSymbol()
|
void |
setGeometryProperty(java.lang.String value)
Legt den Wert der geometryProperty-Eigenschaft fest. |
void |
setGeometryType(java.lang.String value)
Legt den Wert der geometryType-Eigenschaft fest. |
void |
setLabelStyle(LabelStyleRef value)
Legt den Wert der labelStyle-Eigenschaft fest. |
void |
setStyle(java.lang.String value)
Legt den Wert der style-Eigenschaft fest. |
void |
setSymbol(SymbolType value)
Legt den Wert der symbol-Eigenschaft fest. |
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.BaseStyleDescriptorType |
---|
getAnimate, getAnimateColor, getAnimateMotion, getSet, getSpatialResolution, getStyleVariation, isSetAnimate, isSetAnimateColor, isSetAnimateMotion, isSetSet, isSetSpatialResolution, isSetStyleVariation, setAnimate, setAnimateColor, setAnimateMotion, setSet, setSpatialResolution, setStyleVariation, unsetAnimate, unsetAnimateColor, unsetAnimateMotion, unsetSet, unsetStyleVariation |
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 GeometryStyleType()
Method Detail |
---|
public SymbolType getSymbol()
SymbolType
public void setSymbol(SymbolType value)
value
- allowed object is
SymbolType
public boolean isSetSymbol()
public java.lang.String getStyle()
String
public void setStyle(java.lang.String value)
value
- allowed object is
String
public boolean isSetStyle()
public LabelStyleRef getLabelStyle()
LabelStyleRef
public void setLabelStyle(LabelStyleRef value)
value
- allowed object is
LabelStyleRef
public boolean isSetLabelStyle()
public java.lang.String getGeometryProperty()
String
public void setGeometryProperty(java.lang.String value)
value
- allowed object is
String
public boolean isSetGeometryProperty()
public java.lang.String getGeometryType()
String
public void setGeometryType(java.lang.String value)
value
- allowed object is
String
public boolean isSetGeometryType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |