public abstract class VectorTileStyle extends java.lang.Object implements VectorStyle
VectorStyle| Modifier and Type | Field and Description |
|---|---|
protected boolean |
geomAdditive |
protected boolean |
selectable |
protected long |
uuid |
protected java.lang.ref.WeakReference<RenderControllerInterface> |
viewC |
| Constructor and Description |
|---|
VectorTileStyle(RenderControllerInterface viewC) |
| 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, waitbuildObjectsprotected boolean geomAdditive
protected long uuid
protected java.lang.ref.WeakReference<RenderControllerInterface> viewC
protected boolean selectable
public VectorTileStyle(RenderControllerInterface viewC)
public long getUuid()
VectorStylegetUuid in interface VectorStylepublic boolean geomIsAdditive()
VectorStylegeomIsAdditive in interface VectorStylepublic java.lang.String getCategory()
VectorStylegetCategory in interface VectorStyle