User Tools

Site Tools


thinkgeo.mapsuite.core.nativeimagetilecache

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.nativeimagetilecache [2015/09/17 10:36]
admin
thinkgeo.mapsuite.core.nativeimagetilecache [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.NativeImageTileCache ====== ====== ThinkGeo.MapSuite.Core.NativeImageTileCache ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This is the base class for NativeTileCache system which inherits from TileCache class. This is the base class for NativeTileCache system which inherits from TileCache class.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 7: Line 10:
         *[[ThinkGeo.MapSuite.Core.FileNativeImageTileCache]]         *[[ThinkGeo.MapSuite.Core.FileNativeImageTileCache]]
 ===== Members Summary ===== ===== Members Summary =====
-=== Public Constructors === +==== Public Constructors ​==== 
-=== Protected Constructors === +==== Protected Constructors ==== 
-<div class_table>​ +** {{wiki:​ProtectedMethod.gif|}} NativeImageTileCache(String,​TileImageFormat,​TileMatrix) **
-**{{wiki:​ProtectedMethod.gif|}}[[#NativeImageTileCache(String,​TileImageFormat,​TileMatrix)|NativeImageTileCache]]** +
-  * **Parameters**:​String,​[[ThinkGeo.MapSuite.Core.TileImageFormat|TileImageFormat]],​[[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]] +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This is the constructor of the class. +
-</​div>​+
  
-=== Public Methods === +  * //This is the constructor of the class.// 
-<div class_table>​ +== Remarks ​== 
-**{{wiki:​PublicMethod.gif|}}[[#​ClearCache()|ClearCache]]** +  * //N/A// 
-  * **Parameters**:​N/A +== Parameters == 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.TileCache|TileCache]] +  * //​cacheId//​ 
-  * **Summary**:N/A +    ​Type:String 
-</​div>​+    Description:This is the cache identifier which marks its difference with other TileCache.
  
-<div class_table>​ +  ​//​imageFormat//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​DeleteTile(Tile)|DeleteTile]]*+    Type:​[[ThinkGeo.MapSuite.Core.TileImageFormat|TileImageFormat]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Tile|Tile]] +    Description:This is the imageFormate showing what kind of image we are trying to save.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.TileCache|TileCache]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//​tileMatrix//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​DeleteTiles(RectangleShape)|DeleteTiles]]*+    Type:​[[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +    Description:This is the tile matrix system which is used for caculating tiles.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.TileCache|TileCache]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div>​ 
-**{{wiki:​PublicMethod.gif|}}[[#Equals(Object)|Equals]]** +==== Public Methods ==== 
-  * **Parameters**:​Object +** {{wiki:​PublicMethod.gif|}} ​GetTile(RectangleShape) **
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This method returns the NativeImageTile corresponding to the tile bounding box passed in.// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetTile(RectangleShape)|GetTile]]** +  * Type:​[[ThinkGeo.MapSuite.Core.NativeImageTile|NativeImageTile]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * Description:Returns ​the NativeImageTile corresponding to the passed in boundingBox.
-  * **DeclaringType**:​N/​A +
-  * **Summary**:This method returns ​the NativeImageTile corresponding to the tile bounding box passed in. +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:PublicMethod.gif|}}[[#​GetTile(Int64,​Int64)|GetTile]]** +  //​tileBoundingBox//​ 
-  * **Parameters**:Int64,​Int64 +    ​Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **DeclaringType**:​N/​A +    Description:The target boundingBox for the tile to fetch.
-  * **Summary**:​This method returns ​the NativeImageTile corresponding ​to passed in row and column. +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#GetTiles(RectangleShape)|GetTiles]]** +** {{wiki:​PublicMethod.gif|}} ​GetTile(Int64,Int64) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method returns all the NativeImageTiles within the passed in world extent. +
-</​div>​+
  
-<div class_table>​ +  ​//This method returns the NativeImageTile corresponding to passed in row and column.// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetType()|GetType]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​SaveTile(Tile)|SaveTile]]** +  * Type:​[[ThinkGeo.MapSuite.Core.NativeImageTile|NativeImageTile]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Tile|Tile]] +  * Description:Returns the NativeImageTile corresponding to the passed in row and column.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.TileCache|TileCache]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​SaveTiles(Bitmap,​RectangleShape,​Boolean)|SaveTiles]]** +  //row// 
-  * **Parameters**:Bitmap,​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​Boolean +    Type:Int64 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.TileCache|TileCache]] +    Description:The target row for the tile to fetch.
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//column// 
-**{{wiki:​PublicMethod.gif|}}[[#​SaveTiles(Bitmap,​RectangleShape)|SaveTiles]]*+    Type:Int64 
-  * **Parameters**:Bitmap,​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +    Description:The target column for the tile to fetch.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.TileCache|TileCache]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#ToString()|ToString]]** +** {{wiki:​PublicMethod.gif|}} ​GetTiles(RectangleShape) **
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-=== Protected Methods ​=== +  * //This method returns all the NativeImageTiles within the passed in world extent.// 
-<div class_table>​ +== Remarks ​== 
-**{{wiki:​ProtectedMethod.gif|}}[[#​ClearCacheCore()|ClearCacheCore]]** +  * //N/A//
-  * **Parameters**:​N/A +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.TileCache|TileCache]] +
-  * **Summary**:​N/+
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​DeleteTileCore(Tile)|DeleteTileCore]]** +  * Type:Collection<​[[ThinkGeo.MapSuite.Core.NativeImageTile|NativeImageTile]]> 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Tile|Tile]] +  * Description:Returns a collection of NativeImageTiles within the passed in worldExtent.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.TileCache|TileCache]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:ProtectedMethod.gif|}}[[#Finalize()|Finalize]]** +  //​extent//​ 
-  * **Parameters**:N/A +    ​Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **DeclaringType**:​Object +    Description:The target worldExtent will be used to fetch all the NativeImageTiles from.
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​GetTileCore(Int64,Int64)|GetTileCore]]** +** {{wiki:PublicMethod.gif|}} ​SaveTile(Tile) **
-  * **Parameters**:​Int64,​Int64 +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This abstract method returns the NativeImageTile corresponding to passed in row and column. Each concrete TileCache need to implement this logic to get tile from a row and column. +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​MemberwiseClone()|MemberwiseClone]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​SaveTileCore(Tile)|SaveTileCore]]** +  * Type:Void 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.Tile|Tile]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.TileCache|TileCache]] +
-  * **Summary**:N/A +
-</​div>​+
  
-=== Public Properties === +== Parameters ​== 
-**{{wiki:PublicProperty.gif|}}[[#CacheId|CacheId]]** +  //tile// 
-  * **Return**:​String +    ​Type:[[ThinkGeo.MapSuite.Core.Tile|Tile]] 
-  * **Summary**:N/A+    Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​ImageFormat|ImageFormat]]** +<div newline></​div>​ 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.TileImageFormat|TileImageFormat]] +** {{wiki:PublicMethod.gif|}} ​SaveTiles(Bitmap,​RectangleShape,​Boolean) ​**
-  * **Summary**:​N/​A+
  
-**{{wiki:​PublicProperty.gif|}}[[#​JpegQuality|JpegQuality]]** +  ​//N/A// 
-  * **Return**:​Int16 +== Remarks == 
-  * **Summary**:​N/A+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​LoadingTileImage|LoadingTileImage]]** +== Return Value == 
-  * **Return**:Bitmap +  * Type:Void 
-  * **Summary**:N/A+  * Description:N/A
  
-**{{wiki:​PublicProperty.gif|}}[[#​NoDataTileImage|NoDataTileImage]]** +== Parameters == 
-  * **Return**:Bitmap +  * //​bitmap//​ 
-  * **Summary**:N/A+    ​Type:Bitmap 
 +    Description:N/A
  
-**{{wiki:​PublicProperty.gif|}}[[#​TileAccessMode|TileAccessMode]]** +  ​//​bitmapExtent//​ 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.TileAccessMode|TileAccessMode]] +    Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Summary**:N/A+    Description:N/A
  
-**{{wiki:​PublicProperty.gif|}}[[#​TileMatrix|TileMatrix]]** +  ​//​saveContainedCellsOnly//​ 
-  * **Return**:[[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]] +    Type:Boolean 
-  * **Summary**:N/A+    Description:N/A
  
-=== Protected Properties === +<div newline><​/div> 
-=== Public Events === +** {{wiki:PublicMethod.gif|}} SaveTiles(Bitmap,​RectangleShape) ​**
-===== Public Constructors ===== +
-===== Protected Constructors ===== +
-=== NativeImageTileCache(String,​TileImageFormat,​TileMatrix) === +
-This is the constructor of the class. +
-==== Remarks ==== +
-N/+
-==== Parameters ==== +
-**cacheId** +
-  * **Type**:String +
-  ​* **Description:​This is the cache identifier which marks its difference with other TileCache.+
  
-**imageFormat** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.TileImageFormat|TileImageFormat]] +== Remarks == 
-  * **Description:​This is the imageFormate showing what kind of image we are trying to save.+  * //N/A//
  
-**tileMatrix** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]] +  * Type:Void 
-  ​* **Description:​This is the tile matrix system which is used for caculating tiles.+  * Description:​N/A
  
-[[#​Protected Constructors|Go Back]] +== Parameters ​== 
-===== Public Methods ===== +  * //bitmap/
-=== ClearCache() === +    * Type:Bitmap 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​bitmapExtent//​ 
-  **Return ​Type**:Void +    * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} DeleteTiles(RectangleShape**
-=== DeleteTile(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 ​== 
-=== DeleteTiles(RectangleShape) === +  * //​worldExtent/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:PublicMethod.gif|}} DeleteTile(Tile) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**worldExtent** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== Equals(Object) === +  * Type:Void 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Boolean +  * //tile// 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.Tile|Tile]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**obj** +** {{wiki:PublicMethod.gif|}} ClearCache() ​**
-  * **Type**:Object +
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== GetHashCode() === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Int32 +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== GetTile(RectangleShape=== +** {{wiki:​PublicMethod.gif|}} ToString() **
-This method returns the NativeImageTile corresponding to the tile bounding box passed in. +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.NativeImageTile|NativeImageTile]] +== Remarks == 
-  * **Description**:​Returns the NativeImageTile corresponding to the passed in boundingBox.+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**tileBoundingBox** +  * Type:String 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * Description:​N/A
-  ​* **Description**:The target boundingBox for the tile to fetch.+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetTile(Int64,​Int64) === +<div newline></​div>​ 
-This method returns the NativeImageTile corresponding to passed in row and column. +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.NativeImageTile|NativeImageTile]] +== Remarks == 
-  * **Description**:​Returns the NativeImageTile corresponding to the passed in row and column.+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**row** +  * Type:Boolean 
-  ​* **Type**:Int64 +  * Description:​N/A
-  ​* **Description**:The target row for the tile to fetch.+
  
-**column** +== Parameters == 
-  * **Type**:Int64 +  * //obj// 
-  * **Description**:The target column for the tile to fetch.+    ​* Type:Object 
 +    * Description:​N/A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== GetTiles(RectangleShape=== +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
-This method returns all the NativeImageTiles within the passed in world extent. +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Collection<​[[ThinkGeo.MapSuite.Core.NativeImageTile|NativeImageTile]]>​ +== Remarks == 
-  * **Description**:​Returns a collection of NativeImageTiles within the passed in worldExtent.+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**extent** +  * Type:Int32 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * Description:​N/A
-  ​* **Description**:The target worldExtent will be used to fetch all the NativeImageTiles from.+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetType() === +<div newline><​/div> 
-N/A +** {{wiki:​PublicMethod.gif|}} GetType() **
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Type +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Type 
-=== SaveTile(Tile) === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Void +<div newline></​div>​ 
-  ​* **Description**:​N/​A+==== Protected Methods ==== 
 +** {{wiki:ProtectedMethod.gif|}} GetTileCore(Int64,​Int64) ​**
  
-==== Parameters ==== +  * //This abstract method returns the NativeImageTile corresponding to passed in row and column. Each concrete TileCache need to implement this logic to get tile from a row and column.// 
-**tile** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Tile|Tile]] +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== SaveTiles(Bitmap,​RectangleShape,​Boolean) === +  * Type:[[ThinkGeo.MapSuite.Core.NativeImageTile|NativeImageTile]] 
-N/A +  * Description:​Returns the NativeImageTile corresponding to the passed in row and column.
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Void +  * //row// 
-  * **Description**:N/A+    ​* Type:Int64 
 +    * Description:​The target row for the tile to fetch.
  
-==== Parameters ==== +  ​//column// 
-**bitmap*+    * Type:Int64 
-  * **Type**:Bitmap +    * Description:​The target column for the tile to fetch.
-  * **Description**:N/A+
  
-**bitmapExtent** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +** {{wiki:ProtectedMethod.gif|}} ClearCacheCore() ​**
-  ​* **Description**:​N/​A+
  
-**saveContainedCellsOnly** +  ​//N/A// 
-  * **Type**:​Boolean +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== SaveTiles(Bitmap,​RectangleShape) === +  * Type:Void 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Void +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:ProtectedMethod.gif|}} SaveTileCore(Tile) ​**
  
-==== Parameters ==== +  * //N/A// 
-**bitmap** +== Remarks ​== 
-  * **Type**:​Bitmap +  * //N/A//
-  * **Description**:​N/A+
  
-**bitmapExtent** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== ToString() === +  * //tile/
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.Tile|Tile]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:String +** {{wiki:ProtectedMethod.gif|}} DeleteTileCore(Tile) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-===== Protected Methods ===== +  * //N/A//
-=== ClearCacheCore() === +
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Protected Methods|Go Back]] +  * //tile// 
-=== DeleteTileCore(Tile) === +    * Type:[[ThinkGeo.MapSuite.Core.Tile|Tile]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:ProtectedMethod.gif|}} Finalize() ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**tile** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Tile|Tile]] +  * //N/A//
-  * **Description**:​N/A+
  
-[[#​Protected Methods|Go Back]] +== Return Value == 
-=== Finalize() === +  * Type:Void 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Void +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ​**
  
-==== Parameters ==== +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-=== GetTileCore(Int64,​Int64) === +  * //N/A//
-This abstract method returns the NativeImageTile corresponding to passed in row and column. Each concrete TileCache need to implement this logic to get tile from a row and column. +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.NativeImageTile|NativeImageTile]] +  * Type:Object 
-  ​* **Description**:Returns the NativeImageTile corresponding to the passed in row and column.+  * Description:​N/A
  
-==== Parameters ​==== +== Parameters ​== 
-**row** +<div newline></​div>​ 
-  * **Type**:Int64 +==== Public Properties ​==== 
-  ​* **Description**:​The target row for the tile to fetch.+** {{wiki:PublicProperty.gif|}} TileMatrix ​**
  
-**column** 
-  * **Type**:​Int64 
-  * **Description**:​The target column for the tile to fetch. 
- 
-[[#​Protected Methods|Go Back]] 
-=== MemberwiseClone() === 
 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**:Object +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-=== SaveTileCore(Tile) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.TileAccessMode|TileAccessMode]]
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} NoDataTileImage ​**
-  * **Return Type**:Void +
-  * **Description**:​N/​A +
- +
-==== Parameters ==== +
-**tile** +
-  * **Type**:​[[ThinkGeo.MapSuite.Core.Tile|Tile]] +
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-=== CacheId === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:String+  * 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 ​=====+
  
thinkgeo.mapsuite.core.nativeimagetilecache.1442486165.txt.gz · Last modified: 2015/09/17 10:36 by admin