ThinkGeo.MapSuite.Core.TileCache
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 is the base class for TileCache system.
Inheritance Hierarchy
Members Summary
Public Constructors
Protected Constructors
TileCache(String,TileImageFormat,TileMatrix)
Parameters
Public Methods
SaveTile(Tile)
Return Value
Type:Void
Description:N/A
Parameters
SaveTiles(Bitmap,RectangleShape,Boolean)
Return Value
Type:Void
Description:N/A
Parameters
bitmap
Type:Bitmap
Description:N/A
saveContainedCellsOnly
Type:Boolean
Description:N/A
SaveTiles(Bitmap,RectangleShape)
Return Value
Type:Void
Description:N/A
Parameters
DeleteTiles(RectangleShape)
Return Value
Type:Void
Description:N/A
Parameters
DeleteTile(Tile)
Return Value
Type:Void
Description:N/A
Parameters
ClearCache()
Return Value
Type:Void
Description:N/A
Parameters
ToString()
Return Value
Type:String
Description:N/A
Parameters
Equals(Object)
Return Value
Type:Boolean
Description:N/A
Parameters
obj
Type:Object
Description:N/A
GetHashCode()
Return Value
Type:Int32
Description:N/A
Parameters
GetType()
Return Value
Type:Type
Description:N/A
Parameters
Protected Methods
ClearCacheCore()
Return Value
Type:Void
Description:N/A
Parameters
SaveTileCore(Tile)
Return Value
Type:Void
Description:N/A
Parameters
DeleteTileCore(Tile)
Return Value
Type:Void
Description:N/A
Parameters
Finalize()
Return Value
Type:Void
Description:N/A
Parameters
MemberwiseClone()
Return Value
Type:Object
Description:N/A
Parameters
Public Properties
TileMatrix
Gets or sets the TileMatrix which is used in caculation for tiles.
Return Value
TileAccessMode
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.
Return Value
NoDataTileImage
This property returns back a preset image showing the tile data is missing.
Return Value
LoadingTileImage
This property returns back a preset image showing the Tile is loading.
Return Value
ImageFormat
Gets or sets the tile image format.
Return Value
JpegQuality
Gets or sets the Jpeg quality , this property only take effects when setting the ImageFormat to Jpeg.
Return Value
CacheId
Gets or sets the id of the TileCache.
Return Value
Protected Properties
Public Events