org.deegree.feature
Interface FeatureInputStream
- All Superinterfaces:
- java.io.Closeable
- All Known Subinterfaces:
- StreamFeatureCollection
public interface FeatureInputStream
- extends java.io.Closeable
Provides stream access to Feature
objects provide by a source.
NOTE: After use, Closeable.close()
must be called to free underlying resources.
- Version:
- $Revision: 27818 $, $Date: 2010-11-07 16:25:10 +0100 (So, 07. Nov 2010) $
- Author:
- Markus Schneider, last edited by: $Author: mschneider $
Methods inherited from interface java.io.Closeable |
close |
read
Feature read()
throws java.io.IOException
- Reads the next
Feature
instance from the stream.
- Returns:
- the next
Feature
or null
if the end of the stream has been reached
- Throws:
java.io.IOException
Copyright © 2011. All Rights Reserved.