protected static class AnalyticSurface.RenderInfo extends Object
Modifier and Type | Field and Description |
---|---|
protected FloatBuffer |
cartesianNormalBuffer |
protected FloatBuffer |
cartesianVertexBuffer |
protected ByteBuffer |
colorBuffer |
protected FloatBuffer |
geographicVertexBuffer |
protected int |
gridHeight |
protected int |
gridWidth |
protected IntBuffer |
interiorIndexBuffer |
protected IntBuffer |
outlineIndexBuffer |
protected 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 FloatBuffer cartesianNormalBuffer
protected final FloatBuffer cartesianVertexBuffer
protected final ByteBuffer colorBuffer
protected final FloatBuffer geographicVertexBuffer
protected final int gridHeight
protected final int gridWidth
protected final IntBuffer interiorIndexBuffer
protected final IntBuffer outlineIndexBuffer
protected final ByteBuffer shadowColorBuffer
public void drawInterior(DrawContext dc)
public void drawOutline(DrawContext dc)
public int getGridHeight()
public int getGridWidth()
public int getNumVertices()