Package | Description |
---|---|
gov.nasa.worldwind.render | |
gov.nasa.worldwind.util |
Modifier and Type | Field and Description |
---|---|
protected CompoundVecBuffer |
SurfacePolylines.buffer |
Modifier and Type | Method and Description |
---|---|
CompoundVecBuffer |
SurfacePolylines.getBuffer()
Get the underlying
CompoundVecBuffer describing the geometry. |
Constructor and Description |
---|
SurfacePolygons(CompoundVecBuffer buffer) |
SurfacePolygons(Sector sector,
CompoundVecBuffer buffer) |
SurfacePolylines(CompoundVecBuffer buffer) |
SurfacePolylines(Sector sector,
CompoundVecBuffer buffer) |
Modifier and Type | Class and Description |
---|---|
protected static class |
CompoundVecBuffer.EmptyCompoundVecBuffer |
class |
VecBufferBlocks
VecBufferBlocks provides storage and retrieval of a set of potentially random VecBuffer blocks in a single backing
ByteBuffer.
|
class |
VecBufferSequence
VecBufferSequence provides storage and retrieval of a sequence of logical VecBuffers in a single VecBuffer that
expands when more capacity is needed.
|
Modifier and Type | Method and Description |
---|---|
protected CompoundVecBuffer |
VecBufferSequence.createSlice(int[] indices,
int offset,
int length) |
protected CompoundVecBuffer |
VecBufferBlocks.createSlice(int[] indices,
int offset,
int length) |
protected abstract CompoundVecBuffer |
CompoundVecBuffer.createSlice(int[] indices,
int offset,
int length) |
protected CompoundVecBuffer |
CompoundVecBuffer.EmptyCompoundVecBuffer.createSlice(int[] indices,
int offset,
int length) |
protected CompoundVecBuffer |
VecBufferSequence.createSlice(int beginIndex,
int endIndex) |
protected CompoundVecBuffer |
VecBufferBlocks.createSlice(int beginIndex,
int endIndex) |
protected abstract CompoundVecBuffer |
CompoundVecBuffer.createSlice(int beginIndex,
int endIndex) |
protected CompoundVecBuffer |
CompoundVecBuffer.EmptyCompoundVecBuffer.createSlice(int beginIndex,
int endIndex) |
static CompoundVecBuffer |
CompoundVecBuffer.emptyCompoundVecBuffer(int coordsPerVec)
Returns an empty CompoundVecBuffer.
|
CompoundVecBuffer |
CompoundVecBuffer.slice(int[] indices)
Returns a new logical view of this CompoundVecBuffer.
|
CompoundVecBuffer |
CompoundVecBuffer.slice(int[] indices,
int offset,
int length)
Returns a new logical view of this CompoundVecBuffer.
|
CompoundVecBuffer |
CompoundVecBuffer.slice(int beginIndex,
int endIndex)
Returns a new logical view of this CompoundVecBuffer.
|
Constructor and Description |
---|
CompoundVecBuffer(CompoundVecBuffer that,
int[] indices,
int offset,
int length) |
CompoundVecBuffer(CompoundVecBuffer that,
int beginIndex,
int endIndex) |