This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
thinkgeo.mapsuite.desktopedition.sessionfilebitmaptilecache [2015/09/18 03:04] admin |
thinkgeo.mapsuite.desktopedition.sessionfilebitmaptilecache [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache ====== | ====== ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache ====== | ||
| + | |||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| + | |||
| This class is a concrete class that inherits from FileBitmapTileCache. In this class, the tiles will be marked as obsolete when you call the ClearCache method and will be deleted in a background thread. | This class is a concrete class that inherits from FileBitmapTileCache. In this class, the tiles will be marked as obsolete when you call the ClearCache method and will be deleted in a background thread. | ||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| Line 11: | Line 14: | ||
| ** {{wiki:PublicMethod.gif|}} SessionFileBitmapTileCache() ** | ** {{wiki:PublicMethod.gif|}} SessionFileBitmapTileCache() ** | ||
| - | This is the default constructor. | + | * //This is the default constructor.// |
| == Remarks == | == Remarks == | ||
| - | If you use this constructor, you must set the properties manually. | + | * //If you use this constructor, you must set the properties manually.// |
| == Parameters == | == Parameters == | ||
| <div newline></div> | <div newline></div> | ||
| ** {{wiki:PublicMethod.gif|}} SessionFileBitmapTileCache(String) ** | ** {{wiki:PublicMethod.gif|}} SessionFileBitmapTileCache(String) ** | ||
| - | This is the overloads constructor. | + | * //This is the overloads constructor.// |
| == Remarks == | == Remarks == | ||
| - | If you use this constructor, the other properties are set with default values. | + | * //If you use this constructor, the other properties are set with default values.// |
| == Parameters == | == Parameters == | ||
| * //cacheDirectory// | * //cacheDirectory// | ||
| Line 29: | Line 32: | ||
| ** {{wiki:PublicMethod.gif|}} SessionFileBitmapTileCache(String,String) ** | ** {{wiki:PublicMethod.gif|}} SessionFileBitmapTileCache(String,String) ** | ||
| - | This is the overloads constructor. | + | * //This is the overloads constructor.// |
| == Remarks == | == Remarks == | ||
| - | If you use this constructor, the other properties are set with default values. | + | * //If you use this constructor, the other properties are set with default values.// |
| == Parameters == | == Parameters == | ||
| * //cacheDirectory// | * //cacheDirectory// | ||
| Line 44: | Line 47: | ||
| ** {{wiki:PublicMethod.gif|}} SessionFileBitmapTileCache(String,String,TileImageFormat,TileMatrix) ** | ** {{wiki:PublicMethod.gif|}} SessionFileBitmapTileCache(String,String,TileImageFormat,TileMatrix) ** | ||
| - | This is the constructor with all the parameters needed passed in. | + | * //This is the constructor with all the parameters needed passed in.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#SessionFileBitmapTileCache.28String.2C_String.2C_TileImageFormat.2C_TileMatrix.29// |
| == Parameters == | == Parameters == | ||
| * //cacheDirectory// | * //cacheDirectory// | ||
| Line 69: | Line 72: | ||
| ** {{wiki:PublicMethod.gif|}} ClearCache(TimeSpan) ** | ** {{wiki:PublicMethod.gif|}} ClearCache(TimeSpan) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:// |
| == Return Value == | == Return Value == | ||
| Line 85: | Line 88: | ||
| ** {{wiki:PublicMethod.gif|}} ClearCache(Double) ** | ** {{wiki:PublicMethod.gif|}} ClearCache(Double) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:// |
| == Return Value == | == Return Value == | ||
| Line 101: | Line 104: | ||
| ** {{wiki:PublicMethod.gif|}} ClearCache(TimeSpan,Double) ** | ** {{wiki:PublicMethod.gif|}} ClearCache(TimeSpan,Double) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:// |
| == Return Value == | == Return Value == | ||
| Line 121: | Line 124: | ||
| ** {{wiki:PublicMethod.gif|}} GetTileImageFileNames(RectangleShape) ** | ** {{wiki:PublicMethod.gif|}} GetTileImageFileNames(RectangleShape) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#GetTileImageFileNames.28RectangleShape.29// |
| == Return Value == | == Return Value == | ||
| Line 137: | Line 140: | ||
| ** {{wiki:PublicMethod.gif|}} GetTileImageFileName(Int64,Int64) ** | ** {{wiki:PublicMethod.gif|}} GetTileImageFileName(Int64,Int64) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#GetTileImageFileName.28Int64.2C_Int64.29// |
| == Return Value == | == Return Value == | ||
| Line 157: | Line 160: | ||
| ** {{wiki:PublicMethod.gif|}} GetTile(RectangleShape) ** | ** {{wiki:PublicMethod.gif|}} GetTile(RectangleShape) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#GetTile.28RectangleShape.29// |
| == Return Value == | == Return Value == | ||
| Line 173: | Line 176: | ||
| ** {{wiki:PublicMethod.gif|}} GetTile(Int64,Int64) ** | ** {{wiki:PublicMethod.gif|}} GetTile(Int64,Int64) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#GetTile.28Int64.2C_Int64.29// |
| == Return Value == | == Return Value == | ||
| Line 193: | Line 196: | ||
| ** {{wiki:PublicMethod.gif|}} GetTiles(RectangleShape) ** | ** {{wiki:PublicMethod.gif|}} GetTiles(RectangleShape) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#GetTiles.28RectangleShape.29// |
| == Return Value == | == Return Value == | ||
| Line 209: | Line 212: | ||
| ** {{wiki:PublicMethod.gif|}} GetHigherScaleTile(RectangleShape,Double) ** | ** {{wiki:PublicMethod.gif|}} GetHigherScaleTile(RectangleShape,Double) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#GetHigherScaleTile.28RectangleShape.2C_Double.29// |
| == Return Value == | == Return Value == | ||
| Line 229: | Line 232: | ||
| ** {{wiki:PublicMethod.gif|}} SaveTile(Tile) ** | ** {{wiki:PublicMethod.gif|}} SaveTile(Tile) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#SaveTile.28Tile.29// |
| == Return Value == | == Return Value == | ||
| Line 245: | Line 248: | ||
| ** {{wiki:PublicMethod.gif|}} SaveTiles(Bitmap,RectangleShape,Boolean) ** | ** {{wiki:PublicMethod.gif|}} SaveTiles(Bitmap,RectangleShape,Boolean) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:// |
| == Return Value == | == Return Value == | ||
| Line 269: | Line 272: | ||
| ** {{wiki:PublicMethod.gif|}} SaveTiles(Bitmap,RectangleShape) ** | ** {{wiki:PublicMethod.gif|}} SaveTiles(Bitmap,RectangleShape) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#SaveTiles.28Bitmap.2C_RectangleShape.29// |
| == Return Value == | == Return Value == | ||
| Line 289: | Line 292: | ||
| ** {{wiki:PublicMethod.gif|}} DeleteTiles(RectangleShape) ** | ** {{wiki:PublicMethod.gif|}} DeleteTiles(RectangleShape) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#DeleteTiles.28RectangleShape.29// |
| == Return Value == | == Return Value == | ||
| Line 305: | Line 308: | ||
| ** {{wiki:PublicMethod.gif|}} DeleteTile(Tile) ** | ** {{wiki:PublicMethod.gif|}} DeleteTile(Tile) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#DeleteTile.28Tile.29// |
| == Return Value == | == Return Value == | ||
| Line 321: | Line 324: | ||
| ** {{wiki:PublicMethod.gif|}} ClearCache() ** | ** {{wiki:PublicMethod.gif|}} ClearCache() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#ClearCache.28.29// |
| == Return Value == | == Return Value == | ||
| Line 333: | Line 336: | ||
| ** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#ToString.28.29// |
| == Return Value == | == Return Value == | ||
| Line 345: | Line 348: | ||
| ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#Equals.28Object.29// |
| == Return Value == | == Return Value == | ||
| Line 361: | Line 364: | ||
| ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#GetHashCode.28.29// |
| == Return Value == | == Return Value == | ||
| Line 373: | Line 376: | ||
| ** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#GetType.28.29// |
| == Return Value == | == Return Value == | ||
| Line 386: | Line 389: | ||
| ** {{wiki:ProtectedMethod.gif|}} ClearCacheCore() ** | ** {{wiki:ProtectedMethod.gif|}} ClearCacheCore() ** | ||
| - | This method will create a new cacheId for the SessionFileBitmapTileCache and mark the original one as obsolete. The original will then be deleted in a background thread. | + | * //This method will create a new cacheId for the SessionFileBitmapTileCache and mark the original one as obsolete. The original will then be deleted in a background thread.// |
| == Remarks == | == Remarks == | ||
| - | This method will not take effect when ReadOnly is set to true. | + | * //This method will not take effect when ReadOnly is set to true.// |
| == Return Value == | == Return Value == | ||
| Line 398: | Line 401: | ||
| ** {{wiki:ProtectedMethod.gif|}} GetTileCore(Int64,Int64) ** | ** {{wiki:ProtectedMethod.gif|}} GetTileCore(Int64,Int64) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#GetTileCore.28Int64.2C_Int64.29// |
| == Return Value == | == Return Value == | ||
| Line 418: | Line 421: | ||
| ** {{wiki:ProtectedMethod.gif|}} SaveTileCore(Tile) ** | ** {{wiki:ProtectedMethod.gif|}} SaveTileCore(Tile) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#SaveTileCore.28Tile.29// |
| == Return Value == | == Return Value == | ||
| Line 434: | Line 437: | ||
| ** {{wiki:ProtectedMethod.gif|}} DeleteTileCore(Tile) ** | ** {{wiki:ProtectedMethod.gif|}} DeleteTileCore(Tile) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#DeleteTileCore.28Tile.29// |
| == Return Value == | == Return Value == | ||
| Line 450: | Line 453: | ||
| ** {{wiki:ProtectedMethod.gif|}} 8xU=(String) ** | ** {{wiki:ProtectedMethod.gif|}} 8xU=(String) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 466: | Line 469: | ||
| ** {{wiki:ProtectedMethod.gif|}} 9BU=(Bitmap) ** | ** {{wiki:ProtectedMethod.gif|}} 9BU=(Bitmap) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 482: | Line 485: | ||
| ** {{wiki:ProtectedMethod.gif|}} GetHigherScaleTileCore(RectangleShape,Double) ** | ** {{wiki:ProtectedMethod.gif|}} GetHigherScaleTileCore(RectangleShape,Double) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#GetHigherScaleTileCore.28RectangleShape.2C_Double.29// |
| == Return Value == | == Return Value == | ||
| Line 502: | Line 505: | ||
| ** {{wiki:ProtectedMethod.gif|}} MergeBitmaps(IEnumerable<BitmapTile>,Double) ** | ** {{wiki:ProtectedMethod.gif|}} MergeBitmaps(IEnumerable<BitmapTile>,Double) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:// |
| == Return Value == | == Return Value == | ||
| Line 522: | Line 525: | ||
| ** {{wiki:ProtectedMethod.gif|}} OnGottenCacheImage(GottenCacheImageBitmapTileCacheEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnGottenCacheImage(GottenCacheImageBitmapTileCacheEventArgs) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#OnGottenCacheImage.28GottenCacheImageBitmapTileCacheEventArgs.29// |
| == Return Value == | == Return Value == | ||
| Line 538: | Line 541: | ||
| ** {{wiki:ProtectedMethod.gif|}} OnGettingCacheImage(GettingCacheImageBitmapTileCacheEventArgs) ** | ** {{wiki:ProtectedMethod.gif|}} OnGettingCacheImage(GettingCacheImageBitmapTileCacheEventArgs) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#OnGettingCacheImage.28GettingCacheImageBitmapTileCacheEventArgs.29// |
| == Return Value == | == Return Value == | ||
| Line 554: | Line 557: | ||
| ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#Finalize.28.29// |
| == Return Value == | == Return Value == | ||
| Line 566: | Line 569: | ||
| ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#MemberwiseClone.28.29// |
| == Return Value == | == Return Value == | ||
| Line 579: | Line 582: | ||
| ** {{wiki:PublicProperty.gif|}} CacheDirectory ** | ** {{wiki:PublicProperty.gif|}} CacheDirectory ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#CacheDirectory// |
| == Return Value == | == Return Value == | ||
| * Type:String | * Type:String | ||
| Line 587: | Line 590: | ||
| ** {{wiki:PublicProperty.gif|}} ExpirationTime ** | ** {{wiki:PublicProperty.gif|}} ExpirationTime ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#ExpirationTime// |
| == Return Value == | == Return Value == | ||
| * Type:TimeSpan | * Type:TimeSpan | ||
| Line 595: | Line 598: | ||
| ** {{wiki:PublicProperty.gif|}} TileMatrix ** | ** {{wiki:PublicProperty.gif|}} TileMatrix ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#SessionFileBitmapTileCache.28String.2C_String.2C_TileImageFormat.2C_TileMatrix.29// |
| == Return Value == | == Return Value == | ||
| * Type:[[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]] | * Type:[[ThinkGeo.MapSuite.Core.TileMatrix|TileMatrix]] | ||
| Line 603: | Line 606: | ||
| ** {{wiki:PublicProperty.gif|}} TileAccessMode ** | ** {{wiki:PublicProperty.gif|}} TileAccessMode ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#TileAccessMode// |
| == Return Value == | == Return Value == | ||
| * Type:[[ThinkGeo.MapSuite.Core.TileAccessMode|TileAccessMode]] | * Type:[[ThinkGeo.MapSuite.Core.TileAccessMode|TileAccessMode]] | ||
| Line 611: | Line 614: | ||
| ** {{wiki:PublicProperty.gif|}} NoDataTileImage ** | ** {{wiki:PublicProperty.gif|}} NoDataTileImage ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#NoDataTileImage// |
| == Return Value == | == Return Value == | ||
| * Type:Bitmap | * Type:Bitmap | ||
| Line 619: | Line 622: | ||
| ** {{wiki:PublicProperty.gif|}} LoadingTileImage ** | ** {{wiki:PublicProperty.gif|}} LoadingTileImage ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#LoadingTileImage// |
| == Return Value == | == Return Value == | ||
| * Type:Bitmap | * Type:Bitmap | ||
| Line 627: | Line 630: | ||
| ** {{wiki:PublicProperty.gif|}} ImageFormat ** | ** {{wiki:PublicProperty.gif|}} ImageFormat ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#SessionFileBitmapTileCache.28String.2C_String.2C_TileImageFormat.2C_TileMatrix.29// |
| == Return Value == | == Return Value == | ||
| * Type:[[ThinkGeo.MapSuite.Core.TileImageFormat|TileImageFormat]] | * Type:[[ThinkGeo.MapSuite.Core.TileImageFormat|TileImageFormat]] | ||
| Line 635: | Line 638: | ||
| ** {{wiki:PublicProperty.gif|}} JpegQuality ** | ** {{wiki:PublicProperty.gif|}} JpegQuality ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#JpegQuality// |
| == Return Value == | == Return Value == | ||
| * Type:Int16 | * Type:Int16 | ||
| Line 643: | Line 646: | ||
| ** {{wiki:PublicProperty.gif|}} CacheId ** | ** {{wiki:PublicProperty.gif|}} CacheId ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#CacheId// |
| == Return Value == | == Return Value == | ||
| * Type:String | * Type:String | ||
| Line 652: | Line 655: | ||
| ==== Public Events ==== | ==== Public Events ==== | ||
| ** {{wiki:PublicEvent.gif|}} GottenCacheImage ** | ** {{wiki:PublicEvent.gif|}} GottenCacheImage ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#OnGottenCacheImage.28GottenCacheImageBitmapTileCacheEventArgs.29// |
| Event Arguments:[[ThinkGeo.MapSuite.Core.GottenCacheImageBitmapTileCacheEventArgs|GottenCacheImageBitmapTileCacheEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.Core.GottenCacheImageBitmapTileCacheEventArgs|GottenCacheImageBitmapTileCacheEventArgs]] | ||
| ** {{wiki:PublicEvent.gif|}} GettingCacheImage ** | ** {{wiki:PublicEvent.gif|}} GettingCacheImage ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache#OnGettingCacheImage.28GettingCacheImageBitmapTileCacheEventArgs.29// |
| Event Arguments:[[ThinkGeo.MapSuite.Core.GettingCacheImageBitmapTileCacheEventArgs|GettingCacheImageBitmapTileCacheEventArgs]] | Event Arguments:[[ThinkGeo.MapSuite.Core.GettingCacheImageBitmapTileCacheEventArgs|GettingCacheImageBitmapTileCacheEventArgs]] | ||