public class GLCustomGrid extends GLAbstractLayer2 implements CustomGrid.OnChangedListener
| Modifier and Type | Field and Description |
|---|---|
static GLLayerSpi2 |
SPI |
| Modifier | Constructor and Description |
|---|---|
|
GLCustomGrid(GLMapSurface surface,
CustomGrid subject) |
protected |
GLCustomGrid(MapRenderer surface,
CustomGrid subject) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
drawImpl(GLMapView view,
int renderPass) |
protected void |
init() |
void |
onChanged(CustomGrid grid) |
void |
release() |
public GLCustomGrid(GLMapSurface surface,
CustomGrid subject)
protected GLCustomGrid(MapRenderer surface,
CustomGrid subject)
protected void init()
public void release()
protected void drawImpl(GLMapView view,
int renderPass)
public void onChanged(CustomGrid grid)
onChanged in interface CustomGrid.OnChangedListener