public class PointSymbolizer extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/se}Graphic"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PointSymbolizer() |
| Modifier and Type | Method and Description |
|---|---|
Graphic |
getGraphic()
Gets the value of the graphic property.
|
boolean |
isSetGraphic() |
void |
setGraphic(Graphic value)
Sets the value of the graphic property.
|
protected Graphic graphic
public Graphic getGraphic()
Graphicpublic void setGraphic(Graphic value)
value - allowed object is
Graphicpublic boolean isSetGraphic()
Copyright © 2016. All rights reserved.