Global Mapper SDK
| GM_PackageExportFlags_t32 Enumeration |
Flags for package export
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
Copy
public enum GM_PackageExportFlags_t32| Member name | Value | Description | |
|---|---|---|---|
| ExportPackage_LatLongWGS84 | 1 | Export data in lat/lon/WGS84 coordinates rather than the current projection or native projection of each layer | |
| ExportPackage_DoublePrecision | 2 | Use double-precision coordinates for vector data. | |
| ExportPackage_DiscardAttributes | 4 | Discard vector feature attributes | |
| ExportPackage_HideProgress | 8 | Don't show export progress | |
| ExportPackage_KeepAllStyles | 16 | Keep all style information, even if features are using default style | |
| ExportPackage_UseNativeProj | 32 | Use the native projection for each layer rather than the current projection or lat/lon/WGS84 | |
| ExportPackage_CombineVectorLayers | 64 | Specifies that all compatible vector layers should be combined into a single layer instead of maintained in their original layers | |
| ExportPackage_ExtraElevPrecision | 128 | Store elevation values from elevation grid files with extra precision | |
| ExportPackage_EmbedImages | 256 | Embed associated images | |
| ExportPackage_NoAreaFeatures | 512 | Don't export areas | |
| ExportPackage_NoLineFeatures | 1024 | Don't export lines | |
| ExportPackage_NoPointFeatures | 2048 | Don't export points | |
| ExportPackage_MobileFormat | 4096 | Export using mobile format | |
| ExportPackage_IncludeThumbnail | 8192 | Include a thumbnail image | |
| ExportPackage_UseJP2 | 16384 | Save raster data as JPEG 2000 (default is GeoTIFF) - results won't work in GM earlier than v17.2 | |
| ExportPackage_AlwaysUseJP2 | 32768 | Save all raster layers as JPEG 2000. Will lose palette info if given. Ignore GM_ExportPackage_UseJP2 flag. Requires GM v17.2 or later to load result. | |
| ExportPackage_SortLidar | 65536 | Spatially sort Lidar point clouds for faster interaction with data. Note the original record number is lost when this is done. | |
| ExportPackage_ResampleExternally | 131072 | If a layer has a resampling method set, export using nearest neighbor and auto-select resampling method at load time | |
| ExportPackage_KeepHiddenFeatures | 262144 | Include all features even if they are unchecked in a type filter or otherwise hidden | |
| ExportPackage_IgnoreBounds | 524288 | Ignore the export bounds, include the full layer for all passed in data (can be useful if some data isn't really projected) | |
| ExportPackage_IncludeViewBounds | 1048576 | Include view bounds (for GMM 2.2 or later) | |
| ExportPackage_EmbedImagesAll | 2097152 | Embed all image files referenced in feature attributes |
Comments
0 comments
Please sign in to leave a comment.