Package | Description |
---|---|
de.bsvrz.kex.datex2.plugins.konvertierung.impl |
SWE KEx-DatexII (de.bsvrz.kex.datex2)
Copyright (C) 2014 TraffGo Road GmbH
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later
version.
|
eu.datex2.schema.dynamisch.messstellen.umfelddaten |
Modifier and Type | Method and Description |
---|---|
private MeasuredValue |
UDRohdaten.getIndexedValue(de.bsvrz.dav.daf.main.ResultData resultData,
SiteMeasurements siteMeasurements)
Prüft, ob in der JAXB-Struktur SiteMeasurement bereits ein MeasuredValue für den Informationstyp des
in ResultData enthaltenen Sensors vorhanden ist.
|
Modifier and Type | Method and Description |
---|---|
protected void |
UDRohdaten.setHumidityInformation(MeasuredValue measuredValue,
de.bsvrz.dav.daf.main.ResultData data,
javax.xml.datatype.XMLGregorianCalendar xmlGregorianCalendar)
Setzt die Luftfeuchtigkeitsinformation in DatexII in Abhängigkeit des Wertes aus dem DaV.
|
protected void |
UDRohdaten.setPrecipitationInformation(MeasuredValue measuredValue,
de.bsvrz.dav.daf.main.ResultData data,
UDRohdaten.PrecipitationInformationEnum information,
javax.xml.datatype.XMLGregorianCalendar xmlGregorianCalendar)
Setzt die Niederschlagsinformation in DatexII in Abhängigkeit des Wertes aus dem DaV.
|
protected void |
UDRohdaten.setRoadSurfaceCondition(MeasuredValue measuredValue,
de.bsvrz.dav.daf.main.ResultData data,
javax.xml.datatype.XMLGregorianCalendar xmlGregorianCalendar)
Setzt die Strassenoberflächenbeschaffenheit in DatexII in Abhängigkeit des Wertes aus dem DaV.
|
protected void |
UDRohdaten.setRoadSurfaceInformation(MeasuredValue measuredValue,
de.bsvrz.dav.daf.main.ResultData data,
UDRohdaten.RoadSurfaceInformationEnum information,
javax.xml.datatype.XMLGregorianCalendar xmlGregorianCalendar)
Setzt die Strassenoberflächeninformation in DatexII in Abhängigkeit des Wertes aus dem DaV.
|
protected void |
UDRohdaten.setTemperatureInformation(MeasuredValue measuredValue,
de.bsvrz.dav.daf.main.ResultData data,
UDRohdaten.TemperatureInformationEnum information,
javax.xml.datatype.XMLGregorianCalendar xmlGregorianCalendar)
Setzt die Temperaturinformation in DatexII in Abhängigkeit des Wertes aus dem DaV.
|
protected void |
UDRohdaten.setVisibilityInformation(MeasuredValue measuredValue,
de.bsvrz.dav.daf.main.ResultData data,
javax.xml.datatype.XMLGregorianCalendar xmlGregorianCalendar)
Setzt die Sichtweiteninformation in DatexII in Abhängigkeit des Wertes aus dem DaV.
|
protected void |
UDRohdaten.setWindInformation(MeasuredValue measuredValue,
de.bsvrz.dav.daf.main.ResultData data,
UDRohdaten.WindInformationEnum information,
javax.xml.datatype.XMLGregorianCalendar xmlGregorianCalendar)
Setzt die Windinformation in DatexII in Abhängigkeit des Wertes aus dem DaV.
|
Modifier and Type | Field and Description |
---|---|
protected MeasuredValue |
SiteMeasurementsIndexMeasuredValue.measuredValue |
Modifier and Type | Method and Description |
---|---|
MeasuredValue |
ObjectFactory.createMeasuredValue()
Create an instance of
MeasuredValue |
MeasuredValue |
SiteMeasurementsIndexMeasuredValue.getMeasuredValue()
Gets the value of the measuredValue property.
|
Modifier and Type | Method and Description |
---|---|
void |
SiteMeasurementsIndexMeasuredValue.setMeasuredValue(MeasuredValue value)
Sets the value of the measuredValue property.
|