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/21 01:08]
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 11: Line 14:
 ** {{wiki:​ProtectedMethod.gif|}} NativeImageTileCache(String,​TileImageFormat,​TileMatrix) ** ** {{wiki:​ProtectedMethod.gif|}} NativeImageTileCache(String,​TileImageFormat,​TileMatrix) **
  
-This is the constructor of the class.+  * //This is the constructor of the class.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Parameters == == Parameters ==
   * //cacheId//   * //cacheId//
Line 25: Line 28:
   * //​tileMatrix//​   * //​tileMatrix//​
     * Type:​[[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]]     * Type:​[[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]]
-    * Description:​This is the tile matrix system which is used for calculating ​tiles.+    * Description:​This is the tile matrix system which is used for caculating ​tiles.
  
 <div newline></​div>​ <div newline></​div>​
Line 31: Line 34:
 ** {{wiki:​PublicMethod.gif|}} GetTile(RectangleShape) ** ** {{wiki:​PublicMethod.gif|}} GetTile(RectangleShape) **
  
-This method returns the NativeImageTile corresponding to the tile bounding box passed in.+  * //This method returns the NativeImageTile corresponding to the tile bounding box passed in.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 47: Line 50:
 ** {{wiki:​PublicMethod.gif|}} GetTile(Int64,​Int64) ** ** {{wiki:​PublicMethod.gif|}} GetTile(Int64,​Int64) **
  
-This method returns the NativeImageTile corresponding to passed in row and column.+  * //This method returns the NativeImageTile corresponding to passed in row and column.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 67: Line 70:
 ** {{wiki:​PublicMethod.gif|}} GetTiles(RectangleShape) ** ** {{wiki:​PublicMethod.gif|}} GetTiles(RectangleShape) **
  
-This method returns all the NativeImageTiles within the passed in world extent.+  * //This method returns all the NativeImageTiles within the passed in world extent.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 83: Line 86:
 ** {{wiki:​PublicMethod.gif|}} SaveTile(Tile) ** ** {{wiki:​PublicMethod.gif|}} SaveTile(Tile) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 97: Line 100:
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} SaveTiles(GeoImage,​RectangleShape) **+** {{wiki:​PublicMethod.gif|}} SaveTiles(Bitmap,​RectangleShape,Boolean) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 109: Line 112:
 == Parameters == == Parameters ==
   * //bitmap//   * //bitmap//
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]]+    ​* Type:​Bitmap 
 +    * Description:​N/​A 
 + 
 +  * //​bitmapExtent//​ 
 +    ​* Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +    * Description:​N/​A 
 + 
 +  * //​saveContainedCellsOnly//​ 
 +    * Type:​Boolean 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} SaveTiles(Bitmap,​RectangleShape) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​bitmap//​ 
 +    * Type:Bitmap
     * Description:​N/​A     * Description:​N/​A
  
Line 119: Line 146:
 ** {{wiki:​PublicMethod.gif|}} DeleteTiles(RectangleShape) ** ** {{wiki:​PublicMethod.gif|}} DeleteTiles(RectangleShape) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 135: Line 162:
 ** {{wiki:​PublicMethod.gif|}} DeleteTile(Tile) ** ** {{wiki:​PublicMethod.gif|}} DeleteTile(Tile) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 151: Line 178:
 ** {{wiki:​PublicMethod.gif|}} ClearCache() ** ** {{wiki:​PublicMethod.gif|}} ClearCache() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 163: Line 190:
 ** {{wiki:​PublicMethod.gif|}} ToString() ** ** {{wiki:​PublicMethod.gif|}} ToString() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 175: Line 202:
 ** {{wiki:​PublicMethod.gif|}} Equals(Object) ** ** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 191: Line 218:
 ** {{wiki:​PublicMethod.gif|}} GetHashCode() ** ** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 203: Line 230:
 ** {{wiki:​PublicMethod.gif|}} GetType() ** ** {{wiki:​PublicMethod.gif|}} GetType() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 216: Line 243:
 ** {{wiki:​ProtectedMethod.gif|}} GetTileCore(Int64,​Int64) ** ** {{wiki:​ProtectedMethod.gif|}} GetTileCore(Int64,​Int64) **
  
-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.+  * //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 == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 236: Line 263:
 ** {{wiki:​ProtectedMethod.gif|}} ClearCacheCore() ** ** {{wiki:​ProtectedMethod.gif|}} ClearCacheCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 248: Line 275:
 ** {{wiki:​ProtectedMethod.gif|}} SaveTileCore(Tile) ** ** {{wiki:​ProtectedMethod.gif|}} SaveTileCore(Tile) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 264: Line 291:
 ** {{wiki:​ProtectedMethod.gif|}} DeleteTileCore(Tile) ** ** {{wiki:​ProtectedMethod.gif|}} DeleteTileCore(Tile) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 280: Line 307:
 ** {{wiki:​ProtectedMethod.gif|}} Finalize() ** ** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 292: Line 319:
 ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 325: Line 352:
 N/A N/A
 == Return Value == == Return Value ==
-  * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]]+  * Type:Bitmap
  
 ** {{wiki:​PublicProperty.gif|}} LoadingTileImage ** ** {{wiki:​PublicProperty.gif|}} LoadingTileImage **
Line 333: Line 360:
 N/A N/A
 == Return Value == == Return Value ==
-  * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]]+  * Type:Bitmap
  
 ** {{wiki:​PublicProperty.gif|}} ImageFormat ** ** {{wiki:​PublicProperty.gif|}} ImageFormat **
thinkgeo.mapsuite.core.nativeimagetilecache.1442797680.txt.gz · Last modified: 2015/09/21 01:08 by admin