com.metsci.glimpse.charts.vector.iteration
Interface StreamToGeoObjectConverter<V extends GeoObject>

All Known Implementing Classes:
DNCObjectLoader, ENCObjectLoader

public interface StreamToGeoObjectConverter<V extends GeoObject>

Given a DataInputStream, implementing classes will parse the stream for geoobjects of their underlying type.

Author:
Cunningham

Method Summary
 V readNext(java.io.DataInputStream dis)
           
 

Method Detail

readNext

V readNext(java.io.DataInputStream dis)
                             throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2012 Metron, Inc.. All Rights Reserved.