User Tools

Site Tools


thinkgeo.mapsuite.portablecore.encryptedfilebitmaptilecache

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.portablecore.encryptedfilebitmaptilecache [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.portablecore.encryptedfilebitmaptilecache [2017/03/16 21:59] (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.PortableCore.EncryptedFileBitmapTileCache ======+====== ThinkGeo.MapSuite.Core.EncryptedFileBitmapTileCache ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
  
-<!-- Class --> 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.PortableCore.TileCache]] +    *ThinkGeo.MapSuite.Core.TileCache 
-***[[ThinkGeo.MapSuite.PortableCore.BitmapTileCache]] +      *ThinkGeo.MapSuite.Core.BitmapTileCache 
-****[[ThinkGeo.MapSuite.PortableCore.FileBitmapTileCache]] +        *ThinkGeo.MapSuite.Core.FileBitmapTileCache 
-*****[[ThinkGeo.MapSuite.PortableCore.EncryptedFileBitmapTileCache]]+          ***ThinkGeo.MapSuite.Core.EncryptedFileBitmapTileCache**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} EncryptedFileBitmapTileCache() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#EncryptedFileBitmapTileCache()|EncryptedFileBitmapTileCache]] ​  ​| ​   |    | This is the default constructor. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​EncryptedFileBitmapTileCache(String)|EncryptedFileBitmapTileCache]] ​  | String ​  ​| ​   | This is the overloads constructor. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​EncryptedFileBitmapTileCache(String,​ String)|EncryptedFileBitmapTileCache]] ​  | String, String ​  ​| ​   | This is the overloads constructor. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​EncryptedFileBitmapTileCache(String,​ String, TileImageFormat,​ TileMatrix)|EncryptedFileBitmapTileCache]] ​  | String, String, [[ThinkGeo.MapSuite.PortableCore.TileImageFormat|TileImageFormat]],​ [[ThinkGeo.MapSuite.PortableCore.TileMatrix|TileMatrix]] ​  ​| ​   | This is the constructor with all the parameters needed passed in.   |+
  
-==== Protected Constructors ​==== +  * //This is the default constructor.//​ 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //If you use this constructor,​ you have to set the properties manually.//​ 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} 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.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} EncryptedFileBitmapTileCache(String,​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.
 +
 +  * //cacheId//
 +    * Type:String
 +    * Description:​This parameter specifies the cache id of the tile cache.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} EncryptedFileBitmapTileCache(String,​String,​TileImageFormat,​TileMatrix) **
 +
 +  * //This is the constructor with all the parameters needed passed in.//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //​cacheDirectory//​
 +    * Type:String
 +    * Description:​This parameter specifies the cache directory of the tile cache.
 +
 +  * //cacheId//
 +    * Type:String
 +    * Description:​This parameter specifies the cache id of the tile cache.
 +
 +  * //​imageFormat//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.TileImageFormat|TileImageFormat]]
 +    * Description:​This parameter specifies the image format of the tile cahce.
 +
 +  * //​tileMatrix//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]]
 +    * Description:​This parameter specifies the tile matrix of the tile cache.
 +
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} ClearCache(TimeSpan,​Double) ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#ClearCache()|ClearCache]] ​  ​| ​   | [[ThinkGeo.MapSuite.PortableCore.TileCache|TileCache]] ​  | This method will clear all the tiles in the tileCache. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DeleteTile(Tile)|DeleteTile]] ​  | [[ThinkGeo.MapSuite.PortableCore.Tile|Tile]] ​  | [[ThinkGeo.MapSuite.PortableCore.TileCache|TileCache]] ​  | This method will delete the target tile passed in.   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​DeleteTiles(RectangleShape)|DeleteTiles]] ​  | [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.PortableCore.TileCache|TileCache]] ​  | This method will delete the tiles within the passed in worldExtent. ​  | +
-| {{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.PortableCore.RectangleShape|RectangleShape]],​ Double ​  | [[ThinkGeo.MapSuite.PortableCore.BitmapTileCache|BitmapTileCache]] ​  | This method will return the HigherScale BitmapTile which is always used for preview effects when ZoomIn or ZoomOut. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetTile(RectangleShape)|GetTile]] ​  | [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.PortableCore.BitmapTileCache|BitmapTileCache]] ​  | This method returns the BitmapTile corresponding to the tile bounding box passed in.   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetTile(Int64,​ Int64)|GetTile]] ​  | Int64, Int64   | [[ThinkGeo.MapSuite.PortableCore.BitmapTileCache|BitmapTileCache]] ​  | This method returns the BitmapTile corresponding to passed in row and column. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetTileImageFileName(Int64,​ Int64)|GetTileImageFileName]] ​  | Int64, Int64   | [[ThinkGeo.MapSuite.PortableCore.FileBitmapTileCache|FileBitmapTileCache]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetTileImageFileNames(RectangleShape)|GetTileImageFileNames]] ​  | [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.PortableCore.FileBitmapTileCache|FileBitmapTileCache]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetTiles(RectangleShape)|GetTiles]] ​  | [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.PortableCore.BitmapTileCache|BitmapTileCache]] ​  | This method returns all the BitmapTiles within the passed in world extent, some of which may not has bitmap. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SaveTile(Tile)|SaveTile]] ​  | [[ThinkGeo.MapSuite.PortableCore.Tile|Tile]] ​  | [[ThinkGeo.MapSuite.PortableCore.TileCache|TileCache]] ​  | This method will save the target tile passed in.   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​SaveTiles(GeoImage,​ RectangleShape)|SaveTiles]] ​  | [[ThinkGeo.MapSuite.PortableCore.GeoImage|GeoImage]],​ [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.PortableCore.TileCache|TileCache]] ​  | This method will save the bitmap with its extent attached into tiles. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+
  
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​tileExpiration//​
 +    * Type:​TimeSpan
 +    * Description:​N/​A
 +
 +  * //​maxSizeInMegabytes//​
 +    * Type:Double
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetTileImageFileName(Int64,​Int64) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:String
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //row//
 +    * Type:Int64
 +    * Description:​N/​A
 +
 +  * //column//
 +    * Type:Int64
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetTileImageFileNames(RectangleShape) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Collection<​String>​
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​tileBoundingBox//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetTile(RectangleShape) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]]
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​tileBoundingBox//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetTile(Int64,​Int64) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]]
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //row//
 +    * Type:Int64
 +    * Description:​N/​A
 +
 +  * //column//
 +    * Type:Int64
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetTiles(RectangleShape) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Collection<​[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]]>​
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​worldExtent//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetHigherScaleTile(RectangleShape,​Double) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]]
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​tileBoundingBox//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +    * Description:​N/​A
 +
 +  * //​tileScale//​
 +    * Type:Double
 +    * Description:​N/​A
 +
 +<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(GeoImage,​RectangleShape) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //bitmap//
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]]
 +    * 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 ==== ==== Protected Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​ProtectedMethod.gif|}} SaveTileCore(Tile) ​**
-{{wiki:​ProtectedMethod.gif|Protected Method}}[[#​ClearCacheCore()|ClearCacheCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.PortableCore.TileCache|TileCache]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DeleteTileCore(Tile)|DeleteTileCore]] ​  | [[ThinkGeo.MapSuite.PortableCore.Tile|Tile]] ​  | [[ThinkGeo.MapSuite.PortableCore.TileCache|TileCache]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetHigherScaleTileCore(RectangleShape,​ Double)|GetHigherScaleTileCore]] ​  | [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]],​ Double ​  | [[ThinkGeo.MapSuite.PortableCore.BitmapTileCache|BitmapTileCache]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetTileCore(Int64,​ Int64)|GetTileCore]] ​  | Int64, Int64   | [[ThinkGeo.MapSuite.PortableCore.BitmapTileCache|BitmapTileCache]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MergeBitmaps(IEnumerable<​BitmapTile>,​ Double)|MergeBitmaps]] ​  | IEnumerable<​[[ThinkGeo.MapSuite.PortableCore.BitmapTile|BitmapTile]]>,​ Double ​  | [[ThinkGeo.MapSuite.PortableCore.BitmapTileCache|BitmapTileCache]] ​  | This method will merege the passed in bitmap tiles into a larege bitmap tile.   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnGettingCacheImage(GettingCacheImageBitmapTileCacheEventArgs)|OnGettingCacheImage]] ​  | [[ThinkGeo.MapSuite.PortableCore.GettingCacheImageBitmapTileCacheEventArgs|GettingCacheImageBitmapTileCacheEventArgs]] ​  | [[ThinkGeo.MapSuite.PortableCore.BitmapTileCache|BitmapTileCache]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnGottenCacheImage(GottenCacheImageBitmapTileCacheEventArgs)|OnGottenCacheImage]] ​  | [[ThinkGeo.MapSuite.PortableCore.GottenCacheImageBitmapTileCacheEventArgs|GottenCacheImageBitmapTileCacheEventArgs]] ​  | [[ThinkGeo.MapSuite.PortableCore.BitmapTileCache|BitmapTileCache]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#SaveTileCore(Tile)|SaveTileCore]] ​  | [[ThinkGeo.MapSuite.PortableCore.Tile|Tile]] ​  | [[ThinkGeo.MapSuite.PortableCore.TileCache|TileCache]](overriden) ​  ​| ​   |+
  
-==== Public Properties ==== +  * //N/A// 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CacheDirectory|CacheDirectory]] ​  | String ​  | [[ThinkGeo.MapSuite.PortableCore.FileBitmapTileCache|FileBitmapTileCache]] ​  | Gets or sets the cache direcory. ​  | +  * //N/A//
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CacheId|CacheId]] ​  | String ​  | [[ThinkGeo.MapSuite.PortableCore.TileCache|TileCache]] ​  | Gets or sets the id of the TileCache. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ExpirationTime|ExpirationTime]] ​  | TimeSpan ​  | [[ThinkGeo.MapSuite.PortableCore.FileBitmapTileCache|FileBitmapTileCache]] ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ImageFormat|ImageFormat]] ​  | [[ThinkGeo.MapSuite.PortableCore.TileImageFormat|TileImageFormat]] ​  | [[ThinkGeo.MapSuite.PortableCore.TileCache|TileCache]] ​  | Gets or sets the tile image format. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​JpegQuality|JpegQuality]] ​  | Int16   | [[ThinkGeo.MapSuite.PortableCore.TileCache|TileCache]] ​  | Gets or sets the Jpeg quality , this property only take effects when setting the ImageFormat to Jpeg.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​LoadingTileImage|LoadingTileImage]] ​  | [[ThinkGeo.MapSuite.PortableCore.GeoImage|GeoImage]] ​  | [[ThinkGeo.MapSuite.PortableCore.TileCache|TileCache]] ​  | This property returns back a preset image showing the Tile is loading. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​NoDataTileImage|NoDataTileImage]] ​  | [[ThinkGeo.MapSuite.PortableCore.GeoImage|GeoImage]] ​  | [[ThinkGeo.MapSuite.PortableCore.TileCache|TileCache]] ​  | This property returns back a preset image showing the tile data is missing. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TileAccessMode|TileAccessMode]] ​  | [[ThinkGeo.MapSuite.PortableCore.TileAccessMode|TileAccessMode]] ​  | [[ThinkGeo.MapSuite.PortableCore.TileCache|TileCache]] ​  | Gets or sets the Mode for the TileCache access the tiles. The Default value is ReadAddDelete ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TileMatrix|TileMatrix]] ​  | [[ThinkGeo.MapSuite.PortableCore.TileMatrix|TileMatrix]] ​  | [[ThinkGeo.MapSuite.PortableCore.TileCache|TileCache]] ​  | Gets or sets the TileMatrix which is used in caculation for tiles. ​  |+
  
-==== Protected Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+  * Type:Void 
 +  * Description:​N/​A
  
-==== Public Events ==== +== Parameters ​== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ +  * //tile// 
-| {{wiki:PublicEvent.gif|Public Event}}[[#​GettingCacheImage|GettingCacheImage]] ​  ​| ​[[ThinkGeo.MapSuite.PortableCore.GettingCacheImageBitmapTileCacheEventArgs|GettingCacheImageBitmapTileCacheEventArgs]]   | [[ThinkGeo.MapSuite.PortableCore.BitmapTileCache|BitmapTileCache]] ​  ​| ​   +    * Type:​[[ThinkGeo.MapSuite.Core.Tile|Tile]] 
-| {{wiki:PublicEvent.gif|Public Event}}[[#​GottenCacheImage|GottenCacheImage]] ​  | [[ThinkGeo.MapSuite.PortableCore.GottenCacheImageBitmapTileCacheEventArgs|GottenCacheImageBitmapTileCacheEventArgs]] ​  | [[ThinkGeo.MapSuite.PortableCore.BitmapTileCache|BitmapTileCache]] ​  ​| ​   |+    * Description:N/A
  
-===== Public Constructors ===== +<div newline></​div>​ 
-==== EncryptedFileBitmapTileCache() ==== +** {{wiki:​ProtectedMethod.gif|}} GetTileCore(Int64,Int64**
-This is the default constructor. +
-=== Remarks === +
-If you use this constructor,​ you have to set the properties manually. +
-=== Parameters === +
-^  Name ^  Type ^  Description ^+
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-==== EncryptedFileBitmapTileCache(String) ==== +== Remarks == 
-This is the overloads constructor. +  ​* //N/A//
-=== Remarks ​=== +
-If you use this constructor,​ the other properties are set with default values. +
-=== Parameters === +
- Name ^  Type ^  Description ^ +
-| cacheDirectory ​  | String<​!-- System.String --> ​  | This parameter specifies the cache directory of the tile cache. ​  |+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-==== EncryptedFileBitmapTileCache(String,​ String) ​==== +  ​Type:[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] 
-This is the overloads constructor. +  * Description:​N/​A
-=== Remarks === +
-If you use this constructor,​ the other properties are set with default values. +
-=== Parameters === +
-^  Name ^  ​Type ​^  Description ^ +
-| cacheDirectory ​  | String<​!-- System.String --> ​  | This parameter specifies the cache directory of the tile cache  ​+
-| cacheId ​  | String<​!-- System.String --> ​  | This parameter specifies the cache id of the tile cache. ​  |+
  
-[[#Public Constructors|Go Back]] +== Parameters == 
-==== EncryptedFileBitmapTileCache(String,​ String, TileImageFormat,​ TileMatrix) ==== +  ​* //row// 
-This is the constructor with all the parameters needed passed in. +    * Type:Int64 
-=== Parameters ​=== +    * Description:N/A
-^  Name ^  ​Type ​^  ​Description ​+
-| cacheDirectory ​  | String<​!-- System.String --> ​  | This parameter specifies the cache directory of the tile cache. ​  | +
-| cacheId ​  | String<​!-- System.String --> ​  | This parameter specifies the cache id of the tile cache. ​  | +
-| imageFormat ​  | [[ThinkGeo.MapSuite.PortableCore.TileImageFormat|TileImageFormat]]<​!-- ThinkGeo.MapSuite.PortableCore.TileImageFormat --> ​  | This parameter specifies the image format of the tile cahce. ​  | +
-| tileMatrix ​  | [[ThinkGeo.MapSuite.PortableCore.TileMatrix|TileMatrix]]<​!-- ThinkGeo.MapSuite.PortableCore.TileMatrix --> ​  | This parameter specifies the tile matrix of the tile cache. ​  |+
  
-[[#Public Constructors|Go Back]] +  * //column// 
-===== Protected Constructors ===== +    ​* ​Type:Int64 
-===== Public Methods ===== +    ​* Description:​N/​A
-==== ClearCache() ==== +
-This method will clear all the tiles in the tileCache. +
-=== Remarks === +
-This method will not take effect when the ReadOnly is set to true. +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} DeleteTileCore(Tile) **
  
-<!-- ThinkGeo.MapSuite.PortableCore.TileCache --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== DeleteTile(Tile) ==== +  * //N/A//
-This method will delete the target tile passed in. +
-=== Remarks ​=== +
-This method will not take effect when the ReadOnly is set to true. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| tile   | [[ThinkGeo.MapSuite.PortableCore.Tile|Tile]]<​!-- ThinkGeo.MapSuite.PortableCore.Tile --> ​  | The target tile to be deleted. ​  |+  Description:N/A
  
-<​!-- ​ThinkGeo.MapSuite.PortableCore.TileCache --> +== Parameters == 
-[[#Public Methods|Go Back]] +  * //tile// 
-==== DeleteTiles(RectangleShape) ==== +    * Type:[[ThinkGeo.MapSuite.Core.Tile|Tile]] 
-This method will delete the tiles within the passed in worldExtent. +    ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} CheckExpiration(String) **
-| worldExtent ​  | [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.PortableCore.RectangleShape --  | The target extent to delete all tiles within it  ​|+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TileCache --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Equals(Object) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Boolean 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​tileImageFileName//​ 
-==== GetHashCode() ​==== +    ​* ​Type:String 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} GetBinariesFromBitmap(GeoImage) **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetHigherScaleTile(RectangleShape,​ Double) ==== +  * //N/A//
-This method will return the HigherScale BitmapTile which is always used for preview effects when ZoomIn or ZoomOut. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.PortableCore.BitmapTile|BitmapTile]]<​!-- ThinkGeo.MapSuite.PortableCore.BitmapTile --> ​  | Returns the higher scale(higher zoomLevel) bitmap tile.   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:Byte[] 
-| tileBoundingBox ​  ​| ​[[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.PortableCore.RectangleShape --> ​  | The parameter specifies the current tile bounding box.   | +  * Description:​N/​A
-| tileScale ​  | Double<​!-- System.Double --> ​  | This parameter specifies the current tile scale. ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.BitmapTileCache --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //bitmap// 
-==== GetTile(RectangleShape) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-This method returns the BitmapTile corresponding to the tile bounding box passed in. +    * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.PortableCore.BitmapTile|BitmapTile]]<!-- ThinkGeo.MapSuite.PortableCore.BitmapTile --> ​  | Returns the BitmapTile corresponding to the passed in boundingBox. ​  |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} ClearCacheCore() **
-| tileBoundingBox ​  | [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.PortableCore.RectangleShape --  | The target boundingBox for the tile to fetch  ​|+
  
-<!-- ThinkGeo.MapSuite.PortableCore.BitmapTileCache --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetTile(Int64,​ Int64) ==== +  * //N/A//
-This method returns the BitmapTile corresponding to passed in row and column. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.PortableCore.BitmapTile|BitmapTile]]<​!-- ThinkGeo.MapSuite.PortableCore.BitmapTile --> ​  | Returns the BitmapTile corresponding to the passed in row and column. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| row   | Int64<​!-- System.Int64 --> ​  | The target row for the tile to fetch. ​  | +  Description:N/A
-| column ​  | Int64<​!-- System.Int64 --> ​  | The target column for the tile to fetch. ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.BitmapTileCache --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== GetTileImageFileName(Int64,​ Int64) ​==== +** {{wiki:​ProtectedMethod.gif|}} GetHigherScaleTileCore(RectangleShape,​Double) **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| row   | Int64<​!-- System.Int64 --> ​  ​| ​   | +  ​* //N/A//
-| column ​  | Int64<​!-- System.Int64 --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.FileBitmapTileCache --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] 
-==== GetTileImageFileNames(RectangleShape) ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Collection<​String><​!-- System.Collections.ObjectModel.Collection{System.String} --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​tileBoundingBox//​ 
-| tileBoundingBox ​  ​| ​[[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.PortableCore.RectangleShape --> ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.PortableCore.FileBitmapTileCache --> +  * //​tileScale//​ 
-[[#Public Methods|Go Back]] +    * Type:Double 
-==== GetTiles(RectangleShape) ==== +    ​* ​Description:N/A
-This method returns all the BitmapTiles within the passed in world extent, some of which may not has bitmap. +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Collection<​[[ThinkGeo.MapSuite.PortableCore.BitmapTile|BitmapTile]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.PortableCore.BitmapTile} --> ​  | Returns a collection of BitmapTiles within the passed in worldExtent. ​  |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} MergeBitmaps(IEnumerable<BitmapTile>,Double) **
-| worldExtent ​  | [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.PortableCore.RectangleShape --  | The target worldExtent will be used to fetch all the BitmapTiles from.   |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.BitmapTileCache --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetType() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:​[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​tilesToMerge//​ 
-==== SaveTile(Tile) ​==== +    ​* ​Type:​IEnumerable<[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]]> 
-This method will save the target tile passed in. +    * Description:​N/​A
-=== Remarks === +
-This method will not take effect when the ReadOnly is set to true. +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --  |    |+
  
-=== Parameters === +  * //scale// 
-^  Name ^  ​Type ^  ​Description ​+    ​* ​Type:Double 
-| tile   | [[ThinkGeo.MapSuite.PortableCore.Tile|Tile]]<​!-- ThinkGeo.MapSuite.PortableCore.Tile --> ​  | The target tile to be saved. ​  |+    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.PortableCore.TileCache --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnGottenCacheImage(GottenCacheImageBitmapTileCacheEventArgs**
-==== SaveTiles(GeoImage, RectangleShape==== +
-This method will save the bitmap with its extent attached into tiles. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| bitmap ​  | [[ThinkGeo.MapSuite.PortableCore.GeoImage|GeoImage]]<​!-- ThinkGeo.MapSuite.PortableCore.GeoImage --> ​  | The target bitmap to be saved into tiles. ​  | +  ​* //N/A//
-| bitmapExtent ​  | [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.PortableCore.RectangleShape --> ​  | The target extent for the bitmap. ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TileCache --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== ToString() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //e// 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GottenCacheImageBitmapTileCacheEventArgs|GottenCacheImageBitmapTileCacheEventArgs]] 
 +    * Description:N/A
  
-<!-- System.Object --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnGettingCacheImage(GettingCacheImageBitmapTileCacheEventArgs**
-===== Protected Methods ===== +
-==== ClearCacheCore() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.PortableCore.TileCache(overriden) --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== DeleteTileCore(Tile) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //e// 
-| tile   ​| ​[[ThinkGeo.MapSuite.PortableCore.Tile|Tile]]<!-- ThinkGeo.MapSuite.PortableCore.Tile --> ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.Core.GettingCacheImageBitmapTileCacheEventArgs|GettingCacheImageBitmapTileCacheEventArgs]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.PortableCore.TileCache(overriden) --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} Finalize() ​**
-==== Finalize() ​==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== GetHigherScaleTileCore(RectangleShape,​ Double) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| [[ThinkGeo.MapSuite.PortableCore.BitmapTile|BitmapTile]]<​!-- ThinkGeo.MapSuite.PortableCore.BitmapTile --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div
-| tileBoundingBox ​  | [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.PortableCore.RectangleShape --  |    | +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
-| tileScale ​  | Double<​!-- System.Double --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.PortableCore.BitmapTileCache(overriden) --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== GetTileCore(Int64,​ Int64) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.PortableCore.BitmapTile|BitmapTile]]<​!-- ThinkGeo.MapSuite.PortableCore.BitmapTile --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Object 
-| row   | Int64<​!-- System.Int64 --> ​  ​| ​   | +  Description:N/A
-| column ​  | Int64<​!-- System.Int64 --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.BitmapTileCache(overriden) --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-==== MemberwiseClone() ​==== +==== Public Properties ​==== 
-=== Return Value === +** {{wiki:​PublicProperty.gif|}} CacheDirectory **
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^+== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  ​Type:String
  
-<!-- System.Object --> +** {{wiki:​PublicProperty.gif|}} ExpirationTime **
-[[#​Protected Methods|Go Back]] +
-==== MergeBitmaps(IEnumerable<​BitmapTile>,​ Double) ==== +
-This method will merege the passed in bitmap tiles into a larege bitmap tile. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.PortableCore.BitmapTile|BitmapTile]]<​!-- ThinkGeo.MapSuite.PortableCore.BitmapTile --> ​  | Returns a merged bitmap tile.   |+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| tilesToMerge ​  | IEnumerable<​[[ThinkGeo.MapSuite.PortableCore.BitmapTile|BitmapTile]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.PortableCore.BitmapTile} --> ​  | The collection of tiles to be mereged. ​  | +  * //N/A// 
-| scale   | Double<​!-- System.Double --> ​  | The target scale for result mereged bitmap tile.   |+== Return Value == 
 +  ​Type:TimeSpan
  
-<!-- ThinkGeo.MapSuite.PortableCore.BitmapTileCache --> +** {{wiki:​PublicProperty.gif|}} TileMatrix **
-[[#​Protected Methods|Go Back]] +
-==== OnGettingCacheImage(GettingCacheImageBitmapTileCacheEventArgs) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| e   ​| ​[[ThinkGeo.MapSuite.PortableCore.GettingCacheImageBitmapTileCacheEventArgs|GettingCacheImageBitmapTileCacheEventArgs]]<!-- ThinkGeo.MapSuite.PortableCore.GettingCacheImageBitmapTileCacheEventArgs --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:[[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]]
  
-<!-- ThinkGeo.MapSuite.PortableCore.BitmapTileCache --> +** {{wiki:​PublicProperty.gif|}} TileAccessMode **
-[[#​Protected Methods|Go Back]] +
-==== OnGottenCacheImage(GottenCacheImageBitmapTileCacheEventArgs) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| e   ​| ​[[ThinkGeo.MapSuite.PortableCore.GottenCacheImageBitmapTileCacheEventArgs|GottenCacheImageBitmapTileCacheEventArgs]]<!-- ThinkGeo.MapSuite.PortableCore.GottenCacheImageBitmapTileCacheEventArgs --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:[[ThinkGeo.MapSuite.Core.TileAccessMode|TileAccessMode]]
  
-<!-- ThinkGeo.MapSuite.PortableCore.BitmapTileCache --> +** {{wiki:​PublicProperty.gif|}} NoDataTileImage **
-[[#​Protected Methods|Go Back]] +
-==== SaveTileCore(Tile) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| tile   ​| ​[[ThinkGeo.MapSuite.PortableCore.Tile|Tile]]<!-- ThinkGeo.MapSuite.PortableCore.Tile --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]]
  
-<!-- ThinkGeo.MapSuite.PortableCore.TileCache(overriden) --> +** {{wiki:​PublicProperty.gif|}} LoadingTileImage **
-[[#​Protected Methods|Go Back]] +
-===== Public Properties ===== +
-==== CacheDirectory ==== +
-Gets or sets the cache direcory. +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.FileBitmapTileCache --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== CacheId ==== +  * //N/A// 
-Gets or sets the id of the TileCache. +== Return Value == 
-=== Return Value === +  ​* ​Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]]
-^ Return ​Type +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TileCache --> +** {{wiki:​PublicProperty.gif|}} ImageFormat **
-[[#Public Properties|Go Back]] +
-==== ExpirationTime ==== +
-=== Return Value === +
-^ Return Type ^ +
-| TimeSpan<​!-- System.TimeSpan --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.FileBitmapTileCache --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== ImageFormat ==== +  * //N/A// 
-Gets or sets the tile image format. +== Return Value == 
-=== Return Value === +  ​* ​Type:[[ThinkGeo.MapSuite.Core.TileImageFormat|TileImageFormat]]
-^ Return ​Type +
-[[ThinkGeo.MapSuite.PortableCore.TileImageFormat|TileImageFormat]]<!-- ThinkGeo.MapSuite.PortableCore.TileImageFormat --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TileCache --> +** {{wiki:​PublicProperty.gif|}} JpegQuality ​**
-[[#Public Properties|Go Back]] +
-==== JpegQuality ​==== +
-Gets or sets the Jpeg quality , this property only take effects when setting the ImageFormat to Jpeg. +
-=== Return Value === +
-^ Return Type ^ +
-| Int16<​!-- System.Int16 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TileCache --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== LoadingTileImage ==== +  * //N/A// 
-This property returns back a preset image showing the Tile is loading. +== Return Value == 
-=== Return Value === +  ​* ​Type:Int16
-^ Return ​Type +
-| [[ThinkGeo.MapSuite.PortableCore.GeoImage|GeoImage]]<​!-- ThinkGeo.MapSuite.PortableCore.GeoImage --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TileCache --> +** {{wiki:​PublicProperty.gif|}} CacheId **
-[[#Public Properties|Go Back]] +
-==== NoDataTileImage ==== +
-This property returns back a preset image showing the tile data is missing. +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.PortableCore.GeoImage|GeoImage]]<​!-- ThinkGeo.MapSuite.PortableCore.GeoImage --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TileCache --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== TileAccessMode ==== +  * //N/A// 
-Gets or sets the Mode for the TileCache access the tiles. The Default value is ReadAddDelete +== Return Value == 
-=== Remarks ​=== +  ​* ​Type:String
-If you want it to take effect, you need set the ReadOnly property false. +
-=== Return Value === +
-^ Return ​Type +
-| [[ThinkGeo.MapSuite.PortableCore.TileAccessMode|TileAccessMode]]<​!-- ThinkGeo.MapSuite.PortableCore.TileAccessMode --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TileCache --> +==== Protected Properties ​==== 
-[[#Public Properties|Go Back]] +** {{wiki:​ProtectedProperty.gif|}} CapabilityInMegaBytes ** 
-==== TileMatrix ​==== + 
-Gets or sets the TileMatrix which is used in caculation for tiles+  * //N/A// 
-=== Return Value === +== Remarks == 
-^ Return ​Type ^ +  * //N/A// 
-| [[ThinkGeo.MapSuite.PortableCore.TileMatrix|TileMatrix]]<​!-- ThinkGeo.MapSuite.PortableCore.TileMatrix --> ​  |+== Return Value == 
 +  ​* ​Type:Int32 
 + 
 +==== Public Events ==== 
 +** {{wiki:​PublicEvent.gif|}} GottenCacheImage ** 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A//
  
-<!-- ThinkGeo.MapSuite.PortableCore.TileCache --> +Event Arguments:[[ThinkGeo.MapSuite.Core.GottenCacheImageBitmapTileCacheEventArgs|GottenCacheImageBitmapTileCacheEventArgs]]
-[[#Public Properties|Go Back]] +
-===== Protected Properties ===== +
-===== Public Events ===== +
-==== GettingCacheImage ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.PortableCore.GettingCacheImageBitmapTileCacheEventArgs|GettingCacheImageBitmapTileCacheEventArgs]]<!-- ThinkGeo.MapSuite.PortableCore.GettingCacheImageBitmapTileCacheEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.BitmapTileCache --> +** {{wiki:​PublicEvent.gif|}} GettingCacheImage ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== GottenCacheImage ==== +== Remarks ​== 
-=== Event Arguments === +  * //N/A//
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.PortableCore.GottenCacheImageBitmapTileCacheEventArgs|GottenCacheImageBitmapTileCacheEventArgs]]<​!-- ThinkGeo.MapSuite.PortableCore.GottenCacheImageBitmapTileCacheEventArgs --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.PortableCore.BitmapTileCache --> +Event Arguments:​[[ThinkGeo.MapSuite.Core.GettingCacheImageBitmapTileCacheEventArgs|GettingCacheImageBitmapTileCacheEventArgs]]
-[[#Public Events|Go Back]]+
  
-__NOTOC__ 
-[[Category:​MapSuitePortableCore]] 
-[[Category:​ThinkGeo.MapSuite.PortableCore]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.portablecore.encryptedfilebitmaptilecache.1440040132.txt.gz · Last modified: 2015/09/21 08:07 (external edit)