Package gov.nasa.worldwind.util
Class VecBuffer.LocationAccessor
- java.lang.Object
- 
- gov.nasa.worldwind.util.VecBuffer.LocationAccessor
 
- 
- All Implemented Interfaces:
- VecBuffer.ElementAccessor<LatLon>
 - Enclosing class:
- VecBuffer
 
 protected class VecBuffer.LocationAccessor extends java.lang.Object implements VecBuffer.ElementAccessor<LatLon> 
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedLocationAccessor()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description LatLongetElement(int position)
 
- 
- 
- 
Method Detail- 
getElementpublic LatLon getElement(int position) - Specified by:
- getElementin interface- VecBuffer.ElementAccessor<LatLon>
 
 
- 
 
-