protected static class AnalyticSurface.RenderInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.nio.FloatBuffer |
cartesianNormalBuffer |
protected java.nio.FloatBuffer |
cartesianVertexBuffer |
protected java.nio.ByteBuffer |
colorBuffer |
protected java.nio.FloatBuffer |
geographicVertexBuffer |
protected int |
gridHeight |
protected int |
gridWidth |
protected java.nio.IntBuffer |
interiorIndexBuffer |
protected java.nio.IntBuffer |
outlineIndexBuffer |
protected java.nio.ByteBuffer |
shadowColorBuffer |
Constructor and Description |
---|
RenderInfo(int gridWidth,
int gridHeight) |
Modifier and Type | Method and Description |
---|---|
void |
drawInterior(DrawContext dc) |
void |
drawOutline(DrawContext dc) |
int |
getGridHeight() |
int |
getGridWidth() |
int |
getNumVertices() |
protected final java.nio.FloatBuffer cartesianNormalBuffer
protected final java.nio.FloatBuffer cartesianVertexBuffer
protected final java.nio.ByteBuffer colorBuffer
protected final java.nio.FloatBuffer geographicVertexBuffer
protected final int gridHeight
protected final int gridWidth
protected final java.nio.IntBuffer interiorIndexBuffer
protected final java.nio.IntBuffer outlineIndexBuffer
protected final java.nio.ByteBuffer shadowColorBuffer
public void drawInterior(DrawContext dc)
public void drawOutline(DrawContext dc)
public int getGridHeight()
public int getGridWidth()
public int getNumVertices()