ArcGIS Runtime SDK for iOS: AGSImageTiledLayer.h File Reference
ArcGIS Runtime SDK for iOS  100.15
AGSImageTiledLayer.h File Reference

Go to the source code of this file.

Enumerations

enum  AGSNoDataTileBehavior { AGSNoDataTileBehaviorUpSample = 0 , AGSNoDataTileBehaviorBlank = 1 , AGSNoDataTileBehaviorShow = 2 , AGSNoDataTileBehaviorUnknown = -1 }
 

Enumeration Type Documentation

◆ AGSNoDataTileBehavior

The AGSImageTiledLayer behavior for the tiles without data.

Since
100.0
Enumerator
AGSNoDataTileBehaviorUpSample 

Show coarser tiles. That's the default for operational layers and basemap base layers.

AGSNoDataTileBehaviorBlank 

Show blank tiles (nothing). That's the default for basemap reference layers.

AGSNoDataTileBehaviorShow 

Show the tiles with 'No Data' stamped over them.

AGSNoDataTileBehaviorUnknown 

Unknown.