|
||||||||||
| 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.BaseStyleDescriptorType
net.opengis.gml.GeometryStyleType
public class GeometryStyleType
[complexType of] The style descriptor for geometries of a feature.
Classe Java pour GeometryStyleType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<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>
| Field Summary | |
|---|---|
protected String |
geometryProperty
|
protected String |
geometryType
|
protected LabelStylePropertyElement |
labelStyle
|
protected String |
style
|
protected SymbolType |
symbol
|
| Fields inherited from class net.opengis.gml.BaseStyleDescriptorType |
|---|
animate, animateColor, animateMotion, set, spatialResolution, styleVariation |
| Fields inherited from class net.opengis.gml.AbstractGMLType |
|---|
description, id, metaDataProperty, name |
| Constructor Summary | |
|---|---|
GeometryStyleType()
|
|
| Method Summary | |
|---|---|
String |
getGeometryProperty()
Obtient la valeur de la propriété geometryProperty. |
String |
getGeometryType()
Obtient la valeur de la propriété geometryType. |
LabelStylePropertyElement |
getLabelStyle()
Obtient la valeur de la propriété labelStyle. |
String |
getStyle()
Obtient la valeur de la propriété style. |
SymbolType |
getSymbol()
Obtient la valeur de la propriété symbol. |
boolean |
isSetGeometryProperty()
|
boolean |
isSetGeometryType()
|
boolean |
isSetLabelStyle()
|
boolean |
isSetStyle()
|
boolean |
isSetSymbol()
|
void |
setGeometryProperty(String value)
Définit la valeur de la propriété geometryProperty. |
void |
setGeometryType(String value)
Définit la valeur de la propriété geometryType. |
void |
setLabelStyle(LabelStylePropertyElement value)
Définit la valeur de la propriété labelStyle. |
void |
setStyle(String value)
Définit la valeur de la propriété style. |
void |
setSymbol(SymbolType value)
Définit la valeur de la propriété symbol. |
| Methods inherited from class net.opengis.gml.BaseStyleDescriptorType |
|---|
getAnimate, getAnimateColor, getAnimateMotion, getSet, getSpatialResolution, getStyleVariation, isSetAnimate, isSetAnimateColor, isSetAnimateMotion, isSetSet, isSetSpatialResolution, isSetStyleVariation, setSpatialResolution, unsetAnimate, unsetAnimateColor, unsetAnimateMotion, unsetSet, unsetStyleVariation |
| 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 SymbolType symbol
protected String style
protected LabelStylePropertyElement labelStyle
protected String geometryProperty
protected String geometryType
| Constructor Detail |
|---|
public GeometryStyleType()
| Method Detail |
|---|
public SymbolType getSymbol()
SymbolTypepublic void setSymbol(SymbolType value)
value - allowed object is
SymbolTypepublic boolean isSetSymbol()
public String getStyle()
Stringpublic void setStyle(String value)
value - allowed object is
Stringpublic boolean isSetStyle()
public LabelStylePropertyElement getLabelStyle()
LabelStylePropertyElementpublic void setLabelStyle(LabelStylePropertyElement value)
value - allowed object is
LabelStylePropertyElementpublic boolean isSetLabelStyle()
public String getGeometryProperty()
Stringpublic void setGeometryProperty(String value)
value - allowed object is
Stringpublic boolean isSetGeometryProperty()
public String getGeometryType()
Stringpublic void setGeometryType(String value)
value - allowed object is
Stringpublic boolean isSetGeometryType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||