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, wait
buildObjects
protected boolean geomAdditive
protected long uuid
protected java.lang.ref.WeakReference<RenderControllerInterface> viewC
protected boolean selectable
public VectorTileStyle(RenderControllerInterface viewC)
public long getUuid()
VectorStyle
getUuid
in interface VectorStyle
public boolean geomIsAdditive()
VectorStyle
geomIsAdditive
in interface VectorStyle
public java.lang.String getCategory()
VectorStyle
getCategory
in interface VectorStyle