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