User Tools

Site Tools


thinkgeo.mapsuite.androidedition.sqlitebitmaptilecache

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.androidedition.sqlitebitmaptilecache [2015/08/20 03:08]
127.0.0.1 external edit
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.AndroidEdition.SqliteBitmapTileCache ====== 
- 
- 
- 
-<!-- Class --> 
-===== Inheritance Hierarchy ===== 
-*System.Object 
-**[[ThinkGeo.MapSuite.Core.TileCache]] 
-***[[ThinkGeo.MapSuite.Core.BitmapTileCache]] 
-****[[ThinkGeo.MapSuite.AndroidEdition.SqliteBitmapTileCache]] 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SqliteBitmapTileCache()|SqliteBitmapTileCache]] ​  ​| ​   |    | Initializes a new instance of the class. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SqliteBitmapTileCache(String,​ String)|SqliteBitmapTileCache]] ​  | String, String ​  ​| ​   | Initializes a new instance of the class. ​  | 
- 
-==== Protected Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
-==== Public Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ClearCache()|ClearCache]] ​  ​| ​   | [[ThinkGeo.MapSuite.Core.TileCache|TileCache]] ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DeleteTile(Tile)|DeleteTile]] ​  | [[ThinkGeo.MapSuite.Core.Tile|Tile]] ​  | [[ThinkGeo.MapSuite.Core.TileCache|TileCache]] ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DeleteTiles(RectangleShape)|DeleteTiles]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.Core.TileCache|TileCache]] ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHigherScaleTile(RectangleShape,​ Double)|GetHigherScaleTile]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​ Double ​  | [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetTile(RectangleShape)|GetTile]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetTile(Int64,​ Int64)|GetTile]] ​  | Int64, Int64   | [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetTiles(RectangleShape)|GetTiles]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SaveTile(Tile)|SaveTile]] ​  | [[ThinkGeo.MapSuite.Core.Tile|Tile]] ​  | [[ThinkGeo.MapSuite.Core.TileCache|TileCache]] ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SaveTiles(GeoImage,​ RectangleShape)|SaveTiles]] ​  | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]],​ [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.Core.TileCache|TileCache]] ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   | 
- 
-==== Protected Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ClearCacheCore()|ClearCacheCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.Core.TileCache|TileCache]](overriden) ​  | This abstract method will clear all the tiles in the tileCache, for each sub TileCache class must implement this method. ​  | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DeleteTileCore(Tile)|DeleteTileCore]] ​  | [[ThinkGeo.MapSuite.Core.Tile|Tile]] ​  | [[ThinkGeo.MapSuite.Core.TileCache|TileCache]](overriden) ​  | This abstract method will delete the target tile passed in, for each sub TileCache class must implement this method. ​  | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetHigherScaleTileCore(RectangleShape,​ Double)|GetHigherScaleTileCore]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​ Double ​  | [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetTileCore(Int64,​ Int64)|GetTileCore]] ​  | Int64, Int64   | [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]](overriden) ​  | This abstract method returns the BitmapTile corresponding to passed in row and column. Each concrete TileCache need to implement this logic to get tile from a row and column. ​  | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MergeBitmaps(IEnumerable<​BitmapTile>,​ Double)|MergeBitmaps]] ​  | IEnumerable<​[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]]>,​ Double ​  | [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnGettingCacheImage(GettingCacheImageBitmapTileCacheEventArgs)|OnGettingCacheImage]] ​  | [[ThinkGeo.MapSuite.Core.GettingCacheImageBitmapTileCacheEventArgs|GettingCacheImageBitmapTileCacheEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnGottenCacheImage(GottenCacheImageBitmapTileCacheEventArgs)|OnGottenCacheImage]] ​  | [[ThinkGeo.MapSuite.Core.GottenCacheImageBitmapTileCacheEventArgs|GottenCacheImageBitmapTileCacheEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​SaveTileCore(Tile)|SaveTileCore]] ​  | [[ThinkGeo.MapSuite.Core.Tile|Tile]] ​  | [[ThinkGeo.MapSuite.Core.TileCache|TileCache]](overriden) ​  | This abstract method will save the target tile passed in, for each sub TileCache class must implement this method. ​  | 
- 
-==== Public Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CacheId|CacheId]] ​  | String ​  | [[ThinkGeo.MapSuite.Core.TileCache|TileCache]](overriden) ​  | Gets or sets the id of the TileCache. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DatabasePathFilename|DatabasePathFilename]] ​  | String ​  ​| ​   | Gets or sets the database path filename. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ImageFormat|ImageFormat]] ​  | [[ThinkGeo.MapSuite.Core.TileImageFormat|TileImageFormat]] ​  | [[ThinkGeo.MapSuite.Core.TileCache|TileCache]] ​  ​| ​   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​JpegQuality|JpegQuality]] ​  | Int16   | [[ThinkGeo.MapSuite.Core.TileCache|TileCache]] ​  ​| ​   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​LoadingTileImage|LoadingTileImage]] ​  | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] ​  | [[ThinkGeo.MapSuite.Core.TileCache|TileCache]] ​  ​| ​   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​NoDataTileImage|NoDataTileImage]] ​  | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] ​  | [[ThinkGeo.MapSuite.Core.TileCache|TileCache]] ​  ​| ​   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TileAccessMode|TileAccessMode]] ​  | [[ThinkGeo.MapSuite.Core.TileAccessMode|TileAccessMode]] ​  | [[ThinkGeo.MapSuite.Core.TileCache|TileCache]] ​  ​| ​   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TileMatrix|TileMatrix]] ​  | [[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]] ​  | [[ThinkGeo.MapSuite.Core.TileCache|TileCache]] ​  ​| ​   | 
- 
-==== Protected Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
- 
-==== Public Events ==== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​GettingCacheImage|GettingCacheImage]] ​  | [[ThinkGeo.MapSuite.Core.GettingCacheImageBitmapTileCacheEventArgs|GettingCacheImageBitmapTileCacheEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] ​  ​| ​   | 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​GottenCacheImage|GottenCacheImage]] ​  | [[ThinkGeo.MapSuite.Core.GottenCacheImageBitmapTileCacheEventArgs|GottenCacheImageBitmapTileCacheEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] ​  ​| ​   | 
- 
-===== Public Constructors ===== 
-==== SqliteBitmapTileCache() ==== 
-Initializes a new instance of the class. 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-[[#Public Constructors|Go Back]] 
-==== SqliteBitmapTileCache(String,​ String) ==== 
-Initializes a new instance of the class. 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| databasePathFilename ​  | String<​!-- System.String --> ​  | The database path filename. ​  | 
-| cacheId ​  | String<​!-- System.String --> ​  | The cache identifier. ​  | 
- 
-[[#Public Constructors|Go Back]] 
-===== Protected Constructors ===== 
-===== Public Methods ===== 
-==== ClearCache() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.Core.TileCache --> 
-[[#Public Methods|Go Back]] 
-==== DeleteTile(Tile) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| tile   | [[ThinkGeo.MapSuite.Core.Tile|Tile]]<​!-- ThinkGeo.MapSuite.Core.Tile --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.Core.TileCache --> 
-[[#Public Methods|Go Back]] 
-==== DeleteTiles(RectangleShape) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| worldExtent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.Core.TileCache --> 
-[[#Public Methods|Go Back]] 
-==== Equals(Object) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Boolean<​!-- System.Boolean --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   | 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== GetHashCode() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Int32<​!-- System.Int32 --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== GetHigherScaleTile(RectangleShape,​ Double) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]]<​!-- ThinkGeo.MapSuite.Core.BitmapTile --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| tileBoundingBox ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   | 
-| tileScale ​  | Double<​!-- System.Double --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.Core.BitmapTileCache --> 
-[[#Public Methods|Go Back]] 
-==== GetTile(RectangleShape) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]]<​!-- ThinkGeo.MapSuite.Core.BitmapTile --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| tileBoundingBox ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.Core.BitmapTileCache --> 
-[[#Public Methods|Go Back]] 
-==== GetTile(Int64,​ Int64) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]]<​!-- ThinkGeo.MapSuite.Core.BitmapTile --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| row   | Int64<​!-- System.Int64 --> ​  ​| ​   | 
-| column ​  | Int64<​!-- System.Int64 --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.Core.BitmapTileCache --> 
-[[#Public Methods|Go Back]] 
-==== GetTiles(RectangleShape) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Collection<​[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.BitmapTile} --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| worldExtent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.Core.BitmapTileCache --> 
-[[#Public Methods|Go Back]] 
-==== GetType() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Type<!-- System.Type --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== SaveTile(Tile) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| tile   | [[ThinkGeo.MapSuite.Core.Tile|Tile]]<​!-- ThinkGeo.MapSuite.Core.Tile --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.Core.TileCache --> 
-[[#Public Methods|Go Back]] 
-==== SaveTiles(GeoImage,​ RectangleShape) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| bitmap ​  | [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]]<​!-- ThinkGeo.MapSuite.Core.GeoImage --> ​  ​| ​   | 
-| bitmapExtent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.Core.TileCache --> 
-[[#Public Methods|Go Back]] 
-==== ToString() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| String<​!-- System.String --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-===== Protected Methods ===== 
-==== ClearCacheCore() ==== 
-This abstract method will clear all the tiles in the tileCache, for each sub TileCache class must implement this method. 
-=== Remarks === 
-This method will not take effect when the ReadOnly is set to true. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- ThinkGeo.MapSuite.Core.TileCache(overriden) --> 
-[[#​Protected Methods|Go Back]] 
-==== DeleteTileCore(Tile) ==== 
-This abstract method will delete the target tile passed in, for each sub TileCache class must implement this method. 
-=== Remarks === 
-This method will not take effect when the ReadOnly is set to true. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| tile   | [[ThinkGeo.MapSuite.Core.Tile|Tile]]<​!-- ThinkGeo.MapSuite.Core.Tile --> ​  | The target tile to be deleted. ​  | 
- 
-<!-- ThinkGeo.MapSuite.Core.TileCache(overriden) --> 
-[[#​Protected Methods|Go Back]] 
-==== Finalize() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-==== GetHigherScaleTileCore(RectangleShape,​ Double) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]]<​!-- ThinkGeo.MapSuite.Core.BitmapTile --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| tileBoundingBox ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   | 
-| tileScale ​  | Double<​!-- System.Double --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.Core.BitmapTileCache --> 
-[[#​Protected Methods|Go Back]] 
-==== GetTileCore(Int64,​ Int64) ==== 
-This abstract method returns the BitmapTile corresponding to passed in row and column. Each concrete TileCache need to implement this logic to get tile from a row and column. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]]<​!-- ThinkGeo.MapSuite.Core.BitmapTile --> ​  | Returns the BitmapTile corresponding to the passed in row and column. ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| row   | Int64<​!-- System.Int64 --> ​  | The target row for the tile to fetch. ​  | 
-| column ​  | Int64<​!-- System.Int64 --> ​  | The target column for the tile to fetch. ​  | 
- 
-<!-- ThinkGeo.MapSuite.Core.BitmapTileCache(overriden) --> 
-[[#​Protected Methods|Go Back]] 
-==== MemberwiseClone() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Object<​!-- System.Object --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-==== MergeBitmaps(IEnumerable<​BitmapTile>,​ Double) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]]<​!-- ThinkGeo.MapSuite.Core.BitmapTile --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| tilesToMerge ​  | IEnumerable<​[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.BitmapTile} --> ​  ​| ​   | 
-| scale   | Double<​!-- System.Double --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.Core.BitmapTileCache --> 
-[[#​Protected Methods|Go Back]] 
-==== OnGettingCacheImage(GettingCacheImageBitmapTileCacheEventArgs) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| e   | [[ThinkGeo.MapSuite.Core.GettingCacheImageBitmapTileCacheEventArgs|GettingCacheImageBitmapTileCacheEventArgs]]<​!-- ThinkGeo.MapSuite.Core.GettingCacheImageBitmapTileCacheEventArgs --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.Core.BitmapTileCache --> 
-[[#​Protected Methods|Go Back]] 
-==== OnGottenCacheImage(GottenCacheImageBitmapTileCacheEventArgs) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| e   | [[ThinkGeo.MapSuite.Core.GottenCacheImageBitmapTileCacheEventArgs|GottenCacheImageBitmapTileCacheEventArgs]]<​!-- ThinkGeo.MapSuite.Core.GottenCacheImageBitmapTileCacheEventArgs --> ​  ​| ​   | 
- 
-<!-- ThinkGeo.MapSuite.Core.BitmapTileCache --> 
-[[#​Protected Methods|Go Back]] 
-==== SaveTileCore(Tile) ==== 
-This abstract method will save the target tile passed in, for each sub TileCache class must implement this method. 
-=== Remarks === 
-This method will not take effect when the ReadOnly is set to true. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| tile   | [[ThinkGeo.MapSuite.Core.Tile|Tile]]<​!-- ThinkGeo.MapSuite.Core.Tile --> ​  | The target tile to be saved. ​  | 
- 
-<!-- ThinkGeo.MapSuite.Core.TileCache(overriden) --> 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-==== CacheId ==== 
-Gets or sets the id of the TileCache. 
-=== Return Value === 
-^ Return Type ^ 
-| String<​!-- System.String --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.Core.TileCache(overriden) --> 
-[[#Public Properties|Go Back]] 
-==== DatabasePathFilename ==== 
-Gets or sets the database path filename. 
-=== Return Value === 
-^ Return Type ^ 
-| String<​!-- System.String --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.AndroidEdition.SqliteBitmapTileCache --> 
-[[#Public Properties|Go Back]] 
-==== ImageFormat ==== 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.Core.TileImageFormat|TileImageFormat]]<​!-- ThinkGeo.MapSuite.Core.TileImageFormat --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.Core.TileCache --> 
-[[#Public Properties|Go Back]] 
-==== JpegQuality ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Int16<​!-- System.Int16 --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.Core.TileCache --> 
-[[#Public Properties|Go Back]] 
-==== LoadingTileImage ==== 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]]<​!-- ThinkGeo.MapSuite.Core.GeoImage --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.Core.TileCache --> 
-[[#Public Properties|Go Back]] 
-==== NoDataTileImage ==== 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]]<​!-- ThinkGeo.MapSuite.Core.GeoImage --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.Core.TileCache --> 
-[[#Public Properties|Go Back]] 
-==== TileAccessMode ==== 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.Core.TileAccessMode|TileAccessMode]]<​!-- ThinkGeo.MapSuite.Core.TileAccessMode --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.Core.TileCache --> 
-[[#Public Properties|Go Back]] 
-==== TileMatrix ==== 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]]<​!-- ThinkGeo.MapSuite.Core.TileMatrix --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.Core.TileCache --> 
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-===== Public Events ===== 
-==== GettingCacheImage ==== 
-=== Event Arguments === 
-^ Event Arguments ^ 
-| [[ThinkGeo.MapSuite.Core.GettingCacheImageBitmapTileCacheEventArgs|GettingCacheImageBitmapTileCacheEventArgs]]<​!-- ThinkGeo.MapSuite.Core.GettingCacheImageBitmapTileCacheEventArgs --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.Core.BitmapTileCache --> 
-[[#Public Events|Go Back]] 
-==== GottenCacheImage ==== 
-=== Event Arguments === 
-^ Event Arguments ^ 
-| [[ThinkGeo.MapSuite.Core.GottenCacheImageBitmapTileCacheEventArgs|GottenCacheImageBitmapTileCacheEventArgs]]<​!-- ThinkGeo.MapSuite.Core.GottenCacheImageBitmapTileCacheEventArgs --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.Core.BitmapTileCache --> 
-[[#Public Events|Go Back]] 
- 
-__NOTOC__ 
-[[Category:​AndroidEdition]] 
-[[Category:​ThinkGeo.MapSuite.AndroidEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.androidedition.sqlitebitmaptilecache.1440040127.txt.gz ยท Last modified: 2015/09/21 10:32 (external edit)