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 is a concrete class inherits from BitmapTileCache. In this class, the tiles will be saved in memory and it provides some properties to control it very easily.
If you use this constructor, you have to set the properties manually.
N/A
N/A
N/A
N/A
N/A
N/A
SaveTiles(Bitmap,RectangleShape)
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
This method returns the BitmapTile corresponding to passed in row and column.
N/A
This method will save the target tile passed in.
This method will not take effect when the ReadOnly is set to true.
This method will delete the target tile passed in.
This method will not take effect when the ReadOnly is set to true.
This method will clear all the tiles in the tileCache.
This method will not take effect when the ReadOnly is set to true.
GetHigherScaleTileCore(RectangleShape,Double)
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.
N/A
MergeBitmaps(IEnumerable<BitmapTile>,Double)
N/A
N/A
OnGottenCacheImage(GottenCacheImageBitmapTileCacheEventArgs)
N/A
N/A
N/A
N/A
N/A
This property gets or sets the maximum tiles count, if it exceed,it will delete the old first cached tiles.
N/A
This property gets the Cached tiles,each item is a Dictionary with scale as its key.
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
Event Arguments:GettingCacheImageBitmapTileCacheEventArgs