Uses of Interface
org.deegree.services.wps.output.ComplexOutput

Packages that use ComplexOutput
org.deegree.services.wps.output   
org.deegree.services.wps.provider.sextante   
 

Uses of ComplexOutput in org.deegree.services.wps.output
 

Classes in org.deegree.services.wps.output that implement ComplexOutput
 class ComplexOutputImpl
          Identifies this ProcessletOutput to be a complex data structure encoded in XML (e.g., using GML), and provides a sink for writing it.
 

Uses of ComplexOutput in org.deegree.services.wps.provider.sextante
 

Methods in org.deegree.services.wps.provider.sextante with parameters of type ComplexOutput
static GMLSchema.GMLType FormatHelper.determineGMLType(ComplexOutput output)
          Returns the GMLSchema.GMLType of the output data.
static GMLVersion FormatHelper.determineGMLVersion(ComplexOutput output)
          Returns the GMLVersion of the output data.
static void SextanteProcesslet.writeFeatureCollection(ComplexOutput gmlOutput, Feature coll)
          Writes a FeatureCollection.
 



Copyright © 2011. All Rights Reserved.