Draw object import-export
Jump to navigation
Jump to search
The ImportExport MariaGDK component offers functionality to convert draw objects to and from different data formats. The following internal Maria GDK drivers are used:
- GDAL - The GDAL-driver uses the OGR part of GDAL (Geospatial Data Abstraction Library) to read and write to different formats. Information about GDAL can be found at https://gdal.org/. GDAL is accessed using the C# nuget components GDAL and GDAL.Native See also GdalOgrInCsharp for more information.
- NVG - The NVG driver supports the Nato Vector Graphics format. The XML-based data objects are stored as files with .xml extension. Information about NVG can be found at https://nisp.nw3.dk/standard/nato-tide-nvg.html