|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.unex.sextante.core.Sextante
public class Sextante
Constructor Summary | |
---|---|
Sextante()
|
Method Summary | |
---|---|
static GeoAlgorithm |
getAlgorithmFromCommandLineName(java.lang.String sName)
returns an algorithm based on its command line name. |
static java.util.HashMap |
getAlgorithms()
Returns a map of all algorithms in the library. |
static java.lang.String |
getText(java.lang.String sKey)
Returns an internationalized string based on a key value (i.e the string in the current language associated with the key value) Use this method to support internationalization. |
static void |
initialize()
initializes the library, loading algorithms and properties |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Sextante()
Method Detail |
---|
public static void initialize()
public static java.util.HashMap getAlgorithms()
GeoAlgorithm.getCommandLineName()
are used as keys.
The library must have been initialized before. Otherwise, this
method will return an empty map
GeoAlgorithm.getCommandLineName()
)
are used as keyspublic static GeoAlgorithm getAlgorithmFromCommandLineName(java.lang.String sName)
GeoAlgorithm.getCommandLineName()
)
sName
- the command-line name
public static java.lang.String getText(java.lang.String sKey)
sKey
- the key to search
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |