Package | Description |
---|---|
de.bsvrz.iav.gllib.gllib |
Allgemeine Ganglinienfunktionen ohne direkten Bezug zum Datenverteiler.
|
de.bsvrz.iav.gllib.gllib.dav |
Mit der Klasse
Ganglinienprognose können
Anfragen an die Ganglinienprognose gestellt werden, ohne den Datenkatalog
kennen zu müssen. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractApproximation<T>
Implementiert allgemeine Methoden der Schnittstelle.
|
class |
BSpline
Approximation einer Ganglinie mit Hilfe eines B-Splines beliebiger Ordung.
|
class |
CubicSpline
Approximation einer Ganglinie mit Hilfe eines Cubic-Splines.
|
class |
Polyline
Approximation einer Ganglinie mit Hilfe von Polylines.
|
class |
Treppenfunktion
Approximation durch eine Treppenfunktion.
|
Modifier and Type | Method and Description |
---|---|
Approximation<T> |
Ganglinie.getApproximation()
Gibt die Approximation der Ganglinie zurück.
|
Modifier and Type | Method and Description |
---|---|
void |
Ganglinie.setApproximation(Approximation<T> approximation)
Legt das Approximationsverfahren fest, mit dem die Werte zwischen den
Stützstellen bestimmt werden soll.
|
Modifier and Type | Method and Description |
---|---|
Approximation<Messwerte> |
GanglinieMQ.getApproximation()
Deprecated.
Die Approximation der einzelnen Größen kann mit
getGanglinie*.getApproximation() abgerufen werden.
Der Typ der Approximation kann mit
GanglinieMQ.getApproximationDaK() erfragt werden. |
Modifier and Type | Method and Description |
---|---|
void |
GanglinieMQ.setApproximation(Approximation<Messwerte> approximation)
Deprecated.
der Typ der Ganglinie muss mit
GanglinieMQ.setApproximationDaK(int) festgelegt werden. |
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.