|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FeatureInputStream
Allows stream access to Feature objects provide by a source.
The concrete source is implementation dependent, important use cases are GML files containing features or a SQL
results sets that are used to generate Feature instances.
| Method Summary | |
|---|---|
void |
close()
Closes the input stream. |
Feature |
readFeature()
Reads the next Feature instance from the stream. |
| Methods inherited from interface java.lang.Iterable |
|---|
iterator |
| Method Detail |
|---|
Feature readFeature()
Feature instance from the stream.
Feature or null if the end of the stream has been reached
void close()
throws IOException
IOException
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||