| GM_ExportOptsGeoPackage_t Class |
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
public class GM_ExportOptsGeoPackage_t
The GM_ExportOptsGeoPackage_t type exposes the following members.
| Name | Description | |
|---|---|---|
| GM_ExportOptsGeoPackage_t |
Default Constructor
|
| Name | Description | |
|---|---|---|
| mOverwriteExisting | Indicates whether or not to overwrite an existing GeoPackage file |
|
| mAreaTableName | Table name for line features. NULL if not exporting lines. |
|
| mLineTableName | Table name for line features. NULL if not exporting lines. |
|
| mPointTableName | Table name for point features. NULL if not exporting points. |
|
| mSplitByLayer | Indicates whether or not to split features in to separate tables by layer. |
|
| mGen3dFeatures | Indicates whether or not to create 3D features. |
|
| mTileTableName | Table name for raster tiles. NULL for default "tile_data". |
|
| mDescription | Description for tile layer |
|
| mMaxZoomLevel | Maximum zoom level to export. Valid range is 3 to 22. |
|
| mNumZoomLevels | Total number of zoom levels to export |
|
| mImageFormat | Image format (PNG or JPEG) |
|
| mImageQuality | Image quality. Applies only to JPEG exports. Range is 1 to 100. Default is 75. |
|
| mTileSize | Tile size in pixels. Valid values are 256, 512, and 1024. Default is 256. Tiles are square, so 256 means 256 x 256 pixel tiles. |
|
| mFlags | Additional related for skipping empty tiles, skipping tiles that already exist, etc. |
Comments
0 comments
Please sign in to leave a comment.