com.vividsolutions.jump.io
Interface FeatureInputStream

All Known Implementing Classes:
BaseFeatureInputStream

public interface FeatureInputStream

A stream of features from an external source, which may throw exceptions during processing.


Method Summary
 void close()
           
 FeatureSchema getFeatureSchema()
           
 boolean hasNext()
           
 Feature next()
           
 

Method Detail

getFeatureSchema

public FeatureSchema getFeatureSchema()

next

public Feature next()
             throws java.lang.Exception
Throws:
java.lang.Exception

hasNext

public boolean hasNext()
                throws java.lang.Exception
Throws:
java.lang.Exception

close

public void close()
           throws java.lang.Exception
Throws:
java.lang.Exception