Uses of Class
gov.nasa.worldwind.util.CompoundVecBuffer
-
Packages that use CompoundVecBuffer Package Description gov.nasa.worldwind.render gov.nasa.worldwind.util -
-
Uses of CompoundVecBuffer in gov.nasa.worldwind.render
Fields in gov.nasa.worldwind.render declared as CompoundVecBuffer Modifier and Type Field Description protected CompoundVecBuffer
SurfacePolylines. buffer
Methods in gov.nasa.worldwind.render that return CompoundVecBuffer Modifier and Type Method Description CompoundVecBuffer
SurfacePolylines. getBuffer()
Get the underlyingCompoundVecBuffer
describing the geometry.Constructors in gov.nasa.worldwind.render with parameters of type CompoundVecBuffer Constructor Description SurfacePolygons(Sector sector, CompoundVecBuffer buffer)
SurfacePolygons(CompoundVecBuffer buffer)
SurfacePolylines(Sector sector, CompoundVecBuffer buffer)
SurfacePolylines(CompoundVecBuffer buffer)
-
Uses of CompoundVecBuffer in gov.nasa.worldwind.util
Subclasses of CompoundVecBuffer in gov.nasa.worldwind.util Modifier and Type Class 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.Methods in gov.nasa.worldwind.util that return CompoundVecBuffer Modifier and Type Method Description protected abstract CompoundVecBuffer
CompoundVecBuffer. createSlice(int[] indices, int offset, int length)
protected abstract CompoundVecBuffer
CompoundVecBuffer. createSlice(int beginIndex, int endIndex)
protected CompoundVecBuffer
CompoundVecBuffer.EmptyCompoundVecBuffer. createSlice(int[] indices, int offset, int length)
protected CompoundVecBuffer
CompoundVecBuffer.EmptyCompoundVecBuffer. createSlice(int beginIndex, int endIndex)
protected CompoundVecBuffer
VecBufferBlocks. createSlice(int[] indices, int offset, int length)
protected CompoundVecBuffer
VecBufferBlocks. createSlice(int beginIndex, int endIndex)
protected CompoundVecBuffer
VecBufferSequence. createSlice(int[] indices, int offset, int length)
protected CompoundVecBuffer
VecBufferSequence. 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.Constructors in gov.nasa.worldwind.util with parameters of type CompoundVecBuffer Constructor Description CompoundVecBuffer(CompoundVecBuffer that, int[] indices, int offset, int length)
CompoundVecBuffer(CompoundVecBuffer that, int beginIndex, int endIndex)
-