public class CustomLayer extends Layer
Experimental feature. Do not use.
| Constructor and Description |
|---|
CustomLayer(long nativePtr) |
CustomLayer(java.lang.String id,
long context,
long initializeFunction,
long renderFunction,
long deinitializeFunction) |
CustomLayer(java.lang.String id,
long context,
long initializeFunction,
long renderFunction,
long contextLostFunction,
long deinitializeFunction) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
finalize() |
protected void |
initialize(java.lang.String id,
long initializeFunction,
long renderFunction,
long contextLostFunction,
long deinitializeFunction,
long context) |
protected void |
nativeUpdate() |
void |
update() |
getId, getMaxZoom, getMinZoom, getNativePtr, getVisibility, nativeGetId, nativeGetMaxZoom, nativeGetMinZoom, nativeGetSourceLayer, nativeGetVisibility, nativeSetFilter, nativeSetLayoutProperty, nativeSetMaxZoom, nativeSetMinZoom, nativeSetPaintProperty, nativeSetSourceLayer, setMaxZoom, setMinZoom, setPropertiespublic CustomLayer(java.lang.String id,
long context,
long initializeFunction,
long renderFunction,
long deinitializeFunction)
public CustomLayer(java.lang.String id,
long context,
long initializeFunction,
long renderFunction,
long contextLostFunction,
long deinitializeFunction)
public CustomLayer(long nativePtr)