Uses of Interface
es.unex.sextante.outputs.IOutputChannel

Packages that use IOutputChannel
es.unex.sextante.core   
es.unex.sextante.outputs   
es.unex.sextante.shapesTools   
org.n52.wps.client   
org.n52.wps.io   
org.n52.wps.io.binary   
org.n52.wps.io.xml   
 

Uses of IOutputChannel in es.unex.sextante.core
 

Methods in es.unex.sextante.core with parameters of type IOutputChannel
abstract  IRasterLayer OutputFactory.getNewRasterLayer(java.lang.String sName, int iDataType, GridExtent extent, int iBands, IOutputChannel channel, java.lang.Object crs)
          Use this method to create a new raster layer as output from the geo-algorithm.
 IRasterLayer OutputFactory.getNewRasterLayer(java.lang.String sName, int iDataType, IRasterLayer layer, int iBands, GridExtent outputGridExtent, IOutputChannel channel, java.lang.Object crs)
          Use this method to create a new raster layer as output from the geo-algorithm.
abstract  ITable OutputFactory.getNewTable(java.lang.String sName, java.lang.Class[] types, java.lang.String[] sFields, IOutputChannel channel)
          Use this method to create a new table.
abstract  IVectorLayer OutputFactory.getNewVectorLayer(java.lang.String sName, int iShapeType, java.lang.Class[] types, java.lang.String[] sFields, IOutputChannel channel, java.lang.Object crs)
          Use this method to create a new IVectorLayer that can be used to generate new vector layers as output from the geo-algorithm
 

Uses of IOutputChannel in es.unex.sextante.outputs
 

Classes in es.unex.sextante.outputs that implement IOutputChannel
 class FileOutputChannel
           
 class StreamOutputChannel
           
 

Methods in es.unex.sextante.outputs that return IOutputChannel
 IOutputChannel Output.getOutputChannel()
          Returns the output channel associated with the output object
 

Methods in es.unex.sextante.outputs with parameters of type IOutputChannel
 void Output.setOutputChannel(IOutputChannel channel)
          Sets a new output channel associated with this output object
 

Uses of IOutputChannel in es.unex.sextante.shapesTools
 

Methods in es.unex.sextante.shapesTools with parameters of type IOutputChannel
static IVectorLayer ShapesTools.addFields(OutputFactory outputFactory, IVectorLayer layer, IOutputChannel channel, java.lang.String[] sFieldNames, java.lang.Object[][] addedValues, java.lang.Class[] fieldTypes)
          Returns a new vector layer identical to a given one but with additional fields in its attributes table
 

Uses of IOutputChannel in org.n52.wps.client
 

Methods in org.n52.wps.client with parameters of type IOutputChannel
 java.lang.Object ExecuteResponseAnalyser.getComplexData(java.lang.String name, IOutputChannel channel)
           
 

Uses of IOutputChannel in org.n52.wps.io
 

Methods in org.n52.wps.io with parameters of type IOutputChannel
 java.lang.Object IParser.parse(java.io.InputStream input, IOutputChannel channel)
           
 

Uses of IOutputChannel in org.n52.wps.io.binary
 

Methods in org.n52.wps.io.binary with parameters of type IOutputChannel
 java.lang.Object GeotiffParser.parse(java.io.InputStream is, IOutputChannel channel)
           
 

Uses of IOutputChannel in org.n52.wps.io.xml
 

Methods in org.n52.wps.io.xml with parameters of type IOutputChannel
 java.lang.Object SimpleGMLParser.parse(java.io.InputStream input, IOutputChannel channel)
           
 IVectorLayer SimpleGMLParser.parseXML(java.io.InputStream stream, IOutputChannel channel)
           
abstract  java.lang.Object AbstractXMLParser.parseXML(java.io.InputStream stream, IOutputChannel channel)
           
 IVectorLayer SimpleGMLParser.parseXML(java.lang.String gml, IOutputChannel channel)
           
abstract  java.lang.Object AbstractXMLParser.parseXML(java.lang.String gml, IOutputChannel channel)