public final class GanglinienAspekte
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
static java.lang.String |
getAspect(de.bsvrz.iav.gllib.gllib.domain.ApproximationTyp verfahren) |
Erfragt zu einem Approximationsverfahren die PID des Aspekts, unter dem Daten
gelernt werden sollen.
|
static void |
initialisiere(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList) |
Initisiert dieses statische Objekt mit den Parametern aus der Kommandozeile.
|
public static void initialisiere(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList)
argumentList
- die Datenverteiler-Argumentliste, wie sie in
StandardApplication.parseArguments(ArgumentList)
uebergeben wird.public static java.lang.String getAspect(de.bsvrz.iav.gllib.gllib.domain.ApproximationTyp verfahren)
verfahren
- das Approximationsverfahren.ApproximationTyp.BSPLINE
,
ApproximationTyp.CUBICSPLINE
,
ApproximationTyp.POLYLINE
,
ApproximationTyp.UNBESTIMMT