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 NativeImageTileCache. 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.
FileNativeImageTileCache(String,String,TileImageFormat,TileMatrix)
This is the constructor with all the parameters needed passed in.
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 NativeImageTile 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.
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
N/A
N/A
N/A
N/A
N/A
N/A