public class CartoCSSStyleSet
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
CartoCSSStyleSet(long cPtr,
boolean cMemoryOwn) |
CartoCSSStyleSet(java.lang.String cartoCSS)
Constructs a style from CartoCSS string.
|
CartoCSSStyleSet(java.lang.String cartoCSS,
UnsignedCharVector styleSetData)
Constructs a style from CartoCSS string and asset data.
|
| 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() |
java.lang.String |
getCartoCSS()
Returns the CartoCSS string used for the style.
|
static long |
getCPtr(CartoCSSStyleSet obj) |
int |
hashCode()
Returns the hash value of this object.
|
public CartoCSSStyleSet(long cPtr,
boolean cMemoryOwn)
public CartoCSSStyleSet(java.lang.String cartoCSS)
cartoCSS - The CartoCSS string defining point styling.public CartoCSSStyleSet(java.lang.String cartoCSS,
UnsignedCharVector styleSetData)
cartoCSS - The CartoCSS string defining point styling.public static long getCPtr(CartoCSSStyleSet 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.Objectpublic java.lang.String getCartoCSS()