This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.core.filebitmaptilecache [2015/09/17 10:28] admin |
thinkgeo.mapsuite.core.filebitmaptilecache [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.Core.FileBitmapTileCache ====== | ====== ThinkGeo.MapSuite.Core.FileBitmapTileCache ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
This class is a concrete class inherits from BitmapTileCache. In this class, the tiles will be saved in disk and can be viewed very conveniently. | This class is a concrete class inherits from BitmapTileCache. In this class, the tiles will be saved in disk and can be viewed very conveniently. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
Line 8: | Line 11: | ||
*[[ThinkGeo.MapSuite.Core.EncryptedFileBitmapTileCache]] | *[[ThinkGeo.MapSuite.Core.EncryptedFileBitmapTileCache]] | ||
===== Members Summary ===== | ===== Members Summary ===== | ||
- | === Public Constructors === | + | ==== Public Constructors ==== |
- | <div class_table> | + | ** {{wiki:PublicMethod.gif|}} FileBitmapTileCache() ** |
- | **{{wiki:PublicMethod.gif|}}[[#FileBitmapTileCache()|FileBitmapTileCache]]** | + | |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This is the default constructor. | + | |
- | </div> | + | |
- | <div class_table> | + | * //This is the default constructor.// |
- | **{{wiki:PublicMethod.gif|}}[[#FileBitmapTileCache(String)|FileBitmapTileCache]]** | + | == Remarks == |
- | * **Parameters**:String | + | * //If you use this constructor, you have to set the properties manually.// |
- | * **DeclaringType**:N/A | + | == Parameters == |
- | * **Summary**:This is the overloads constructor. | + | <div newline></div> |
- | </div> | + | ** {{wiki:PublicMethod.gif|}} FileBitmapTileCache(String) ** |
- | <div class_table> | + | * //This is the overloads constructor.// |
- | **{{wiki:PublicMethod.gif|}}[[#FileBitmapTileCache(String,String)|FileBitmapTileCache]]** | + | == Remarks == |
- | * **Parameters**:String,String | + | * //If you use this constructor, the other properties are set with default values.// |
- | * **DeclaringType**:N/A | + | == Parameters == |
- | * **Summary**:This is the overloads constructor. | + | * //cacheDirectory// |
- | </div> | + | * Type:String |
+ | * Description:This parameter specifies the cache directory of the tile cache. | ||
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#FileBitmapTileCache(String,String,TileImageFormat,TileMatrix)|FileBitmapTileCache]]** | + | ** {{wiki:PublicMethod.gif|}} FileBitmapTileCache(String,String) ** |
- | * **Parameters**:String,String,[[ThinkGeo.MapSuite.Core.TileImageFormat|TileImageFormat]],[[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]] | + | |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This is the constructor with all the parameters needed passed in. | + | |
- | </div> | + | |
- | === Protected Constructors === | + | * //This is the overloads constructor.// |
- | === Public Methods === | + | == Remarks == |
- | <div class_table> | + | * //If you use this constructor, the other properties are set with default values.// |
- | **{{wiki:PublicMethod.gif|}}[[#ClearCache(TimeSpan)|ClearCache]]** | + | == Parameters == |
- | * **Parameters**:TimeSpan | + | * //cacheDirectory// |
- | * **DeclaringType**:N/A | + | * Type:String |
- | * **Summary**:N/A | + | * Description:This parameter specifies the cache directory of the tile cache. |
- | </div> | + | |
- | <div class_table> | + | * //cacheId// |
- | **{{wiki:PublicMethod.gif|}}[[#ClearCache(Double)|ClearCache]]** | + | * Type:String |
- | * **Parameters**:Double | + | * Description:This parameter specifies the cache id of the tile cache. |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#ClearCache(TimeSpan,Double)|ClearCache]]** | + | ** {{wiki:PublicMethod.gif|}} FileBitmapTileCache(String,String,TileImageFormat,TileMatrix) ** |
- | * **Parameters**:TimeSpan,Double | + | |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //This is the constructor with all the parameters needed passed in.// |
- | **{{wiki:PublicMethod.gif|}}[[#ClearCache()|ClearCache]]** | + | == Remarks == |
- | * **Parameters**:N/A | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.TileCache|TileCache]] | + | == Parameters == |
- | * **Summary**:N/A | + | * //cacheDirectory// |
- | </div> | + | * Type:String |
+ | * Description:This parameter specifies the cache directory of the tile cache. | ||
- | <div class_table> | + | * //cacheId// |
- | **{{wiki:PublicMethod.gif|}}[[#DeleteTile(Tile)|DeleteTile]]** | + | * Type:String |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Tile|Tile]] | + | * Description:This parameter specifies the cache id of the tile cache. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.TileCache|TileCache]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //imageFormat// |
- | **{{wiki:PublicMethod.gif|}}[[#DeleteTiles(RectangleShape)|DeleteTiles]]** | + | * Type:[[ThinkGeo.MapSuite.Core.TileImageFormat|TileImageFormat]] |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * Description:This parameter specifies the image format of the tile cahce. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.TileCache|TileCache]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //tileMatrix// |
- | **{{wiki:PublicMethod.gif|}}[[#Equals(Object)|Equals]]** | + | * Type:[[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]] |
- | * **Parameters**:Object | + | * Description:This parameter specifies the tile matrix of the tile cache. |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#GetHashCode()|GetHashCode]]** | + | ==== Protected Constructors ==== |
- | * **Parameters**:N/A | + | ==== Public Methods ==== |
- | * **DeclaringType**:Object | + | ** {{wiki:PublicMethod.gif|}} ClearCache(TimeSpan) ** |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:PublicMethod.gif|}}[[#GetHigherScaleTile(RectangleShape,Double)|GetHigherScaleTile]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],Double | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#GetTile(RectangleShape)|GetTile]]** | + | * Type:Void |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#GetTile(Int64,Int64)|GetTile]]** | + | * //tileExpiration// |
- | * **Parameters**:Int64,Int64 | + | * Type:TimeSpan |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#GetTileImageFileName(Int64,Int64)|GetTileImageFileName]]** | + | ** {{wiki:PublicMethod.gif|}} ClearCache(Double) ** |
- | * **Parameters**:Int64,Int64 | + | |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:PublicMethod.gif|}}[[#GetTileImageFileNames(RectangleShape)|GetTileImageFileNames]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * //N/A// |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#GetTiles(RectangleShape)|GetTiles]]** | + | * Type:Void |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#GetType()|GetType]]** | + | * //maxSizeInMegabytes// |
- | * **Parameters**:N/A | + | * Type:Double |
- | * **DeclaringType**:Object | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#SaveTile(Tile)|SaveTile]]** | + | ** {{wiki:PublicMethod.gif|}} ClearCache(TimeSpan,Double) ** |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Tile|Tile]] | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.TileCache|TileCache]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:PublicMethod.gif|}}[[#SaveTiles(Bitmap,RectangleShape,Boolean)|SaveTiles]]** | + | == Remarks == |
- | * **Parameters**:Bitmap,[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],Boolean | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.TileCache|TileCache]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#SaveTiles(Bitmap,RectangleShape)|SaveTiles]]** | + | * Type:Void |
- | * **Parameters**:Bitmap,[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.TileCache|TileCache]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#ToString()|ToString]]** | + | * //tileExpiration// |
- | * **Parameters**:N/A | + | * Type:TimeSpan |
- | * **DeclaringType**:Object | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | === Protected Methods === | + | * //maxSizeInMegabytes// |
- | <div class_table> | + | * Type:Double |
- | **{{wiki:ProtectedMethod.gif|}}{{wiki:Static.gif|}}[[#/xU=()|/xU=]]** | + | * Description:N/A |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:ProtectedMethod.gif|}}[[#8xU=(String)|8xU=]]** | + | ** {{wiki:PublicMethod.gif|}} GetTileImageFileNames(RectangleShape) ** |
- | * **Parameters**:String | + | |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:ProtectedMethod.gif|}}[[#9BU=(Bitmap)|9BU=]]** | + | == Remarks == |
- | * **Parameters**:Bitmap | + | * //N/A// |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}{{wiki:Static.gif|}}[[#9RU=(ImageFormat)|9RU=]]** | + | * Type:Collection<String> |
- | * **Parameters**:ImageFormat | + | * Description:N/A |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#ClearCacheCore()|ClearCacheCore]]** | + | * //tileBoundingBox// |
- | * **Parameters**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | * **DeclaringType**:N/A | + | * Description:N/A |
- | * **Summary**:This method will clear all the tiles in the tileCache. | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:ProtectedMethod.gif|}}[[#DeleteTileCore(Tile)|DeleteTileCore]]** | + | ** {{wiki:PublicMethod.gif|}} GetTileImageFileName(Int64,Int64) ** |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Tile|Tile]] | + | |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method will delete the target tile passed in. | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:ProtectedMethod.gif|}}[[#Finalize()|Finalize]]** | + | == Remarks == |
- | * **Parameters**:N/A | + | * //N/A// |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetHigherScaleTileCore(RectangleShape,Double)|GetHigherScaleTileCore]]** | + | * Type:String |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],Double | + | * Description:N/A |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method overrides the logic in its base class BitmapTileCache. This method will return the HigherScale BitmapTile which is always used for preview effects when ZoomIn or ZoomOut. | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetTileCore(Int64,Int64)|GetTileCore]]** | + | * //row// |
- | * **Parameters**:Int64,Int64 | + | * Type:Int64 |
- | * **DeclaringType**:N/A | + | * Description:N/A |
- | * **Summary**:This method returns the BitmapTile corresponding to passed in row and column. | + | |
- | </div> | + | |
- | <div class_table> | + | * //column// |
- | **{{wiki:ProtectedMethod.gif|}}[[#MemberwiseClone()|MemberwiseClone]]** | + | * Type:Int64 |
- | * **Parameters**:N/A | + | * Description:N/A |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:ProtectedMethod.gif|}}[[#MergeBitmaps(IEnumerable<BitmapTile>,Double)|MergeBitmaps]]** | + | ** {{wiki:PublicMethod.gif|}} GetTile(RectangleShape) ** |
- | * **Parameters**:IEnumerable<[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]]>,Double | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:ProtectedMethod.gif|}}[[#OnGettingCacheImage(GettingCacheImageBitmapTileCacheEventArgs)|OnGettingCacheImage]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.GettingCacheImageBitmapTileCacheEventArgs|GettingCacheImageBitmapTileCacheEventArgs]] | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}[[#OnGottenCacheImage(GottenCacheImageBitmapTileCacheEventArgs)|OnGottenCacheImage]]** | + | * Type:[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.GottenCacheImageBitmapTileCacheEventArgs|GottenCacheImageBitmapTileCacheEventArgs]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#SaveTileCore(Tile)|SaveTileCore]]** | + | * //tileBoundingBox// |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Tile|Tile]] | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | * **DeclaringType**:N/A | + | * Description:N/A |
- | * **Summary**:This method will save the target tile passed in, you could override this API to create your own logic. | + | |
- | </div> | + | |
- | === Public Properties === | + | <div newline></div> |
- | **{{wiki:PublicProperty.gif|}}[[#CacheDirectory|CacheDirectory]]** | + | ** {{wiki:PublicMethod.gif|}} GetTile(Int64,Int64) ** |
- | * **Return**:String | + | |
- | * **Summary**:Gets or sets the cache direcory. | + | |
- | **{{wiki:PublicProperty.gif|}}[[#CacheId|CacheId]]** | + | * //N/A// |
- | * **Return**:String | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
- | **{{wiki:PublicProperty.gif|}}[[#ExpirationTime|ExpirationTime]]** | + | == Return Value == |
- | * **Return**:TimeSpan | + | * Type:[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#ImageFormat|ImageFormat]]** | + | == Parameters == |
- | * **Return**:[[ThinkGeo.MapSuite.Core.TileImageFormat|TileImageFormat]] | + | * //row// |
- | * **Summary**:N/A | + | * Type:Int64 |
+ | * Description:N/A | ||
- | **{{wiki:PublicProperty.gif|}}[[#JpegQuality|JpegQuality]]** | + | * //column// |
- | * **Return**:Int16 | + | * Type:Int64 |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#LoadingTileImage|LoadingTileImage]]** | + | <div newline></div> |
- | * **Return**:Bitmap | + | ** {{wiki:PublicMethod.gif|}} GetTiles(RectangleShape) ** |
- | * **Summary**:N/A | + | |
- | **{{wiki:PublicProperty.gif|}}[[#NoDataTileImage|NoDataTileImage]]** | + | * //N/A// |
- | * **Return**:Bitmap | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
- | **{{wiki:PublicProperty.gif|}}[[#TileAccessMode|TileAccessMode]]** | + | == Return Value == |
- | * **Return**:[[ThinkGeo.MapSuite.Core.TileAccessMode|TileAccessMode]] | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]]> |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#TileMatrix|TileMatrix]]** | + | == Parameters == |
- | * **Return**:[[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]] | + | * //worldExtent// |
- | * **Summary**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
+ | * Description:N/A | ||
- | === Protected Properties === | + | <div newline></div> |
- | === Public Events === | + | ** {{wiki:PublicMethod.gif|}} GetHigherScaleTile(RectangleShape,Double) ** |
- | **{{wiki:PublicEvent.gif|}}[[#GettingCacheImage|GettingCacheImage]]** | + | |
- | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.GettingCacheImageBitmapTileCacheEventArgs|GettingCacheImageBitmapTileCacheEventArgs]] | + | |
- | * **Summary**:N/A | + | |
- | **{{wiki:PublicEvent.gif|}}[[#GottenCacheImage|GottenCacheImage]]** | + | * //N/A// |
- | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.GottenCacheImageBitmapTileCacheEventArgs|GottenCacheImageBitmapTileCacheEventArgs]] | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
- | ===== Public Constructors ===== | + | == Return Value == |
- | === FileBitmapTileCache() === | + | * Type:[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] |
- | This is the default constructor. | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | If you use this constructor, you have to set the properties manually. | + | |
- | ==== Parameters ==== | + | |
- | [[#Public Constructors|Go Back]] | + | |
- | === FileBitmapTileCache(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. | + | |
- | [[#Public Constructors|Go Back]] | + | == Parameters == |
- | === FileBitmapTileCache(String,String) === | + | * //tileBoundingBox// |
- | This is the overloads constructor. | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | ==== Remarks ==== | + | * Description:N/A |
- | 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** | + | * //tileScale// |
- | * **Type**:String | + | * Type:Double |
- | * **Description:This parameter specifies the cache id of the tile cache. | + | * Description:N/A |
- | [[#Public Constructors|Go Back]] | + | <div newline></div> |
- | === FileBitmapTileCache(String,String,TileImageFormat,TileMatrix) === | + | ** {{wiki:PublicMethod.gif|}} SaveTile(Tile) ** |
- | 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** | + | * //N/A// |
- | * **Type**:String | + | == Remarks == |
- | * **Description:This parameter specifies the cache id of the tile cache. | + | * //N/A// |
- | **imageFormat** | + | == Return Value == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.TileImageFormat|TileImageFormat]] | + | * Type:Void |
- | * **Description:This parameter specifies the image format of the tile cahce. | + | * Description:N/A |
- | **tileMatrix** | + | == Parameters == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]] | + | * //tile// |
- | * **Description:This parameter specifies the tile matrix of the tile cache. | + | * Type:[[ThinkGeo.MapSuite.Core.Tile|Tile]] |
+ | * Description:N/A | ||
- | [[#Public Constructors|Go Back]] | + | <div newline></div> |
- | ===== Protected Constructors ===== | + | ** {{wiki:PublicMethod.gif|}} SaveTiles(Bitmap,RectangleShape,Boolean) ** |
- | ===== Public Methods ===== | + | |
- | === ClearCache(TimeSpan) === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Void | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **tileExpiration** | + | * Type:Void |
- | * **Type**:TimeSpan | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | == Parameters == |
- | === ClearCache(Double) === | + | * //bitmap// |
- | N/A | + | * Type:Bitmap |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | **Return Value** | + | * //bitmapExtent// |
- | * **Return Type**:Void | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | * //saveContainedCellsOnly// |
- | **maxSizeInMegabytes** | + | * Type:Boolean |
- | * **Type**:Double | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === ClearCache(TimeSpan,Double) === | + | ** {{wiki:PublicMethod.gif|}} SaveTiles(Bitmap,RectangleShape) ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Void | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **tileExpiration** | + | * Type:Void |
- | * **Type**:TimeSpan | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | **maxSizeInMegabytes** | + | == Parameters == |
- | * **Type**:Double | + | * //bitmap// |
- | * **Description**:N/A | + | * Type:Bitmap |
+ | * Description:N/A | ||
- | [[#Public Methods|Go Back]] | + | * //bitmapExtent// |
- | === ClearCache() === | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Void | + | ** {{wiki:PublicMethod.gif|}} DeleteTiles(RectangleShape) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | === DeleteTile(Tile) === | + | * //N/A// |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Void | + | * Type:Void |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **tile** | + | * //worldExtent// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.Tile|Tile]] | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === DeleteTiles(RectangleShape) === | + | ** {{wiki:PublicMethod.gif|}} DeleteTile(Tile) ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Void | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **worldExtent** | + | * Type:Void |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | == Parameters == |
- | === Equals(Object) === | + | * //tile// |
- | N/A | + | * Type:[[ThinkGeo.MapSuite.Core.Tile|Tile]] |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Boolean | + | ** {{wiki:PublicMethod.gif|}} ClearCache() ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **obj** | + | == Remarks == |
- | * **Type**:Object | + | * //N/A// |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === GetHashCode() === | + | * Type:Void |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Int32 | + | <div newline></div> |
- | * **Description**:N/A | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
- | ==== Parameters ==== | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | === GetHigherScaleTile(RectangleShape,Double) === | + | * //N/A// |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] | + | * Type:String |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **tileBoundingBox** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** |
- | * **Description**:N/A | + | |
- | **tileScale** | + | * //N/A// |
- | * **Type**:Double | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === GetTile(RectangleShape) === | + | * Type:Boolean |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] | + | * //obj// |
- | * **Description**:N/A | + | * Type:Object |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | **tileBoundingBox** | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //N/A// |
- | === GetTile(Int64,Int64) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] | + | * Type:Int32 |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **row** | + | <div newline></div> |
- | * **Type**:Int64 | + | ** {{wiki:PublicMethod.gif|}} GetType() ** |
- | * **Description**:N/A | + | |
- | **column** | + | * //N/A// |
- | * **Type**:Int64 | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === GetTileImageFileName(Int64,Int64) === | + | * Type:Type |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:String | + | <div newline></div> |
- | * **Description**:N/A | + | ==== Protected Methods ==== |
+ | ** {{wiki:ProtectedMethod.gif|}} GetTileCore(Int64,Int64) ** | ||
- | ==== Parameters ==== | + | * //This method returns the BitmapTile corresponding to passed in row and column.// |
- | **row** | + | == Remarks == |
- | * **Type**:Int64 | + | * //N/A// |
- | * **Description**:N/A | + | |
- | **column** | + | == Return Value == |
- | * **Type**:Int64 | + | * Type:[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] |
- | * **Description**:N/A | + | * Description:Returns the BitmapTile corresponding to the passed in row and column. |
- | [[#Public Methods|Go Back]] | + | == Parameters == |
- | === GetTileImageFileNames(RectangleShape) === | + | * //row// |
- | N/A | + | * Type:Int64 |
- | ==== Remarks ==== | + | * Description:The target row for the tile to fetch. |
- | N/A | + | |
- | **Return Value** | + | * //column// |
- | * **Return Type**:Collection<String> | + | * Type:Int64 |
- | * **Description**:N/A | + | * Description:The target column for the tile to fetch. |
- | ==== Parameters ==== | + | <div newline></div> |
- | **tileBoundingBox** | + | ** {{wiki:ProtectedMethod.gif|}} SaveTileCore(Tile) ** |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //This method will save the target tile passed in, you could override this API to create your own logic.// |
- | === GetTiles(RectangleShape) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]]> | + | * Type:Void |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **worldExtent** | + | * //tile// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | * Type:[[ThinkGeo.MapSuite.Core.Tile|Tile]] |
- | * **Description**:N/A | + | * Description:The target tile to be saved. |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === GetType() === | + | ** {{wiki:ProtectedMethod.gif|}} DeleteTileCore(Tile) ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //This method will delete the target tile passed in.// |
- | * **Return Type**:Type | + | == Remarks == |
- | * **Description**:N/A | + | * //This method will not take effect when the ReadOnly is set to true.// |
- | ==== Parameters ==== | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | === SaveTile(Tile) === | + | * Description:N/A |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Void | + | * //tile// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.Tile|Tile]] |
+ | * Description:The target tile to be deleted. | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | **tile** | + | ** {{wiki:ProtectedMethod.gif|}} CheckExpiration(String) ** |
- | * **Type**:[[ThinkGeo.MapSuite.Core.Tile|Tile]] | + | |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //N/A// |
- | === SaveTiles(Bitmap,RectangleShape,Boolean) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Void | + | * Type:Boolean |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **bitmap** | + | * //tileImageFileName// |
- | * **Type**:Bitmap | + | * Type:String |
- | * **Description**:N/A | + | * Description:N/A |
- | **bitmapExtent** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | ** {{wiki:ProtectedMethod.gif|}} GetBinariesFromBitmap(Bitmap) ** |
- | * **Description**:N/A | + | |
- | **saveContainedCellsOnly** | + | * //N/A// |
- | * **Type**:Boolean | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === SaveTiles(Bitmap,RectangleShape) === | + | * Type:Byte[] |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Void | + | * //bitmap// |
- | * **Description**:N/A | + | * Type:Bitmap |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | **bitmap** | + | ** {{wiki:ProtectedMethod.gif|}} ClearCacheCore() ** |
- | * **Type**:Bitmap | + | |
- | * **Description**:N/A | + | |
- | **bitmapExtent** | + | * //This method will clear all the tiles in the tileCache.// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | == Remarks == |
- | * **Description**:N/A | + | * //This method will not take effect when the ReadOnly is set to true.// |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === ToString() === | + | * Type:Void |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:String | + | <div newline></div> |
- | * **Description**:N/A | + | ** {{wiki:ProtectedMethod.gif|}} GetHigherScaleTileCore(RectangleShape,Double) ** |
- | ==== Parameters ==== | + | * //This method overrides the logic in its base class BitmapTileCache. This method will return the HigherScale BitmapTile which is always used for preview effects when ZoomIn or ZoomOut.// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ===== Protected Methods ===== | + | * //N/A// |
- | === /xU=() === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:String | + | * Type:[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] |
- | * **Description**:N/A | + | * Description:Returns the higher scale(higher zoomLevel) bitmap tile. |
- | ==== Parameters ==== | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | * //tileBoundingBox// |
- | === 8xU=(String) === | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | N/A | + | * Description:The parameter specifies the current tile bounding box. |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //tileScale// |
- | * **Return Type**:Boolean | + | * Type:Double |
- | * **Description**:N/A | + | * Description:This parameter specifies the current tile scale. |
- | ==== Parameters ==== | + | <div newline></div> |
- | **tileImageFileName** | + | ** {{wiki:ProtectedMethod.gif|}} MergeBitmaps(IEnumerable<BitmapTile>,Double) ** |
- | * **Type**:String | + | |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | * //N/A// |
- | === 9BU=(Bitmap) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Byte[] | + | * Type:[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **bitmap** | + | * //tilesToMerge// |
- | * **Type**:Bitmap | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]]> |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Protected Methods|Go Back]] | + | * //scale// |
- | === 9RU=(ImageFormat) === | + | * Type:Double |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:ImageCodecInfo | + | ** {{wiki:ProtectedMethod.gif|}} OnGottenCacheImage(GottenCacheImageBitmapTileCacheEventArgs) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **format** | + | == Remarks == |
- | * **Type**:ImageFormat | + | * //N/A// |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | == Return Value == |
- | === ClearCacheCore() === | + | * Type:Void |
- | This method will clear all the tiles in the tileCache. | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | This method will not take effect when the ReadOnly is set to true. | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Void | + | * //e// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.GottenCacheImageBitmapTileCacheEventArgs|GottenCacheImageBitmapTileCacheEventArgs]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} OnGettingCacheImage(GettingCacheImageBitmapTileCacheEventArgs) ** |
- | === DeleteTileCore(Tile) === | + | |
- | 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** | + | * //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**:The target tile to be deleted. | + | |
- | [[#Protected Methods|Go Back]] | + | == Parameters == |
- | === Finalize() === | + | * //e// |
- | N/A | + | * Type:[[ThinkGeo.MapSuite.Core.GettingCacheImageBitmapTileCacheEventArgs|GettingCacheImageBitmapTileCacheEventArgs]] |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Void | + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | === GetHigherScaleTileCore(RectangleShape,Double) === | + | * //N/A// |
- | This method overrides the logic in its base class BitmapTileCache. This method will return the HigherScale BitmapTile which is always used for preview effects when ZoomIn or ZoomOut. | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] | + | * Type:Void |
- | * **Description**:Returns the higher scale(higher zoomLevel) bitmap tile. | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **tileBoundingBox** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** |
- | * **Description**:The parameter specifies the current tile bounding box. | + | |
- | **tileScale** | + | * //N/A// |
- | * **Type**:Double | + | == Remarks == |
- | * **Description**:This parameter specifies the current tile scale. | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Return Value == |
- | === GetTileCore(Int64,Int64) === | + | * Type:Object |
- | This method returns the BitmapTile corresponding to passed in row and column. | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] | + | <div newline></div> |
- | * **Description**:Returns the BitmapTile corresponding to the passed in row and column. | + | ** {{wiki:ProtectedMethod.gif|}}{{wiki:Static.gif|}} GetEncoder(ImageFormat) ** |
- | ==== Parameters ==== | + | * //N/A// |
- | **row** | + | == Remarks == |
- | * **Type**:Int64 | + | * //N/A// |
- | * **Description**:The target row for the tile to fetch. | + | |
- | **column** | + | == Return Value == |
- | * **Type**:Int64 | + | * Type:ImageCodecInfo |
- | * **Description**:The target column for the tile to fetch. | + | * Description:N/A |
- | [[#Protected Methods|Go Back]] | + | == Parameters == |
- | === MemberwiseClone() === | + | * //format// |
- | N/A | + | * Type:ImageFormat |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Object | + | ** {{wiki:ProtectedMethod.gif|}}{{wiki:Static.gif|}} GetTemporaryFolder() ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | === MergeBitmaps(IEnumerable<BitmapTile>,Double) === | + | * //N/A// |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]] | + | * Type:String |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **tilesToMerge** | + | <div newline></div> |
- | * **Type**:IEnumerable<[[ThinkGeo.MapSuite.Core.BitmapTile|BitmapTile]]> | + | ==== Public Properties ==== |
- | * **Description**:N/A | + | ** {{wiki:PublicProperty.gif|}} CacheDirectory ** |
- | **scale** | + | Gets or sets the cache direcory. |
- | * **Type**:Double | + | == Remarks == |
- | * **Description**:N/A | + | |
- | + | ||
- | [[#Protected Methods|Go Back]] | + | |
- | === OnGettingCacheImage(GettingCacheImageBitmapTileCacheEventArgs) === | + | |
N/A | N/A | ||
- | ==== Remarks ==== | + | == Return Value == |
- | N/A | + | * Type:String |
- | + | ||
- | **Return Value** | + | |
- | * **Return Type**:Void | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | ** {{wiki:PublicProperty.gif|}} ExpirationTime ** |
- | **e** | + | |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GettingCacheImageBitmapTileCacheEventArgs|GettingCacheImageBitmapTileCacheEventArgs]] | + | |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | ||
- | === OnGottenCacheImage(GottenCacheImageBitmapTileCacheEventArgs) === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:TimeSpan | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} TileMatrix ** |
- | * **Return Type**:Void | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | ||
- | **e** | ||
- | * **Type**:[[ThinkGeo.MapSuite.Core.GottenCacheImageBitmapTileCacheEventArgs|GottenCacheImageBitmapTileCacheEventArgs]] | ||
- | * **Description**:N/A | ||
- | |||
- | [[#Protected Methods|Go Back]] | ||
- | === SaveTileCore(Tile) === | ||
- | This method will save the target tile passed in, you could override this API to create your own logic. | ||
- | ==== Remarks ==== | ||
N/A | N/A | ||
- | + | == Remarks == | |
- | **Return Value** | + | |
- | * **Return Type**:Void | + | |
- | * **Description**:N/A | + | |
- | + | ||
- | ==== Parameters ==== | + | |
- | **tile** | + | |
- | * **Type**:[[ThinkGeo.MapSuite.Core.Tile|Tile]] | + | |
- | * **Description**:The target tile to be saved. | + | |
- | + | ||
- | [[#Protected Methods|Go Back]] | + | |
- | ===== Public Properties ===== | + | |
- | === CacheDirectory === | + | |
- | Gets or sets the cache direcory. | + | |
- | ==== Remarks ==== | + | |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:String | + | * Type:[[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]] |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} TileAccessMode ** |
- | === CacheId === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:String | + | |
- | [[#Public Properties|Go Back]] | ||
- | === ExpirationTime === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:TimeSpan | + | * Type:[[ThinkGeo.MapSuite.Core.TileAccessMode|TileAccessMode]] |
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} NoDataTileImage ** | ||
- | [[#Public Properties|Go Back]] | ||
- | === ImageFormat === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.TileImageFormat|TileImageFormat]] | + | * Type:Bitmap |
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} LoadingTileImage ** | ||
- | [[#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 ===== | + | ** {{wiki:PublicEvent.gif|}} GottenCacheImage ** |
- | === GettingCacheImage === | + | |
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | **Event Arguments**:[[ThinkGeo.MapSuite.Core.GettingCacheImageBitmapTileCacheEventArgs|GettingCacheImageBitmapTileCacheEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.GottenCacheImageBitmapTileCacheEventArgs|GottenCacheImageBitmapTileCacheEventArgs]] |
- | [[#Public Events|Go Back]] | + | ** {{wiki:PublicEvent.gif|}} GettingCacheImage ** |
- | === GottenCacheImage === | + | |
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | **Event Arguments**:[[ThinkGeo.MapSuite.Core.GottenCacheImageBitmapTileCacheEventArgs|GottenCacheImageBitmapTileCacheEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.GettingCacheImageBitmapTileCacheEventArgs|GettingCacheImageBitmapTileCacheEventArgs]] |
- | [[#Public Events|Go Back]] | ||