Package | Description |
---|---|
eu.datex2.schema.dynamisch.messstellen.umfelddaten |
Modifier and Type | Field and Description |
---|---|
protected FloatingPointMetreDistanceValue |
PrecipitationDetail.depositionDepth |
protected FloatingPointMetreDistanceValue |
RoadSurfaceConditionMeasurements.depthOfSnow |
protected FloatingPointMetreDistanceValue |
RoadSurfaceConditionMeasurements.waterFilmThickness |
Modifier and Type | Method and Description |
---|---|
FloatingPointMetreDistanceValue |
ObjectFactory.createFloatingPointMetreDistanceValue()
Create an instance of
FloatingPointMetreDistanceValue |
FloatingPointMetreDistanceValue |
PrecipitationDetail.getDepositionDepth()
Gets the value of the depositionDepth property.
|
FloatingPointMetreDistanceValue |
RoadSurfaceConditionMeasurements.getDepthOfSnow()
Gets the value of the depthOfSnow property.
|
FloatingPointMetreDistanceValue |
RoadSurfaceConditionMeasurements.getWaterFilmThickness()
Gets the value of the waterFilmThickness property.
|
Modifier and Type | Method and Description |
---|---|
void |
PrecipitationDetail.setDepositionDepth(FloatingPointMetreDistanceValue value)
Sets the value of the depositionDepth property.
|
void |
RoadSurfaceConditionMeasurements.setDepthOfSnow(FloatingPointMetreDistanceValue value)
Sets the value of the depthOfSnow property.
|
void |
RoadSurfaceConditionMeasurements.setWaterFilmThickness(FloatingPointMetreDistanceValue value)
Sets the value of the waterFilmThickness property.
|