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>


Method Summary
 GeoObjectIterator<V> geoObjectIterator()
           
 V get(int index)
           
 java.util.Iterator<V> iterator()
           
 int size()
           
 

Method Detail

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.