Uses of Interface
es.unex.sextante.dataObjects.IVectorLayer

Packages that use IVectorLayer
es.unex.sextante.core   
es.unex.sextante.dataObjects   
es.unex.sextante.parameters   
es.unex.sextante.shapesTools   
org.n52.wps.io.xml   
 

Uses of IVectorLayer in es.unex.sextante.core
 

Methods in es.unex.sextante.core that return IVectorLayer
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
 IVectorLayer ParametersSet.getParameterValueAsVectorLayer(java.lang.String sParameterName)
           
 IVectorLayer[] IInputFactory.getVectorLayers(int shapeType)
          Returns all the vector layers of a particular type currently in the set
 IVectorLayer[] AbstractInputFactory.getVectorLayers(int shapeType)
           
 

Uses of IVectorLayer in es.unex.sextante.dataObjects
 

Classes in es.unex.sextante.dataObjects that implement IVectorLayer
 class AbstractVectorLayer
          A convenience class which implements some of the methods of the IVectorLayer interface.
 

Uses of IVectorLayer in es.unex.sextante.parameters
 

Methods in es.unex.sextante.parameters that return IVectorLayer
 IVectorLayer ParameterVectorLayer.getParameterValueAsVectorLayer()
           
 IVectorLayer ParameterTableField.getParameterValueAsVectorLayer()
           
 IVectorLayer ParameterTable.getParameterValueAsVectorLayer()
           
 IVectorLayer ParameterString.getParameterValueAsVectorLayer()
           
 IVectorLayer ParameterSelection.getParameterValueAsVectorLayer()
           
 IVectorLayer ParameterRasterLayer.getParameterValueAsVectorLayer()
           
 IVectorLayer ParameterPoint.getParameterValueAsVectorLayer()
           
 IVectorLayer ParameterNumericalValue.getParameterValueAsVectorLayer()
           
 IVectorLayer ParameterMultipleInput.getParameterValueAsVectorLayer()
           
 IVectorLayer ParameterFixedTable.getParameterValueAsVectorLayer()
           
 IVectorLayer ParameterFilepath.getParameterValueAsVectorLayer()
           
 IVectorLayer ParameterBoolean.getParameterValueAsVectorLayer()
           
 IVectorLayer ParameterBand.getParameterValueAsVectorLayer()
           
abstract  IVectorLayer Parameter.getParameterValueAsVectorLayer()
          Returns the value of the parameter as a vector layer
 

Uses of IVectorLayer in es.unex.sextante.shapesTools
 

Methods in es.unex.sextante.shapesTools that return IVectorLayer
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
 

Methods in es.unex.sextante.shapesTools with parameters of type IVectorLayer
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 IVectorLayer in org.n52.wps.io.xml
 

Methods in org.n52.wps.io.xml that return IVectorLayer
 IVectorLayer SimpleGMLParser.parseXML(java.io.InputStream stream, IOutputChannel channel)
           
 IVectorLayer SimpleGMLParser.parseXML(java.lang.String gml, IOutputChannel channel)