public class MBVectorTileStyleSet
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
MBVectorTileStyleSet(long cPtr,
boolean cMemoryOwn) |
MBVectorTileStyleSet(UnsignedCharVector data)
Constructs a styleset from byte vector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
boolean |
equals(java.lang.Object obj)
Checks if this object is equal to the specified object.
|
protected void |
finalize() |
static long |
getCPtr(MBVectorTileStyleSet obj) |
int |
hashCode()
Returns the hash value of this object.
|
public MBVectorTileStyleSet(long cPtr,
boolean cMemoryOwn)
public MBVectorTileStyleSet(UnsignedCharVector data)
data - Zipped style set data.public static long getCPtr(MBVectorTileStyleSet obj)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object