public class VendorSymbolizerImpl extends AbstractSymbolizer implements ExtensionSymbolizer
This is a default placeholder to record a vendor specific extension; in case an implementation could not be found on the classpath.
description, geometry, name, options, unitOfMeasure
Modifier | Constructor and Description |
---|---|
protected |
VendorSymbolizerImpl()
Creates a new instance of DefaultPolygonStyler
|
Modifier and Type | Method and Description |
---|---|
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
|
getDescription, getGeometry, getGeometryPropertyName, getName, getOptions, getUnitOfMeasure, hasOption, setDescription, setGeometry, setGeometryPropertyName, setName, setUnitOfMeasure
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getDescription, getGeometry, getGeometryPropertyName, getOptions, hasOption, setDescription, setGeometry, setGeometryPropertyName, setName, setUnitOfMeasure
getName, getUnitOfMeasure
protected VendorSymbolizerImpl()
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 visitorpublic void accept(StyleVisitor visitor)
Copyright © 1996–2019 Geotools. All rights reserved.