public class DatenaufbereitungLVE
extends de.bsvrz.sys.funclib.bitctrl.dua.adapter.AbstraktVerwaltungsAdapterMitGuete
| Modifier and Type | Field and Description |
|---|---|
static de.bsvrz.dav.daf.main.config.AttributeGroup |
analyseAtgFS
Attributgruppe aus der sich die Prognosedaten dieses Objektes speisen
(FS).
|
private static de.bsvrz.dav.daf.main.config.AttributeGroup |
analyseAtgMQ
Attributgruppe aus der sich die Prognosedaten dieses Objektes speisen
(FS).
|
private static de.bsvrz.dav.daf.main.ClientDavInterface |
dDav
Statische Datenverteiler-Verbindung.
|
private FsAnalyseModul |
fsAnalyseModul
Modul in dem die Fahrstreifen-Daten analysiert werden
|
private static de.bsvrz.dav.daf.main.config.AttributeGroup |
pubAtgGlattFS
Attributgruppe unter der die geglaetteten Werte publiziert werden (FS).
|
private static de.bsvrz.dav.daf.main.config.AttributeGroup |
pubAtgGlattMQ
Attributgruppe unter der die geglaetteten Werte publiziert werden (FS).
|
private static de.bsvrz.dav.daf.main.config.AttributeGroup |
pubAtgPrognoseFS
Attributgruppe unter der die Prognosewerte publiziert werden (FS).
|
private static de.bsvrz.dav.daf.main.config.AttributeGroup |
pubAtgPrognoseMQ
Attributgruppe unter der die Prognosewerte publiziert werden (FS).
|
| Constructor and Description |
|---|
DatenaufbereitungLVE() |
| Modifier and Type | Method and Description |
|---|---|
static de.bsvrz.dav.daf.main.config.AttributeGroup |
getAnalyseAtg(de.bsvrz.dav.daf.main.config.SystemObject objekt)
Erfragt die Attributgruppe in der die Analysedaten dieses Objektes
stehen.
|
static de.bsvrz.dav.daf.main.config.AttributeGroup |
getPubAtgGlatt(de.bsvrz.dav.daf.main.config.SystemObject objekt)
Erfragt die Attributgruppe unter der die geglaetteten Werte publiziert
werden.
|
static de.bsvrz.dav.daf.main.config.AttributeGroup |
getPubAtgPrognose(de.bsvrz.dav.daf.main.config.SystemObject objekt)
Erfragt die Attributgruppe unter der die Prognosewerte publiziert werden.
|
double |
getStandardGueteFaktor()
Wenn das Modul Datenaufbereitung LVE einen Messwert ersetzt so vermindert
sich die Güte des Ausgangswertes um diesen Faktor (wenn kein anderer Wert
über die Kommandozeile übergeben wurde)
|
static de.bsvrz.dav.daf.main.config.SystemObject |
getStrassenTeilSegment(de.bsvrz.dav.daf.main.config.SystemObject mq)
Erfragt das Straßenteilsegment des Messquerschnitts.
|
private static double |
getStsLaenge(de.bsvrz.dav.daf.main.config.SystemObject sts) |
de.bsvrz.sys.funclib.bitctrl.dua.dfs.typen.SWETyp |
getSWETyp() |
private static de.bsvrz.dav.daf.main.config.SystemObject |
getTeilSegmentWithOffset(de.bsvrz.dav.daf.main.config.SystemObject segment,
double offset) |
protected void |
initialisiere() |
void |
initialize(de.bsvrz.dav.daf.main.ClientDavInterface dieVerbindung) |
static void |
main(String[] argumente)
Startet diese Applikation
|
void |
update(de.bsvrz.dav.daf.main.ResultData[] resultate) |
getGueteFaktoraddKomArgument, clearKomArguments, getArgument, getBmvIdKonverter, getKomArgumente, getKonfigurationsBereiche, getSystemObjekte, getVerbindung, parseArguments, setSystemObjekte, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitprivate static de.bsvrz.dav.daf.main.config.AttributeGroup pubAtgGlattFS
private static de.bsvrz.dav.daf.main.config.AttributeGroup pubAtgPrognoseFS
public static de.bsvrz.dav.daf.main.config.AttributeGroup analyseAtgFS
private static de.bsvrz.dav.daf.main.config.AttributeGroup pubAtgGlattMQ
private static de.bsvrz.dav.daf.main.config.AttributeGroup pubAtgPrognoseMQ
private static de.bsvrz.dav.daf.main.config.AttributeGroup analyseAtgMQ
private static de.bsvrz.dav.daf.main.ClientDavInterface dDav
private FsAnalyseModul fsAnalyseModul
public de.bsvrz.sys.funclib.bitctrl.dua.dfs.typen.SWETyp getSWETyp()
public void initialize(de.bsvrz.dav.daf.main.ClientDavInterface dieVerbindung)
throws Exception
initialize in interface de.bsvrz.sys.funclib.application.StandardApplicationinitialize in class de.bsvrz.sys.funclib.bitctrl.dua.adapter.AbstraktVerwaltungsAdapterExceptionprotected void initialisiere()
throws de.bsvrz.sys.funclib.bitctrl.dua.DUAInitialisierungsException
initialisiere in class de.bsvrz.sys.funclib.bitctrl.dua.adapter.AbstraktVerwaltungsAdapterMitGuetede.bsvrz.sys.funclib.bitctrl.dua.DUAInitialisierungsExceptionpublic void update(de.bsvrz.dav.daf.main.ResultData[] resultate)
public static void main(String[] argumente)
argumente - Argumente der Kommandozeilepublic double getStandardGueteFaktor()
getStandardGueteFaktor in class de.bsvrz.sys.funclib.bitctrl.dua.adapter.AbstraktVerwaltungsAdapterMitGuetepublic static de.bsvrz.dav.daf.main.config.AttributeGroup getAnalyseAtg(de.bsvrz.dav.daf.main.config.SystemObject objekt)
objekt - ein Systemobjekt.public static de.bsvrz.dav.daf.main.config.AttributeGroup getPubAtgGlatt(de.bsvrz.dav.daf.main.config.SystemObject objekt)
objekt - ein Systemobjekt.public static de.bsvrz.dav.daf.main.config.AttributeGroup getPubAtgPrognose(de.bsvrz.dav.daf.main.config.SystemObject objekt)
objekt - ein Systemobjekt.public static de.bsvrz.dav.daf.main.config.SystemObject getStrassenTeilSegment(de.bsvrz.dav.daf.main.config.SystemObject mq)
mq - der MQ für den ein Straßenteilsegment ermittelt werden sollnull, wenn dieses nicht ermittelbar ist.private static de.bsvrz.dav.daf.main.config.SystemObject getTeilSegmentWithOffset(de.bsvrz.dav.daf.main.config.SystemObject segment,
double offset)
private static double getStsLaenge(de.bsvrz.dav.daf.main.config.SystemObject sts)
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.