com.metsci.glimpse.charts.vector.iteration
Interface GeoRecordList<V extends GeoObject>
- All Known Subinterfaces:
- GeoFilterableRecordList<V>
- All Known Implementing Classes:
- GeoRecordListForStream
public interface GeoRecordList<V extends GeoObject>
size
int size()
get
V get(int index)
throws java.io.IOException
- Throws:
java.io.IOException
geoObjectIterator
GeoObjectIterator<V> geoObjectIterator()
throws java.io.IOException
- Throws:
java.io.IOException
iterator
java.util.Iterator<V> iterator()
Copyright © 2012 Metron, Inc.. All Rights Reserved.