Click or drag to resize

GM_VectorExportFormat_t32 Enumeration

List of supported vector export types

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public enum GM_VectorExportFormat_t32
Members
  Member nameValueDescription
Export_DXF0DXF format - use GM_ExportOptsDXF_DWG_t for *aFormatOptions* parameter to GM_ExportVector (can be NULL)
Export_Shapefile1Shapefile format - use GM_ExportOptsSHP_t for *aFormatOptions* parameter to GM_ExportVector (can be NULL)
Export_KML2KML format - use GM_ExportOptsKML_t for *aFormatOptions* parameter to GM_ExportVector (can be NULL) - pass .KMZ filename to create KMZ file
Export_MapInfo_MIF3MapInfo MIF/MID format - pass NULL for *aFormatOptions* parameter to GM_ExportVector
Export_MapInfo_TAB4MapInfo TAB/MAP format - pass NULL for *aFormatOptions* parameter to GM_ExportVector
Export_WaspMap5WaSP Map format - pass NULL for *aFormatOptions* parameter to GM_ExportVector
Export_SimpleText6Simple ASCII Text file format - use GM_ExportOptsSimpleText_t for *aFormatOptions* parameter to GM_ExportVector (can be NULL)
Export_CSV7CSV file format - pass NULL for *aFormatOptions* parameter to GM_ExportVector
Export_SVG8SVG file format - pass NULL for *aFormatOptions* parameter to GM_ExportVector
Export_SpatialDB9Spatial database table
Export_NumVectorFormats10
See Also