Class ExportVectorTilesResult
- java.lang.Object
-
- com.esri.arcgisruntime.tasks.vectortilecache.ExportVectorTilesResult
-
public final class ExportVectorTilesResult extends java.lang.Object
Represents the result of executing an ExportVectorTilesJob operation.- Since:
- 100.2.0
- See Also:
ExportVectorTilesJob
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemResourceCache
getItemResourceCache()
Gets the item resource cache result of a successful export vector titles job.VectorTileCache
getVectorTileCache()
Gets the vector tile cache result of a successful export vector tiles job.
-
-
-
Method Detail
-
getVectorTileCache
public VectorTileCache 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:
VectorTileCache
-
getItemResourceCache
public ItemResourceCache 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:
ItemResourceCache
-
-