Package org.geotools.api.style
Interface GraphicalSymbol
-
- All Known Subinterfaces:
ExternalGraphic
,Mark
,Symbol
- All Known Implementing Classes:
ExternalGraphicImpl
,MarkImpl
public interface GraphicalSymbol
Common superclass for the two types of markers that can appear as children of aGraphic
object, namelyMark
andExternalGraphic
.- Since:
- GeoAPI 2.0
- Author:
- Chris Dillard (SYS Technologies)
-
-
Field Summary
Fields Modifier and Type Field Description static Symbol[]
SYMBOLS_EMPTY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(StyleVisitor visitor)
-
-
-
Field Detail
-
SYMBOLS_EMPTY
static final Symbol[] SYMBOLS_EMPTY
-
-
Method Detail
-
accept
void accept(StyleVisitor visitor)
-
-