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
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 inherits from BitmapTileCache. In this class, the tiles will be saved in memory and it provides some properties to control it very easily.
SaveTiles(Bitmap,RectangleShape)
GetHigherScaleTileCore(RectangleShape,Double)
MergeBitmaps(IEnumerable<BitmapTile>,Double)
OnGottenCacheImage(GottenCacheImageBitmapTileCacheEventArgs)
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