|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GrassExecutionException | |
---|---|
es.unex.sextante.gui.grass |
Uses of GrassExecutionException in es.unex.sextante.gui.grass |
---|
Methods in es.unex.sextante.gui.grass that throw GrassExecutionException | |
---|---|
static int |
GrassUtils.getNumFaces(java.lang.String sMapName)
Returns the number of geometries of type FACE in a GRASS map. |
static int |
GrassUtils.getNumGeoms(java.lang.String sMapName,
int iGeomType)
Returns the number of geometries of a specified type in a GRASS map. |
static int |
GrassUtils.getNumKernels(java.lang.String sMapName)
Returns the number of geometries of type KERNEL in a GRASS map. |
static int |
GrassUtils.getNumLines(java.lang.String sMapName)
Returns the number of geometries of type LINE in a GRASS map. |
static int |
GrassUtils.getNumPoints(java.lang.String sMapName)
Returns the number of geometries of type POINT in a GRASS map. |
static int |
GrassUtils.getNumPolygons(java.lang.String sMapName)
Returns the number of geometries of type POLYGON in a GRASS map. |
static boolean |
GrassUtils.isMap3D(java.lang.String sMapName)
Checks if a GRASS vector map contains 3D data. |
static boolean |
GrassUtils.isMultiGeom(java.lang.String sMapName)
|
static void |
GrassUtils.runGRASS(java.lang.StringBuffer sCommand,
java.lang.String sMessage,
GrassAlgorithm alg)
Runs a batch of GRASS commands. |
static void |
GrassUtils.setExecutable(java.lang.String pathname)
A convenience method to set the owner's execute permission for this abstract pathname. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |