org.deegree.services.wps.provider.sextante
Class SextanteFeatureCollectionStreamWriter
java.lang.Object
org.deegree.services.wps.provider.sextante.SextanteFeatureCollectionStreamWriter
public class SextanteFeatureCollectionStreamWriter
- extends Object
This class can be use to write a FeatureCollection
, Feature
for Feature
on a Stream.
- Version:
- $Revision: $, $Date: $
- Author:
- Jens Pabel, last edited by: $Author: pabel $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SextanteFeatureCollectionStreamWriter
public SextanteFeatureCollectionStreamWriter(String identifier,
ProcessletOutputs out)
throws XMLStreamException
- Throws:
XMLStreamException
writeFeature
public void writeFeature(Feature f)
throws XMLStreamException,
UnknownCRSException,
TransformationException
- Writes a
Feature
into a FeatureCollection
on stream.
- Parameters:
f
- Feature
.
- Throws:
XMLStreamException
UnknownCRSException
TransformationException
close
public void close()
throws XMLStreamException
- Closes the feature collection.
- Throws:
XMLStreamException
Copyright © 2011. All Rights Reserved.