|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IVectorLayer | |
---|---|
es.unex.sextante.core | |
es.unex.sextante.dataObjects | |
es.unex.sextante.gui.core | |
es.unex.sextante.parameters | |
es.unex.sextante.shapesTools |
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,
java.lang.String sFilename,
java.lang.Object crs)
Use this method to create a new VectorMemoryDriver that can be used to generate new vector layers as output from the geo-algorithm |
IVectorLayer |
ParametersSet.getParameterValueAsVectorLayer(java.lang.String sParameterName)
|
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.gui.core |
---|
Methods in es.unex.sextante.gui.core that return IVectorLayer | |
---|---|
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.parameters |
---|
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,
java.lang.String sFilename,
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,
java.lang.String sFilename,
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |