Modifier and Type | Field and Description |
---|---|
protected String |
geometryPropertyName |
protected SLDGraphic |
graphic |
protected String |
uom
Unit of measure
|
protected String |
version |
Constructor and Description |
---|
SLDPointSymbol() |
Modifier and Type | Method and Description |
---|---|
String |
getGeometryPropertyName() |
SLDGraphic |
getGraphic() |
String |
getUom()
Unit of measure.
|
String |
getVersion() |
void |
setGeometryPropertyName(String pn) |
void |
setGraphic(SLDGraphic g) |
void |
setUom(String u) |
void |
setVersion(String v) |
protected String geometryPropertyName
protected SLDGraphic graphic
protected String version
protected String uom
public String getGeometryPropertyName()
public void setGeometryPropertyName(String pn)
public SLDGraphic getGraphic()
public void setGraphic(SLDGraphic g)
public String getUom()
SLDSymbol
public void setUom(String u)
public String getVersion()
getVersion
in interface SLDObject
public void setVersion(String v)