|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExtensionSymbolizer
An symbolizer interface for all unnormalized symbolizers, This interface should be used for vendor specific symbolizers.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface Symbolizer |
|---|
getDescription, getGeometryPropertyName, getName, getUnitOfMeasure |
| Method Detail |
|---|
String getExtensionName()
Map<String,Expression> getParameters()
Object accept(StyleVisitor visitor,
Object extraData)
accept in interface Symbolizervisitor - the style visitor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||