public interface FeatureInputStream
Modifier and Type | Method and Description |
---|---|
void |
close() |
FeatureSchema |
getFeatureSchema() |
boolean |
hasNext() |
Feature |
next() |
FeatureSchema getFeatureSchema()
Feature next() throws java.lang.Exception
java.lang.Exception
boolean hasNext() throws java.lang.Exception
java.lang.Exception
void close() throws java.lang.Exception
java.lang.Exception