Name | Description | |
---|---|---|
Instance | The singleton instance of GenerateOfflineMap. |
The following tables list the members exposed by GenerateOfflineMap.
Name | Description | |
---|---|---|
ExportRasterTileCache | Export raster tile caches from the map using the specified ExportTileCacheParams. This method must be called on the MCT. Use QueuedTask.Run. | |
ExportVectorTileCache | Export vector tile caches from the map using the specified ExportTileCacheParams. This method must be called on the MCT. Use QueuedTask.Run. | |
GenerateReplicas | Generate bi-directional replicas for all sync-enabled content in the map. This method must be called on the MCT. Use QueuedTask.Run. | |
GetCanExportRasterTileCache | Gets whether the map contains one or more raster tile caches that can be exported. This method must be called on the MCT. Use QueuedTask.Run. | |
GetCanExportVectorTileCache | Gets whether the map contains one or more vector tile caches that can be exported. This method must be called on the MCT. Use QueuedTask.Run. | |
GetCanGenerateReplicas | Gets whether the map contains sync-enabled content. This method must be called on the MCT. Use QueuedTask.Run. | |
GetCanRemoveReplicas | Gets whether the map contains local syncable content that can be unregistered with the feature service. This method must be called on the MCT. Use QueuedTask.Run. | |
GetCanSynchronizeReplicas | Gets whether the map contains local syncable content that can be sync'd with its feature service. This method must be called on the MCT. Use QueuedTask.Run. | |
GetExportRasterTileCacheScales | Get the list of scales to use for determining the level of detail, LOD, to use when exporting a raster tile cache. This method must be called on the MCT. Use QueuedTask.Run. | |
GetExportVectorTileCacheScales | Get the list of scales to use for determining the level of detail, LOD, to use when exporting a vector tile cache. This method must be called on the MCT. Use QueuedTask.Run. | |
RemoveReplicas | Removes all replicas from the map content. This method must be called on the MCT. Use QueuedTask.Run. | |
SynchronizeReplicas | Performs a bi-directional sync between all replica content in the map. This method must be called on the MCT. Use QueuedTask.Run. |