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, waitbuildObjectspublic long getUuid()
VectorStylegetUuid in interface VectorStylepublic java.lang.String getCategory()
VectorStylegetCategory in interface VectorStylepublic boolean geomIsAdditive()
geomIsAdditive in interface VectorStyle