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.Exceptionboolean hasNext()
throws java.lang.Exception
java.lang.Exceptionvoid close()
throws java.lang.Exception
java.lang.Exception