public class PointSymbolizerImpl extends AbstractSymbolizer implements PointSymbolizer, Cloneable
description, geometry, name, options, unitOfMeasure
Modifier | Constructor and Description |
---|---|
protected |
PointSymbolizerImpl()
Creates a new instance of DefaultPointSymbolizer
|
protected |
PointSymbolizerImpl(Graphic graphic,
Unit<Length> uom,
String geom,
String name,
Description desc) |
Modifier and Type | Method and Description |
---|---|
void |
accept(StyleVisitor visitor) |
Object |
accept(StyleVisitor visitor,
Object data)
Accept a StyleVisitor to perform an operation on this symbolizer.
|
Object |
clone()
Creates a deep copy clone.
|
boolean |
equals(Object obj) |
GraphicImpl |
getGraphic()
Provides the graphical-symbolization parameter to use for the point geometry.
|
int |
hashCode() |
void |
setGraphic(Graphic graphic)
Setter for property graphic.
|
getDescription, getGeometry, getGeometryPropertyName, getName, getOptions, getUnitOfMeasure, hasOption, setDescription, setGeometry, setGeometryPropertyName, setName, setUnitOfMeasure
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getDescription, getGeometry, getGeometryPropertyName, getOptions, hasOption, setDescription, setGeometry, setGeometryPropertyName, setName, setUnitOfMeasure
getName, getUnitOfMeasure
protected PointSymbolizerImpl()
protected PointSymbolizerImpl(Graphic graphic, Unit<Length> uom, String geom, String name, Description desc)
public GraphicImpl getGraphic()
getGraphic
in interface PointSymbolizer
public void setGraphic(Graphic graphic)
graphic
- New value of property graphic.public Object accept(StyleVisitor visitor, Object data)
accept
in interface PointSymbolizer
accept
in interface Symbolizer
visitor
- The StyleVisitor to accept.public void accept(StyleVisitor visitor)
public Object clone()
clone
in class Object
RuntimeException
- DOCUMENT ME!Object.clone()
public int hashCode()
hashCode
in class AbstractSymbolizer
public boolean equals(Object obj)
equals
in class AbstractSymbolizer
Copyright © 1996–2019 Geotools. All rights reserved.