TerrainMobilityOperator.RoadClass Property
Gets or sets an attribute variable giving the quality class of a road feature.
Syntax
public AttributeVariable< System.Int64 > RoadClass { get; set; }
Property Value
Default: 1
The quality class of a road feature.
Remarks
The road class should evaluate to a positive integer, and any road class that evaluates to 0 or a negative number will be replaced by 1. The usual convention would be to let the road class 1 represent the best quality, road class 2 the second best, etc., but this is not mandatory.
The road classification system is not specified by Carmenta, but it must be the same as the system used used for TerrainVehicleType.RoadSpeeds. In practice, it is the available attributes on your road dataset that determine the number of road classes. For example, if you use the SPEED_CAT attribute of HERE datasets, you would get eight road classes.
The RoadClass is an attribute variable that is normally evaluated using the road feature attributes. More generally, the evaluation will also consider the View.UpdateAttributes, as well as the attributes of the feature (if any) from TerrainRouteOperator.WaypointsInput or TerrainAccessOperator.PositionInput.
Platforms
Windows, Linux, Android