|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.services.wps.provider.sextante.SextanteFeatureCollectionStreamReader
public class SextanteFeatureCollectionStreamReader
This class will be need to read Feature
for Feature
from FeatureCollection
as Stream.
Constructor Summary | |
---|---|
SextanteFeatureCollectionStreamReader(es.unex.sextante.parameters.Parameter param,
StreamFeatureCollection sfc)
|
Method Summary | |
---|---|
void |
close()
Closes the stream. |
static void |
closeAll()
Closes all SextanteFeatureCollectionStreamReader s. |
static boolean |
containOneOfAllReadersFeatures()
Checks whether one of SextanteFeatureCollectionStreamReader s contains Feature s. |
boolean |
foundFeature()
Returns, if Feature are found. |
es.unex.sextante.dataObjects.IVectorLayer |
getNextFeatureAsVectorLayer()
Returns the next Feature as IVectorLayer . |
es.unex.sextante.parameters.Parameter |
getParameter()
Returns the SEXTANTE GeoAlgorithm input parameter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SextanteFeatureCollectionStreamReader(es.unex.sextante.parameters.Parameter param, StreamFeatureCollection sfc)
Method Detail |
---|
public static boolean containOneOfAllReadersFeatures()
SextanteFeatureCollectionStreamReader
s contains Feature
s.
SextanteFeatureCollectionStreamReader
s contains Feature
s.public static void closeAll() throws IOException
SextanteFeatureCollectionStreamReader
s.
IOException
public es.unex.sextante.parameters.Parameter getParameter()
GeoAlgorithm
input parameter.
GeoAlgorithm
input parameter.public es.unex.sextante.dataObjects.IVectorLayer getNextFeatureAsVectorLayer() throws IOException
Feature
as IVectorLayer
.
Feature
as IVectorLayer
, if no Feature
s available returns an empty
IVectorLayer
.
IOException
public boolean foundFeature()
Feature
are found.
Feature
are found.public void close() throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |