AirRouteOperator.DesiredResolution Property
Gets or sets the desired raster resolution for the computation.
Syntax
public AttributeVariable< System.Double > DesiredResolution { get; set; }
Property Value
Default: 25.0
A desired resolution in meters that can affect in which resolution the computation is performed.
Remarks
When the operator requests data from ElevationInput, the value of DesiredResolution will override the information about the View resolution. So if alternative resolutions are available from this input, the chosen resolution will be adapted to the DesiredResolution instead of to the View resolution. (However, "adapted to" does not mean "exactly equal to".)
The raster resolution received from ElevationInput will then be used for the computation. Other raster-data input will be resampled to this resolution if necessary, and any vector data from AirspaceInput will be rasterized to this resolution.
The results can depend on the resolution in ways that are not quite predictable – slopes will be more or less smoothed and tree heights will be resampled differently – so we recommend that DesiredResolution is a constant value. However, it is possible to let it be an attribute variable that depends on the View.UpdateAttributes or on the attributes of the feature from WaypointsInput.
Platforms
Windows, Linux, Android