public interface ExtensionSymbolizer extends Symbolizer
Modifier and Type | Method and Description |
---|---|
Object |
accept(StyleVisitor visitor,
Object extraData)
Calls the visit method of a StyleVisitor
|
String |
getExtensionName()
Returns the name of the extension, this name should be commun to all implementation of a
given extension symbolizer sub class.
|
Map<String,Expression> |
getParameters()
Returns a map of all expressions used in this symbolizer.
|
getDescription, getGeometryPropertyName, getName, getUnitOfMeasure
String getExtensionName()
Map<String,Expression> getParameters()
Object accept(StyleVisitor visitor, Object extraData)
accept
in interface Symbolizer
visitor
- the style visitorCopyright © 1996–2019 Geotools. All rights reserved.