Global Mapper SDK
| GM_VectorExportFlags_t32 Enumeration |
Flags for vector (i.e. DXF, Shapefile) export
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
Copy
public enum GM_VectorExportFlags_t32| Member name | Value | Description | |
|---|---|---|---|
| VectorExportFlags_GenPRJFile | 1 | Generate a projection (PRJ) file | |
| VectorExportFlags_HideProgress | 2 | Don't show export progress | |
| VectorExportFlags_ExportAreas | 4 | Export area features | |
| VectorExportFlags_ExportLines | 8 | Export line features | |
| VectorExportFlags_ExportPoints | 16 | Export point/text features | |
| VectorExportFlags_ExportAttrs | 32 | Export feature attributes (when applicable) | |
| VectorExportFlags_Export3D | 64 | Export 3D features if applicable | |
| VectorExportFlags_NoHeaderRow | 128 | (Export CSV only) Don't include a header row | |
| VectorExportFlags_IncludeLatLonCols | 256 | (Export CSV only) Include latitude and longitude columns | |
| VectorExportFlags_NoLatLonFormatting | 512 | (Export CSV only) Export lat/lon columns as raw numbers (i.e. no breaking into DD MM SS, etc.) | |
| VectorExportFlags_ExportMGRS | 1024 | (GM_Export CSV only) Export MGRS column | |
| VectorExportFlags_OnlyExportAttrs | 2048 | (GM_Export CSV only) Only generate attribute files | |
| VectorExportFlags_ExportAll | 28 |
Comments
0 comments
Please sign in to leave a comment.