User Tools

Site Tools


thinkgeo.mapsuite.core.encryptedfilebitmaptilecache

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.core.encryptedfilebitmaptilecache [2015/09/17 10:28]
admin
thinkgeo.mapsuite.core.encryptedfilebitmaptilecache [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.EncryptedFileBitmapTileCache ====== ====== ThinkGeo.MapSuite.Core.EncryptedFileBitmapTileCache ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 +
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
   *System.Object   *System.Object
Line 7: Line 11:
           ***ThinkGeo.MapSuite.Core.EncryptedFileBitmapTileCache**           ***ThinkGeo.MapSuite.Core.EncryptedFileBitmapTileCache**
 ===== Members Summary ===== ===== Members Summary =====
-=== Public Constructors === +==== Public Constructors ==== 
-<div class_table>​ +** {{wiki:​PublicMethod.gif|}} EncryptedFileBitmapTileCache() **
-**{{wiki:​PublicMethod.gif|}}[[#EncryptedFileBitmapTileCache()|EncryptedFileBitmapTileCache]]** +
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This is the default constructor. +
-</​div>​+
  
-<​div ​class_table+  * //This is the default constructor.//​ 
-**{{wiki:​PublicMethod.gif|}}[[#EncryptedFileBitmapTileCache(String)|EncryptedFileBitmapTileCache]]** +== Remarks == 
-  * **Parameters**:​String +  * //If you use this constructor,​ you have to set the properties manually.//​ 
-  * **DeclaringType**:​N/​A +== Parameters == 
-  * **Summary**:​This is the overloads constructor. +<​div ​newline></​div
-</​div>​+** {{wiki:​PublicMethod.gif|}} EncryptedFileBitmapTileCache(String) **
  
-<div class_table>​ +  ​//This is the overloads constructor.// 
-**{{wiki:​PublicMethod.gif|}}[[#​EncryptedFileBitmapTileCache(String,​String)|EncryptedFileBitmapTileCache]]** +== Remarks == 
-  * **Parameters**:​String,String +  * //If you use this constructorthe other properties are set with default values.// 
-  * **DeclaringType**:N/A +== Parameters == 
-  * **Summary**:​This ​is the overloads constructor. +  * //​cacheDirectory//​ 
-</​div>​+    ​Type:String 
 +    Description:This parameter specifies ​the cache directory of the tile cache.
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#EncryptedFileBitmapTileCache(String,​String,​TileImageFormat,​TileMatrix)|EncryptedFileBitmapTileCache]]** +** {{wiki:​PublicMethod.gif|}} EncryptedFileBitmapTileCache(String,​String) **
-  * **Parameters**:​String,​String,​[[ThinkGeo.MapSuite.Core.TileImageFormat|TileImageFormat]],​[[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]] +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This is the constructor with all the parameters needed passed in. +
-</​div>​+
  
-=== Protected Constructors === +  * //This is the overloads constructor.//​ 
-=== Public Methods === +== Remarks ​== 
-<div class_table>​ +  * //If you use this constructor,​ the other properties are set with default values.// 
-**{{wiki:​PublicMethod.gif|}}[[#​ClearCache(TimeSpan)|ClearCache]]*+== Parameters ​== 
-  * **Parameters**:TimeSpan +  //​cacheDirectory//​ 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FileBitmapTileCache|FileBitmapTileCache]] +    Type:String 
-  * **Summary**:​N/​A +    Description:This parameter specifies the cache directory of the tile cache.
-</​div>​+
  
-<div class_table>​ +  ​//cacheId// 
-**{{wiki:​PublicMethod.gif|}}[[#​ClearCache(Double)|ClearCache]]*+    Type:String 
-  * **Parameters**:Double +    Description:This parameter specifies the cache id of the tile cache.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.FileBitmapTileCache|FileBitmapTileCache]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​ClearCache(TimeSpan,Double)|ClearCache]]** +** {{wiki:​PublicMethod.gif|}} ​EncryptedFileBitmapTileCache(String,String,​TileImageFormat,​TileMatrix) **
-  * **Parameters**:​TimeSpan,​Double +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.FileBitmapTileCache|FileBitmapTileCache]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This is the constructor with all the parameters needed passed in.// 
-**{{wiki:​PublicMethod.gif|}}[[#​ClearCache()|ClearCache]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A// 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.TileCache|TileCache]] +== Parameters == 
-  * **Summary**:N/A +  * //​cacheDirectory//​ 
-</​div>​+    ​Type:String 
 +    Description:This parameter specifies the cache directory of the tile cache.
  
-<div class_table>​ +  ​//cacheId// 
-**{{wiki:​PublicMethod.gif|}}[[#​DeleteTile(Tile)|DeleteTile]]*+    Type:String 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.Tile|Tile]] +    Description:This parameter specifies the cache id of the tile cache.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.TileCache|TileCache]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//​imageFormat//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​DeleteTiles(RectangleShape)|DeleteTiles]]*+    Type:​[[ThinkGeo.MapSuite.Core.TileImageFormat|TileImageFormat]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +    Description:This parameter specifies the image format of the tile cahce.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.TileCache|TileCache]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  * //​tileMatrix//​ 
-**{{wiki:PublicMethod.gif|}}[[#​Equals(Object)|Equals]]** +    Type:[[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]] 
-  * **Parameters**:Object +    Description:This parameter specifies the tile matrix of the tile cache.
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** +==== Protected Constructors ==== 
-  * **Parameters**:​N/​A +==== Public Methods ==== 
-  * **DeclaringType**:​Object +** {{wiki:​PublicMethod.gif|}} ​ClearCache(TimeSpan) **
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetHigherScaleTile(RectangleShape,​Double)|GetHigherScaleTile]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​Double +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetTile(RectangleShape)|GetTile]]** +  * Type:Void 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetTile(Int64,​Int64)|GetTile]]** +  * //​tileExpiration//​ 
-  * **Parameters**:​Int64,​Int64 +    Type:TimeSpan 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​GetTileImageFileName(Int64,Int64)|GetTileImageFileName]]** +** {{wiki:​PublicMethod.gif|}} ​ClearCache(Double) **
-  * **Parameters**:​Int64,​Int64 +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.FileBitmapTileCache|FileBitmapTileCache]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetTileImageFileNames(RectangleShape)|GetTileImageFileNames]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.FileBitmapTileCache|FileBitmapTileCache]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetTiles(RectangleShape)|GetTiles]]** +  * Type:Void 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetType()|GetType]]** +  * //​maxSizeInMegabytes//​ 
-  * **Parameters**:​N/A +    Type:Double 
-  * **DeclaringType**:Object +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#SaveTile(Tile)|SaveTile]]** +** {{wiki:​PublicMethod.gif|}} ​ClearCache(TimeSpan,​Double) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Tile|Tile]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.TileCache|TileCache]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​SaveTiles(Bitmap,​RectangleShape,​Boolean)|SaveTiles]]*+== Remarks == 
-  * **Parameters**:​Bitmap,​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​Boolean +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.TileCache|TileCache]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​SaveTiles(Bitmap,​RectangleShape)|SaveTiles]]** +  * Type:Void 
-  * **Parameters**:Bitmap,​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.TileCache|TileCache]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​ToString()|ToString]]** +  * //​tileExpiration//​ 
-  * **Parameters**:​N/A +    Type:TimeSpan 
-  * **DeclaringType**:Object +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-=== Protected Methods === +  ​//​maxSizeInMegabytes//​ 
-<div class_table>​ +    Type:Double 
-**{{wiki:​ProtectedMethod.gif|}}[[#​8xU=(String)|8xU=]]*+    Description:N/A
-  * **Parameters**:String +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.FileBitmapTileCache|FileBitmapTileCache]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#9BU=(Bitmap)|9BU=]]** +** {{wiki:PublicMethod.gif|}} ​GetTileImageFileNames(RectangleShape) **
-  * **Parameters**:​Bitmap +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.FileBitmapTileCache|FileBitmapTileCache]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​ClearCacheCore()|ClearCacheCore]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.FileBitmapTileCache|FileBitmapTileCache]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​DeleteTileCore(Tile)|DeleteTileCore]]** +  * Type:Collection<​String>​ 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.Tile|Tile]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.FileBitmapTileCache|FileBitmapTileCache]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:ProtectedMethod.gif|}}[[#Finalize()|Finalize]]** +  //​tileBoundingBox//​ 
-  * **Parameters**:N/A +    ​Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **DeclaringType**:​Object +    Description:N/A
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​GetHigherScaleTileCore(RectangleShape,Double)|GetHigherScaleTileCore]]** +** {{wiki:PublicMethod.gif|}} ​GetTileImageFileName(Int64,Int64) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​Double +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.FileBitmapTileCache|FileBitmapTileCache]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetTileCore(Int64,​Int64)|GetTileCore]]** +== Remarks == 
-  * **Parameters**:​Int64,​Int64 +  * //N/A//
-  * **DeclaringType**:​N/A +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​MemberwiseClone()|MemberwiseClone]]** +  * Type:String 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​MergeBitmaps(IEnumerable<​BitmapTile>,​Double)|MergeBitmaps]]** +  * //row// 
-  * **Parameters**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]]>,​Double +    Type:Int64 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//column// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OnGettingCacheImage(GettingCacheImageBitmapTileCacheEventArgs)|OnGettingCacheImage]]*+    Type:Int64 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.GettingCacheImageBitmapTileCacheEventArgs|GettingCacheImageBitmapTileCacheEventArgs]] +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​OnGottenCacheImage(GottenCacheImageBitmapTileCacheEventArgs)|OnGottenCacheImage]]** +** {{wiki:PublicMethod.gif|}} ​GetTile(RectangleShape) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GottenCacheImageBitmapTileCacheEventArgs|GottenCacheImageBitmapTileCacheEventArgs]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​SaveTileCore(Tile)|SaveTileCore]]** +== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Tile|Tile]] +  * //N/A//
-  * **DeclaringType**:​N/A +
-  * **Summary**:​N/A +
-</div>+
  
-=== Public Properties === +== Return Value == 
-**{{wiki:PublicProperty.gif|}}[[#​CacheDirectory|CacheDirectory]]** +  Type:[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] 
-  * **Return**:​String +  * Description:N/A
-  * **Summary**:N/A+
  
-**{{wiki:PublicProperty.gif|}}[[#CacheId|CacheId]]** +== Parameters == 
-  * **Return**:​String +  ​//​tileBoundingBox//​ 
-  * **Summary**:N/A+    ​Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +    Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​ExpirationTime|ExpirationTime]]** +<div newline></​div>​ 
-  * **Return**:​TimeSpan +** {{wiki:PublicMethod.gif|}} ​GetTile(Int64,​Int64) ​**
-  * **Summary**:​N/​A+
  
-**{{wiki:​PublicProperty.gif|}}[[#​ImageFormat|ImageFormat]]** +  ​//N/A// 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.TileImageFormat|TileImageFormat]] +== Remarks == 
-  * **Summary**:​N/A+  * //N/A//
  
-**{{wiki:PublicProperty.gif|}}[[#​JpegQuality|JpegQuality]]** +== Return Value == 
-  * **Return**:​Int16 +  ​Type:[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] 
-  * **Summary**:N/A+  * Description:N/A
  
-**{{wiki:​PublicProperty.gif|}}[[#​LoadingTileImage|LoadingTileImage]]** +== Parameters == 
-  * **Return**:Bitmap +  * //row// 
-  * **Summary**:N/A+    ​Type:Int64 
 +    Description:N/A
  
-**{{wiki:​PublicProperty.gif|}}[[#​NoDataTileImage|NoDataTileImage]]** +  ​//column// 
-  * **Return**:Bitmap +    Type:Int64 
-  * **Summary**:N/A+    Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​TileAccessMode|TileAccessMode]]** +<div newline></​div>​ 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.TileAccessMode|TileAccessMode]] +** {{wiki:PublicMethod.gif|}} ​GetTiles(RectangleShape) ​**
-  * **Summary**:​N/​A+
  
-**{{wiki:​PublicProperty.gif|}}[[#​TileMatrix|TileMatrix]]** +  ​//N/A// 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]] +== Remarks == 
-  * **Summary**:​N/A+  * //N/A//
  
-=== Protected Properties ​=== +== Return Value == 
-=== Public Events === +  * Type:Collection<​[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]]> 
-**{{wiki:​PublicEvent.gif|}}[[#​GettingCacheImage|GettingCacheImage]]** +  * Description:N/A
-  * **Event Arguments**:​[[ThinkGeo.MapSuite.Core.GettingCacheImageBitmapTileCacheEventArgs|GettingCacheImageBitmapTileCacheEventArgs]] +
-  * **Summary**:N/A+
  
-**{{wiki:​PublicEvent.gif|}}[[#​GottenCacheImage|GottenCacheImage]]** +== Parameters == 
-  * **Event Arguments**:​[[ThinkGeo.MapSuite.Core.GottenCacheImageBitmapTileCacheEventArgs|GottenCacheImageBitmapTileCacheEventArgs]] +  * //​worldExtent//​ 
-  * **Summary**:N/A+    ​Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +    Description:N/A
  
-===== Public Constructors ===== +<div newline></​div>​ 
-=== EncryptedFileBitmapTileCache() === +** {{wiki:​PublicMethod.gif|}} GetHigherScaleTile(RectangleShape,​Double) **
-This is the default constructor. +
-==== Remarks ==== +
-If you use this constructor,​ you have to set the properties manually. +
-==== Parameters ==== +
-[[#Public Constructors|Go Back]] +
-=== EncryptedFileBitmapTileCache(String=== +
-This is the overloads constructor. +
-==== Remarks ==== +
-If you use this constructor,​ the other properties are set with default values. +
-==== Parameters ==== +
-**cacheDirectory** +
-  * **Type**:​String +
-  * **Description:​This parameter specifies the cache directory of the tile cache.+
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-=== EncryptedFileBitmapTileCache(String,​String) === +== Remarks == 
-This is the overloads constructor. +  * //N/A//
-==== Remarks ​==== +
-If you use this constructor,​ the other properties are set with default values. +
-==== Parameters ==== +
-**cacheDirectory** +
-  * **Type**:​String +
-  * **Description:​This parameter specifies the cache directory of the tile cache.+
  
-**cacheId** +== Return Value == 
-  ​* **Type**:String +  * Type:[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] 
-  ​* **Description:​This parameter specifies the cache id of the tile cache.+  * Description:​N/A
  
-[[#Public Constructors|Go Back]] +== Parameters == 
-=== EncryptedFileBitmapTileCache(String,​String,​TileImageFormat,​TileMatrix) === +  //​tileBoundingBox//​ 
-This is the constructor with all the parameters needed passed in. +    * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-==== Remarks ==== +    * Description:​N/A
-N/A +
-==== Parameters ​==== +
-**cacheDirectory** +
-  * **Type**:String +
-  * **Description:​This parameter specifies the cache directory of the tile cache.+
  
-**cacheId** +  ​//​tileScale//​ 
-  * **Type**:String +    * Type:Double 
-  * **Description:​This parameter specifies the cache id of the tile cache.+    * Description:​N/A
  
-**imageFormat** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.TileImageFormat|TileImageFormat]] +** {{wiki:PublicMethod.gif|}} SaveTile(Tile) ​**
-  ​* **Description:​This parameter specifies the image format of the tile cahce.+
  
-**tileMatrix** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]] +== Remarks == 
-  * **Description:​This parameter specifies the tile matrix of the tile cache.+  * //N/A//
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-===== Protected Constructors ===== +  * Type:Void 
-===== Public Methods ===== +  * Description:​N/A
-=== ClearCache(TimeSpan) === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Void +  * //tile// 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.Tile|Tile]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**tileExpiration** +** {{wiki:PublicMethod.gif|}} SaveTiles(Bitmap,​RectangleShape,​Boolean) ​**
-  * **Type**:TimeSpan +
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== ClearCache(Double) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**maxSizeInMegabytes** +  //bitmap// 
-  * **Type**:Double +    * Type:Bitmap 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +  * //​bitmapExtent//​ 
-=== ClearCache(TimeSpan,​Double) === +    * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​saveContainedCellsOnly//​ 
-  **Return ​Type**:Void +    * Type:Boolean 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**tileExpiration** +** {{wiki:PublicMethod.gif|}} SaveTiles(Bitmap,​RectangleShape) ​**
-  * **Type**:TimeSpan +
-  ​* **Description**:​N/​A+
  
-**maxSizeInMegabytes** +  ​//N/A// 
-  * **Type**:​Double +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== ClearCache() === +  * Type:Void 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Void +  * //​bitmap//​ 
-  * **Description**:N/A+    ​* Type:Bitmap 
 +    * Description:​N/​A
  
-==== Parameters ==== +  * //​bitmapExtent//​ 
-[[#Public Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-=== DeleteTile(Tile) === +    * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:PublicMethod.gif|}} DeleteTiles(RectangleShape) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**tile** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Tile|Tile]] +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== DeleteTiles(RectangleShape) === +  * Type:Void 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Void +  * //​worldExtent//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**worldExtent** +** {{wiki:PublicMethod.gif|}} DeleteTile(Tile) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== Equals(Object) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Boolean +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**obj** +  //tile// 
-  * **Type**:Object +    * Type:[[ThinkGeo.MapSuite.Core.Tile|Tile]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== GetHashCode() === +** {{wiki:​PublicMethod.gif|}} ClearCache() **
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Int32 +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Void 
-=== GetHigherScaleTile(RectangleShape,​Double) === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:PublicMethod.gif|}} ToString() ​**
  
-==== Parameters ==== +  * //N/A// 
-**tileBoundingBox** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * //N/A//
-  * **Description**:​N/A+
  
-**tileScale** +== Return Value == 
-  ​* **Type**:Double +  * Type:String 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetTile(RectangleShape) === +<div newline><​/div> 
-N/A +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**tileBoundingBox** +  * Type:Boolean 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetTile(Int64,​Int64) === +  * //obj/
-N/A +    * Type:Object 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] +** {{wiki:PublicMethod.gif|}} GetHashCode() ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**row** +== Remarks ​== 
-  * **Type**:​Int64 +  * //N/A//
-  * **Description**:​N/A+
  
-**column** +== Return Value == 
-  ​* **Type**:Int64 +  * Type:Int32 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetTileImageFileName(Int64,​Int64) === +<div newline><​/div> 
-N/A +** {{wiki:​PublicMethod.gif|}} GetType() **
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​String +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**row** +  * Type:Type 
-  ​* **Type**:Int64 +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**column** +== Parameters == 
-  * **Type**:Int64 +<div newline></​div>​ 
-  ​* **Description**:​N/​A+==== Protected Methods ==== 
 +** {{wiki:ProtectedMethod.gif|}} SaveTileCore(Tile) ​**
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== GetTileImageFileNames(RectangleShape) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Collection<​String>​ +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**tileBoundingBox** +  //tile// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.Tile|Tile]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== GetTiles(RectangleShape=== +** {{wiki:​ProtectedMethod.gif|}} GetTileCore(Int64,Int64**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Collection<​[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]]>​ +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**worldExtent** +  * Type:​[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetType() === +  * //row/
-N/A +    * Type:Int64 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +  ​//column// 
-  **Return ​Type**:Type +    * Type:Int64 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} DeleteTileCore(Tile) ​**
-=== SaveTile(Tile) ​=== +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**tile** +  * Type:Void 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.Tile|Tile]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== SaveTiles(Bitmap,​RectangleShape,​Boolean) === +  * //tile/
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.Tile|Tile]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:ProtectedMethod.gif|}} CheckExpiration(String) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**bitmap** +== Remarks ​== 
-  * **Type**:​Bitmap +  * //N/A//
-  * **Description**:​N/A+
  
-**bitmapExtent** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * Type:Boolean 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-**saveContainedCellsOnly** +== Parameters == 
-  * **Type**:Boolean +  * //​tileImageFileName//​ 
-  * **Description**:N/A+    ​* Type:String 
 +    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== SaveTiles(Bitmap,​RectangleShape=== +** {{wiki:​ProtectedMethod.gif|}} GetBinariesFromBitmap(Bitmap) ​**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**bitmap** +  * Type:Byte[] 
-  ​* **Type**:Bitmap +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**bitmapExtent** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * //​bitmap//​ 
-  * **Description**:N/A+    ​* Type:Bitmap 
 +    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== ToString() === +** {{wiki:​ProtectedMethod.gif|}} ClearCacheCore() **
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​String +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Void 
-===== Protected Methods ===== +  * Description:​N/A
-=== 8xU=(String) === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Boolean +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:ProtectedMethod.gif|}} GetHigherScaleTileCore(RectangleShape,​Double) ​**
  
-==== Parameters ==== +  * //N/A// 
-**tileImageFileName** +== Remarks ​== 
-  * **Type**:​String +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Protected Methods|Go Back]] +== Return Value == 
-=== 9BU=(Bitmap) === +  * Type:[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Byte[] +  * //​tileBoundingBox//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]
 +    * Description:​N/​A
  
-==== Parameters ==== +  ​//​tileScale//​ 
-**bitmap*+    * Type:Double 
-  * **Type**:Bitmap +    * Description:​N/​A
-  * **Description**:N/A+
  
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-=== ClearCacheCore() === +** {{wiki:​ProtectedMethod.gif|}} MergeBitmaps(IEnumerable<​BitmapTile>,​Double**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Protected Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] 
-=== DeleteTileCore(Tile) === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Void +  * //​tilesToMerge//​ 
-  * **Description**:N/A+    ​* Type:IEnumerable<​[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]]>​ 
 +    * Description:​N/​A
  
-==== Parameters ==== +  ​//scale// 
-**tile*+    * Type:Double 
-  * **Type**:[[ThinkGeo.MapSuite.Core.Tile|Tile]] +    * Description:​N/​A
-  * **Description**:N/A+
  
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-=== Finalize() === +** {{wiki:​ProtectedMethod.gif|}} OnGottenCacheImage(GottenCacheImageBitmapTileCacheEventArgs**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:Void 
-=== GetHigherScaleTileCore(RectangleShape,​Double) === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] +  * //e// 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.GottenCacheImageBitmapTileCacheEventArgs|GottenCacheImageBitmapTileCacheEventArgs]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**tileBoundingBox** +** {{wiki:ProtectedMethod.gif|}} OnGettingCacheImage(GettingCacheImageBitmapTileCacheEventArgs) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +
-  ​* **Description**:​N/​A+
  
-**tileScale** +  ​//N/A// 
-  * **Type**:​Double +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-[[#​Protected Methods|Go Back]] +== Return Value == 
-=== GetTileCore(Int64,​Int64) === +  * Type:Void 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] +  * //e// 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.GettingCacheImageBitmapTileCacheEventArgs|GettingCacheImageBitmapTileCacheEventArgs]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**row** +** {{wiki:ProtectedMethod.gif|}} Finalize() ​**
-  * **Type**:Int64 +
-  ​* **Description**:​N/​A+
  
-**column** +  ​//N/A// 
-  * **Type**:​Int64 +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-[[#​Protected Methods|Go Back]] +== Return Value == 
-=== MemberwiseClone() === +  * Type:Void 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Object +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ​**
  
-==== Parameters ==== +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-=== MergeBitmaps(IEnumerable<​BitmapTile>,​Double) === +  * //N/A//
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] +  * Type:Object 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters ​== 
-**tilesToMerge** +<div newline></​div>​ 
-  * **Type**:IEnumerable<​[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]]>​ +==== Public Properties ​==== 
-  ​* **Description**:​N/​A+** {{wiki:PublicProperty.gif|}} CacheDirectory ​**
  
-**scale** 
-  * **Type**:​Double 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== OnGettingCacheImage(GettingCacheImageBitmapTileCacheEventArgs) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:String
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} ExpirationTime ​**
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-**e** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GettingCacheImageBitmapTileCacheEventArgs|GettingCacheImageBitmapTileCacheEventArgs]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== OnGottenCacheImage(GottenCacheImageBitmapTileCacheEventArgs) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:​TimeSpan
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} TileMatrix ​**
-  * **Return Type**:Void +
-  * **Description**:​N/​A +
- +
-==== Parameters ==== +
-**e** +
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GottenCacheImageBitmapTileCacheEventArgs|GottenCacheImageBitmapTileCacheEventArgs]] +
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] 
-=== SaveTileCore(Tile) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]]
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} TileAccessMode ​**
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-**tile** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Tile|Tile]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-=== CacheDirectory === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:String+  * Type:[[ThinkGeo.MapSuite.Core.TileAccessMode|TileAccessMode]]
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} NoDataTileImage ​**
-=== CacheId === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:String+
  
-[[#Public Properties|Go Back]] 
-=== ExpirationTime === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:TimeSpan+  * Type:Bitmap
  
-[[#Public Properties|Go Back]] +** {{wiki:PublicProperty.gif|}} LoadingTileImage **
-=== ImageFormat === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:[[ThinkGeo.MapSuite.Core.TileImageFormat|TileImageFormat]]+
  
-[[#Public Properties|Go Back]] 
-=== JpegQuality === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Int16+  * Type:Bitmap 
 + 
 +** {{wiki:PublicProperty.gif|}} ImageFormat **
  
-[[#Public Properties|Go Back]] 
-=== LoadingTileImage === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Bitmap+  * Type:​[[ThinkGeo.MapSuite.Core.TileImageFormat|TileImageFormat]] 
 + 
 +** {{wiki:PublicProperty.gif|}} JpegQuality **
  
-[[#Public Properties|Go Back]] 
-=== NoDataTileImage === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Bitmap+  * Type:Int16
  
-[[#Public Properties|Go Back]] +** {{wiki:PublicProperty.gif|}} CacheId **
-=== TileAccessMode === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:[[ThinkGeo.MapSuite.Core.TileAccessMode|TileAccessMode]]+
  
-[[#Public Properties|Go Back]] 
-=== TileMatrix === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:[[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]]+  * Type:String
  
-[[#Public Properties|Go Back]] +==== Protected Properties ==== 
-===== Protected Properties ​===== +==== Public Events ==== 
-===== Public Events ​===== +** {{wiki:​PublicEvent.gif|}} GottenCacheImage **
-=== GettingCacheImage ===+
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.GettingCacheImageBitmapTileCacheEventArgs|GettingCacheImageBitmapTileCacheEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.GottenCacheImageBitmapTileCacheEventArgs|GottenCacheImageBitmapTileCacheEventArgs]]
  
-[[#Public Events|Go Back]] +** {{wiki:​PublicEvent.gif|}} GettingCacheImage **
-=== GottenCacheImage ===+
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.GottenCacheImageBitmapTileCacheEventArgs|GottenCacheImageBitmapTileCacheEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.GettingCacheImageBitmapTileCacheEventArgs|GettingCacheImageBitmapTileCacheEventArgs]]
  
-[[#Public Events|Go Back]] 
  
thinkgeo.mapsuite.core.encryptedfilebitmaptilecache.1442485708.txt.gz · Last modified: 2015/09/17 10:28 by admin