The NoDataTileBehavior can be one of:
Constant | Description |
---|---|
Enums.NoDataTileBehaviorUpSample | (0) Show coarser tiles. This is the default for operational layers and basemap base layers. |
Enums.NoDataTileBehaviorBlank | (1) Show blank tiles (nothing). This is the default for basemap reference layers. |
Enums.NoDataTileBehaviorShow | (2) Show the tiles with 'No Data' stamped over them. |
Enums.NoDataTileBehaviorUnknown | (-1) Unknown |