This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.core.tileaccessmode [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.core.tileaccessmode [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.Core.TileAccessMode ====== | ====== ThinkGeo.MapSuite.Core.TileAccessMode ====== | ||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
- | |||
- | <!-- Enumeration --> | ||
This enumeration represents how the tileCache should access the tiles. | This enumeration represents how the tileCache should access the tiles. | ||
- | ===== Items ===== | + | == Remarks == |
- | ^ Name ^ Summary ^ | + | None |
- | | Default | The default mode is ReadAddDelete. | | + | == Items == |
- | | ReadOnly | This mode represents the tileCache just can read tiles from it. | | + | **Default** |
- | | ReadAdd | This mode represents the tileCache can read tiles from it and add tiles to it, but can not delete tiles. | | + | * **Summary**:The default mode is ReadAddDelete. |
- | | ReadAddDelete | This mode represents the tileCache is no limited that can read, add, delete tiles. | | + | |
+ | **ReadOnly** | ||
+ | * **Summary**:This mode represents the tileCache just can read tiles from it. | ||
+ | |||
+ | **ReadAdd** | ||
+ | * **Summary**:This mode represents the tileCache can read tiles from it and add tiles to it, but can not delete tiles. | ||
+ | |||
+ | **ReadAddDelete** | ||
+ | * **Summary**:This mode represents the tileCache is no limited that can read, add, delete tiles. | ||
- | __NOTOC__ | ||
- | [[Category:MapSuiteCore]] | ||
- | [[Category:ThinkGeo.MapSuite.Core]] | ||