|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectVendorSymbolizerImpl
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.
modules/library/main (gt-main.jar)
Constructor Summary | |
---|---|
protected |
VendorSymbolizerImpl()
Creates a new instance of DefaultPolygonStyler |
Method Summary | |
---|---|
void |
accept(StyleVisitor visitor)
|
Object |
accept(StyleVisitor visitor,
Object data)
|
boolean |
equals(Object oth)
Compares this PolygonSymbolizerImpl with another. |
Description |
getDescription()
|
String |
getExtensionName()
|
String |
getGeometryPropertyName()
This property defines the geometry to be used for styling. |
String |
getName()
|
Map<String,Expression> |
getParameters()
|
Unit<Length> |
getUnitOfMeasure()
|
int |
hashCode()
Generates a hashcode for the PolygonSymbolizerImpl. |
void |
setDescription(Description description)
|
void |
setExtensionName(String name)
|
void |
setGeometryPropertyName(String name)
Sets the GeometryPropertyName. |
void |
setName(String name)
|
void |
setUnitOfMeasure(Unit<Length> uom)
|
Methods inherited from class Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected VendorSymbolizerImpl()
Method Detail |
---|
public String getName()
getName
in interface Symbolizer
public void setName(String name)
public Description getDescription()
getDescription
in interface Symbolizer
public void setDescription(Description description)
public String getGeometryPropertyName()
getGeometryPropertyName
in interface Symbolizer
public void setGeometryPropertyName(String name)
name
- The name of the GeometryProperty.#PolygonSymbolizerImpl.geometryPropertyName()
public Unit<Length> getUnitOfMeasure()
getUnitOfMeasure
in interface Symbolizer
public void setUnitOfMeasure(Unit<Length> uom)
public int hashCode()
hashCode
in class Object
public boolean equals(Object oth)
Two PolygonSymbolizerImpls are equal if they have the same geometryProperty, fill and stroke.
equals
in class Object
oth
- the object to compare against.
public String getExtensionName()
getExtensionName
in interface ExtensionSymbolizer
public Map<String,Expression> getParameters()
getParameters
in interface ExtensionSymbolizer
public void setExtensionName(String name)
public Object accept(StyleVisitor visitor, Object data)
accept
in interface ExtensionSymbolizer
accept
in interface Symbolizer
public void accept(StyleVisitor visitor)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |