public abstract class VectorStyleSimpleGenerator.VectorStyleSimple extends java.lang.Object implements VectorStyle
Modifier and Type | Field and Description |
---|---|
int |
drawPriority
Draw priority for each feature.
|
Constructor and Description |
---|
VectorStyleSimple() |
Modifier and Type | Method and Description |
---|---|
boolean |
geomIsAdditive()
Set if this geometry is additive (e.g.
|
java.lang.String |
getCategory()
If there is a category, return it.
|
long |
getUuid()
Return a unique identifier for your style.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
buildObjects
public long getUuid()
VectorStyle
getUuid
in interface VectorStyle
public java.lang.String getCategory()
VectorStyle
getCategory
in interface VectorStyle
public boolean geomIsAdditive()
geomIsAdditive
in interface VectorStyle