RadioPlan CoveragePlotsExport: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
Coverage | Coverage chart export can be done to GeoTIFF files. | ||
This is done with interface | |||
IRadioCoverage<syntaxhighlight lang="c#"> | |||
Result IRadioCoverage.ExportCoverageChartToGeoTiff(string filePath, ReadOnlyCollection<Radio> radios, int maxPixelsInTiff = int.MaxValue, double limitMetricResolution = 0.0, RenderColorSchema? renderColourSchema=null); | |||
</syntaxhighlight> | |||
[[Category:RadioPlan]] | [[Category:RadioPlan]] | ||
Revision as of 12:50, 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);