ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
This class represents the base sqlite bitmap tile cache.
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
This abstract method returns the BitmapTile corresponding to passed in row and column. Each concrete TileCache need to implement this logic to get tile from a row and column.
N/A
This abstract method will clear all the tiles in the tileCache, for each sub TileCache class must implement this method.
This method will not take effect when the ReadOnly is set to true.
This abstract method will save the target tile passed in, for each sub TileCache class must implement this method.
This method will not take effect when the ReadOnly is set to true.
This abstract method will delete the target tile passed in, for each sub TileCache class must implement this method.
This method will not take effect when the ReadOnly is set to true.
N/A
N/A
MergeBitmaps(IEnumerable<BitmapTile>,Double)
N/A
N/A
OnGottenCacheImage(GottenCacheImageBitmapTileCacheEventArgs)
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
Event Arguments:GettingCacheImageBitmapTileCacheEventArgs