|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 SextanteFeatureCollectionStreamReaders. |
static boolean |
containOneOfAllReadersFeatures()
Checks whether one of SextanteFeatureCollectionStreamReaders contains Features. |
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()
SextanteFeatureCollectionStreamReaders contains Features.
SextanteFeatureCollectionStreamReaders contains Features.
public static void closeAll()
throws IOException
SextanteFeatureCollectionStreamReaders.
IOExceptionpublic 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 Features available returns an empty
IVectorLayer.
IOExceptionpublic 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 | |||||||||