Module com.esri.arcgisruntime
Class ExportVectorTilesResult
java.lang.Object
com.esri.arcgisruntime.tasks.vectortilecache.ExportVectorTilesResult
Represents the result of executing an ExportVectorTilesJob operation.
- Since:
- 100.2.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the item resource cache result of a successful export vector titles job.Gets the vector tile cache result of a successful export vector tiles job.
-
Method Details
-
getVectorTileCache
Gets the vector tile cache result of a successful export vector tiles job. This result will be null if the item cache resource alone is returned.- Returns:
- the vector tile cache result
- Since:
- 100.2.0
- See Also:
-
getItemResourceCache
Gets the item resource cache result of a successful export vector titles job. For vector tiles, this contains a custom style.- Returns:
- the item resource cache
- Since:
- 100.2.0
- See Also:
-