Draw object import-export: Difference between revisions

From Maria GDK Wiki
Jump to navigation Jump to search
(Created page with "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...")
(No difference)

Revision as of 15:03, 5 August 2019

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