Skip to content

TileAccessMode

Namespace: ThinkGeo.Core

This enumeration represents how the tileCache should access the tiles.

public enum TileAccessMode

Inheritance ObjectValueTypeEnumTileAccessMode
Implements IComparable, IFormattable, IConvertible

Remarks:

None

Fields

Name Value Description
Default 0 The default mode is ReadAddDelete.
ReadOnly 1 This mode represents the tileCache just can read tiles from it.
ReadAdd 2 This mode represents the tileCache can read tiles from it and add tiles to it, but can not delete tiles.
ReadAddDelete 3 This mode represents the tileCache is no limited that can read, add, delete tiles.