Class ExportTileCacheParameters
The parameters that specify how a tile cache (.tpkx) is exported from an ArcGIS map or image service using an Export
Inheritance
Namespace: Esri.ArcGISRuntime.Tasks.Offline
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ExportTileCacheParameters
Remarks
To generate parameters populated with values from the underlying service, call
Create
Before you export the tiles you should ensure that your device has sufficient space for the tile cache.
Generate an Estimate
To export the tile cache, create an Export
You can also use the Export
Constructors
Name | Description |
---|---|
Export |
Initializes a new instance of the Export |
Properties
Name | Description |
---|---|
Area |
Gets or sets the area of interest geometry. |
Compression |
Gets or sets the compression quality. If the compression quality is not set, System. |
Level |
Gets a mutable list of levels of detail indices to be included in the exported Tile |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |