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 is the base class for BitmapTileCache system which inherits from TileCache class.
N/A
This method returns the BitmapTile corresponding to the tile bounding box passed in.
N/A
This method returns the BitmapTile corresponding to passed in row and column.
N/A
This method returns all the BitmapTiles within the passed in world extent, some of which may not has bitmap.
N/A
GetHigherScaleTile(RectangleShape,Double)
This method will return the HigherScale BitmapTile which is always used for preview effects when ZoomIn or ZoomOut.
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 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
GetHigherScaleTileCore(RectangleShape,Double)
This method is virtual and can be overriden by its sub classes. This method will return the HigherScale BitmapTile which is always used for preview effects when ZoomIn or ZoomOut.
N/A
MergeBitmaps(IEnumerable<BitmapTile>,Double)
This method will merege the passed in bitmap tiles into a larege bitmap tile.
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
Event Arguments:GettingCacheImageBitmapTileCacheEventArgs