|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.unex.sextante.gui.grass.GrassAlgorithmsFactory
public class GrassAlgorithmsFactory
Constructor Summary | |
---|---|
GrassAlgorithmsFactory()
|
Method Summary | |
---|---|
static boolean |
createAlgorithmsDescriptionAndHelpFiles()
Creates xml files calling grass commands using the --interface-description modifier and html help files using the --html--description modifier |
static GrassAlgorithm |
getGrassAlgorithm(java.lang.String sAlgName)
Returns the algorithm corresponding to a given grass algorithm name |
static GrassAlgorithm[] |
getGrassAlgorithms()
Returns an array of geoalgorithms based on grass commands |
static java.lang.String |
getGrassDescriptionFolder()
Returns the folder where grass description files (xml file generated using the grass --interface-description modifier) are located |
static void |
initAlgorithms()
Creates algorithms from grass command descriptions. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GrassAlgorithmsFactory()
Method Detail |
---|
public static GrassAlgorithm[] getGrassAlgorithms()
public static void initAlgorithms()
grassFolder
- public static boolean createAlgorithmsDescriptionAndHelpFiles()
public static java.lang.String getGrassDescriptionFolder()
public static GrassAlgorithm getGrassAlgorithm(java.lang.String sAlgName)
sAlgName
- the name of the grass algorithm (the grass command to execute it)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |