Interface ILspIndexedVertexArray
- All Superinterfaces:
ILspVertexArray
A vertex array which is indexed by one or more element buffers.
- Since:
- 2012.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetElementArray
(int aElementArrayIndex) Returns theN
th element array of this indexed vertex array, whereN == aIndex
.int
Returns the number of element arrays associated to this indexed vertex array.Methods inherited from interface com.luciad.view.lightspeed.services.vertexarray.ILspVertexArray
getCoordinateOrigin, getData, getData, getSize, getVertexAttribute, getVertexAttributeCount, hasVertexAttribute, lock, unlock
-
Method Details
-
getElementArrayCount
int getElementArrayCount()Returns the number of element arrays associated to this indexed vertex array.- Returns:
- the number of element arrays associated to this indexed vertex array
-
getElementArray
Returns theN
th element array of this indexed vertex array, whereN == aIndex
.- Parameters:
aElementArrayIndex
- the index of the element array to be retrieved- Returns:
- the element array associated to the given index
-