TerrainMobilityOperator.SnowDepth Property
Gets or sets an attribute variable giving the assumed snow depth in meters.
Syntax
public AttributeVariable< System.Double > SnowDepth { get; set; }
Property Value
Default: 0.0
The assumed snow depth in meters.
Remarks
It is not possible to get the snow depth from an input raster. How much the SnowDepth slows down a vehicle is specified in the TerrainVehicleType.
If the snow is deep, but you think that it is firm enough to drive on, then the usual slow-down due to SnowDepth will be inappropriate. Instead, you can set SnowDepth to zero, and let the GroundConditionInput reflect the snow strength rather than the soil strength.
In general, the operators assume that the snow depth in terrain can differ from the snow depth on roads, and that the snow depth can vary with road types, since the more important roads may be plowed more often. When the SnowDepth is not constant, it is evaluated from attributes:
To evaluate the snow depth for each road, an operator will primarily use the attributes of the road feature, and secondarily the attributes of the feature (if any) from TerrainAccessOperator.PositionInput or TerrainRouteOperator.WaypointsInput, and failing that, the update attributes from the View.
To evaluate the snow depth in terrain, there are no road attributes to consider, so an operator will primarily use the attributes of the feature (if any) from TerrainAccessOperator.PositionInput or TerrainRouteOperator.WaypointsInput, and secondarily the update attributes from the View.
For terrain that is water (ground condition class = 6), the assumed snow depth will have no effect.
Platforms
Windows, Linux, Android