|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractSymbolizer
VendorSymbolizerImpl
public class VendorSymbolizerImpl
ExtensioSymbolizer capturing a vendor specific extension.
This is a default placeholder to record a vendor specific extension; in case an implementation could not be found on the classpath.
Field Summary |
---|
Fields inherited from class AbstractSymbolizer |
---|
description, geometry, name, options, unitOfMeasure |
Constructor Summary | |
---|---|
protected |
VendorSymbolizerImpl()
Creates a new instance of DefaultPolygonStyler |
Method Summary | |
---|---|
void |
accept(StyleVisitor visitor)
|
Object |
accept(StyleVisitor visitor,
Object data)
Calls the visit method of a StyleVisitor |
boolean |
equals(Object obj)
|
String |
getExtensionName()
Vendor specific name for your symbolizer. |
Map<String,Expression> |
getParameters()
Live map symbolizer expressions. |
int |
hashCode()
|
void |
setExtensionName(String name)
Name of vendor specific extensions |
Methods inherited from class AbstractSymbolizer |
---|
getDescription, getGeometry, getGeometryPropertyName, getName, getOptions, getUnitOfMeasure, hasOption, setDescription, setGeometry, setGeometryPropertyName, setName, setUnitOfMeasure |
Methods inherited from class Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface Symbolizer |
---|
getDescription, getGeometry, getGeometryPropertyName, getOptions, hasOption, setDescription, setGeometry, setGeometryPropertyName, setName, setUnitOfMeasure |
Methods inherited from interface Symbolizer |
---|
getName, getUnitOfMeasure |
Constructor Detail |
---|
protected VendorSymbolizerImpl()
Method Detail |
---|
public int hashCode()
hashCode
in class AbstractSymbolizer
public boolean equals(Object obj)
equals
in class AbstractSymbolizer
public String getExtensionName()
ExtensionSymbolizer
getExtensionName
in interface ExtensionSymbolizer
public Map<String,Expression> getParameters()
ExtensionSymbolizer
getParameters
in interface ExtensionSymbolizer
public void setExtensionName(String name)
ExtensionSymbolizer
public Object accept(StyleVisitor visitor, Object data)
ExtensionSymbolizer
accept
in interface ExtensionSymbolizer
accept
in interface Symbolizer
visitor
- the style visitor
public void accept(StyleVisitor visitor)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |