ThinkGeo.MapSuite.DesktopEdition.SessionFileBitmapTileCache
Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.
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
Members Summary
Public Constructors
SessionFileBitmapTileCache()
Parameters
SessionFileBitmapTileCache(String)
Parameters
SessionFileBitmapTileCache(String,String)
Parameters
SessionFileBitmapTileCache(String,String,TileImageFormat,TileMatrix)
Parameters
Protected Constructors
Public Methods
ClearCache(TimeSpan)
Return Value
Type:Void
Description:N/A
Parameters
tileExpiration
Type:TimeSpan
Description:N/A
ClearCache(Double)
Return Value
Type:Void
Description:N/A
Parameters
maxSizeInMegabytes
Type:Double
Description:N/A
ClearCache(TimeSpan,Double)
Return Value
Type:Void
Description:N/A
Parameters
tileExpiration
Type:TimeSpan
Description:N/A
maxSizeInMegabytes
Type:Double
Description:N/A
GetTileImageFileNames(RectangleShape)
Return Value
Type:Collection<String>
Description:N/A
Parameters
GetTileImageFileName(Int64,Int64)
Return Value
Type:String
Description:N/A
Parameters
row
Type:Int64
Description:N/A
column
Type:Int64
Description:N/A
GetTile(RectangleShape)
Return Value
Parameters
GetTile(Int64,Int64)
Return Value
Parameters
row
Type:Int64
Description:N/A
column
Type:Int64
Description:N/A
GetTiles(RectangleShape)
Return Value
Parameters
GetHigherScaleTile(RectangleShape,Double)
Return Value
Parameters
tileScale
Type:Double
Description:N/A
SaveTile(Tile)
Return Value
Type:Void
Description:N/A
Parameters
SaveTiles(Bitmap,RectangleShape,Boolean)
Return Value
Type:Void
Description:N/A
Parameters
bitmap
Type:Bitmap
Description:N/A
saveContainedCellsOnly
Type:Boolean
Description:N/A
SaveTiles(Bitmap,RectangleShape)
Return Value
Type:Void
Description:N/A
Parameters
bitmap
Type:Bitmap
Description:N/A
DeleteTiles(RectangleShape)
Return Value
Type:Void
Description:N/A
Parameters
DeleteTile(Tile)
Return Value
Type:Void
Description:N/A
Parameters
ClearCache()
Return Value
Type:Void
Description:N/A
Parameters
ToString()
Return Value
Type:String
Description:N/A
Parameters
Equals(Object)
Return Value
Type:Boolean
Description:N/A
Parameters
obj
Type:Object
Description:N/A
GetHashCode()
Return Value
Type:Int32
Description:N/A
Parameters
GetType()
Return Value
Type:Type
Description:N/A
Parameters
Protected Methods
ClearCacheCore()
Return Value
Type:Void
Description:N/A
Parameters
GetTileCore(Int64,Int64)
Return Value
Parameters
row
Type:Int64
Description:N/A
column
Type:Int64
Description:N/A
SaveTileCore(Tile)
Return Value
Type:Void
Description:N/A
Parameters
DeleteTileCore(Tile)
Return Value
Type:Void
Description:N/A
Parameters
8xU=(String)
Return Value
Type:Boolean
Description:N/A
Parameters
tileImageFileName
Type:String
Description:N/A
9BU=(Bitmap)
Return Value
Type:Byte[]
Description:N/A
Parameters
bitmap
Type:Bitmap
Description:N/A
GetHigherScaleTileCore(RectangleShape,Double)
Return Value
Parameters
tileScale
Type:Double
Description:N/A
MergeBitmaps(IEnumerable<BitmapTile>,Double)
Return Value
Parameters
scale
Type:Double
Description:N/A
OnGottenCacheImage(GottenCacheImageBitmapTileCacheEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
OnGettingCacheImage(GettingCacheImageBitmapTileCacheEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
Finalize()
Return Value
Type:Void
Description:N/A
Parameters
MemberwiseClone()
Return Value
Type:Object
Description:N/A
Parameters
Public Properties
CacheDirectory
Return Value
TileMatrix
Return Value
NoDataTileImage
Return Value
ImageFormat
Return Value
CacheId