RadioPlan CoveragePlotsExport: Difference between revisions

From Maria GDK Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 7: Line 7:
</syntaxhighlight>
</syntaxhighlight>
[[Category:RadioPlan]]
[[Category:RadioPlan]]
{{DEFAULTSORT:Coverage export}}

Revision as of 12:53, 1 July 2026

Coverage chart export can be done to GeoTIFF files.

This is done with interface

IRadioCoverage

Result IRadioCoverage.ExportCoverageChartToGeoTiff(string filePath, ReadOnlyCollection<Radio> radios, int maxPixelsInTiff = int.MaxValue, double limitMetricResolution = 0.0, RenderColorSchema? renderColourSchema=null);