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 disk and can be viewed very conveniently.
If you use this constructor, you have to set the properties manually.
If you use this constructor, the other properties are set with default values.
FileBitmapTileCache(String,String)
This is the overloads constructor.
If you use this constructor, the other properties are set with default values.
FileBitmapTileCache(String,String,TileImageFormat,TileMatrix)
This is the constructor with all the parameters needed passed in.
N/A
N/A
GetTileImageFileNames(RectangleShape)
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 method returns the BitmapTile corresponding to passed in row and column.
N/A
This method will save the target tile passed in, you could override this API to create your own logic.
N/A
This method will delete the target tile passed in.
This method will not take effect when the ReadOnly is set to true.
N/A
N/A
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
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