Expand description
Contains the implementations related to AreaDto
.
Constants§
- INVALID_
AREA_ 🔒TYPE - Error message when invalid area types are supplied.
Functions§
- from_
new_ area_ dto_ to_ hydrology - Maps
NewAreaDto
s toHydrology
s. Precondition is that alldtos
havearea_type == AreaType::Hydrology(_)
. - from_
new_ area_ dto_ to_ shading - Maps
NewAreaDto
s toShading
s. Precondition is that alldtos
havearea_type == AreaType::Shade(_)
. - from_
new_ area_ dto_ to_ soil_ texture - Maps
NewAreaDto
s toSoilTexture
s. Precondition is that alldtos
havearea_type == AreaType::SoilTexture(_)
. - from_
update_ area_ dto_ to_ update_ hydrology - Maps
UpdateAreaDto
toUpdateHydrology
s. Precondition is that thedto
hasarea_kind == AreaKind::Hydrology
. - from_
update_ area_ dto_ to_ update_ shading - Maps
UpdateAreaDto
toUpdateShading
s. Precondition is that thedto
hasarea_kind == AreaKind::Shade
. - from_
update_ area_ dto_ to_ update_ soil_ texture - Maps
UpdateAreaDto
toUpdateSoilTexture
s. Precondition is that thedto
hasarea_kind == AreaKind::SoilTexture
.