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 TileCache system.
N/A
This method will not take effect when the ReadOnly is set to true.
SaveTiles(Bitmap,RectangleShape,Boolean)
N/A
N/A
SaveTiles(Bitmap,RectangleShape)
This method will save the bitmap with its extent attached into tiles.
N/A
This method will delete the tiles within the passed in worldExtent.
N/A
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.
N/A
N/A
N/A
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
N/A
Gets or sets the Mode for the TileCache access the tiles. The Default value is ReadAddDelete
If you want it to take effect, you need set the ReadOnly property false.
This property returns back a preset image showing the tile data is missing.
N/A
N/A
N/A
Gets or sets the Jpeg quality , this property only take effects when setting the ImageFormat to Jpeg.
N/A
N/A