Global Mapper SDK
| GM_WebFormatExportOpts_t Class |
This type represents the options when exporting to a web format
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public class GM_WebFormatExportOpts_t
The GM_WebFormatExportOpts_t type exposes the following members.
| Name | Description | |
|---|---|---|
| GM_WebFormatExportOpts_t |
Default Constructor
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object .) | |
| Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
|
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from
Object
.)
|
|
| GetType |
Gets the type of the current instance.
(Inherited from
Object
.)
|
|
| MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
| ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|
| Name | Description | |
|---|---|---|
| mApiKey | API key (used for Google Maps export) |
|
| mBgMapName | Background map name (used for Google Maps export, ie. G_NORMAL_MAP, G_SATELLITE_MAP, etc.) |
|
| mCustomTileFName |
Custom definition for tile filenames. Use NULL for default for format.
Use variables like %z for zoom, %x for column, and %y for row.
For example, use "%z\\prefix_%y_%x.png" to do one folder per zoom level.
The tiles are created in the path under the HTML filename path.
|
|
| mFlags | Export flags |
|
| mFormat | Image format |
|
| mMapDescription | Description for the map. Currently only used with MBTiles exports. |
|
| mMapName | Name to use for map set |
|
| mMapType | Type of MBTiles map. Must be "baselayer" or "overlay". |
|
| mMaxZoomLevel | Maximum zoom level to export at (Google Maps, Virtual Earth/Bing Maps, and WorldWind exports only) |
|
| mNumZoomLevels | Number of zoom levels to export (Google Maps, Virtual Earth/Bing Maps, and WorldWind exports only) |
|
| mTileCount | OUT: Save how many tiles were saved (or would be if estimating with WebExport_OnlyGetTileCount) |
|
| mTileSize | Pixel size of tile (i.e. 256, 512, 1024, etc.). Value of 0 results in default tile size (usually 256x256) |
|
| mTranslucency | Translucency setting for new map (0.0 - 1.0). 1.0 is opaque. If 0.0 is provided, it will be assumed to be 1.0. |
|
| mWWTilePath | Path to where WorldWind tiles should be stored. If NULL the path to the provide XML file will be used |
|
| mXRes | X resolution in arc degrees for export (KML only, default of 0.0 is full resolution) |
|
| mYRes | Y resolution in arc degrees for export (KML only, default of 0.0 is full resolution) |
Comments
0 comments
Please sign in to leave a comment.