Table of Contents

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)

Remarks
Parameters

Public Methods

SaveTile(Tile)

Remarks
Return Value
Parameters

SaveTiles(Bitmap,RectangleShape,Boolean)

Remarks
Return Value
Parameters

SaveTiles(Bitmap,RectangleShape)

Remarks
Return Value
Parameters

DeleteTiles(RectangleShape)

Remarks
Return Value
Parameters

DeleteTile(Tile)

Remarks
Return Value
Parameters

ClearCache()

Remarks
Return Value
Parameters

ToString()

Remarks
Return Value
Parameters

Equals(Object)

Remarks
Return Value
Parameters

GetHashCode()

Remarks
Return Value
Parameters

GetType()

Remarks
Return Value
Parameters

Protected Methods

ClearCacheCore()

Remarks
Return Value
Parameters

SaveTileCore(Tile)

Remarks
Return Value
Parameters

DeleteTileCore(Tile)

Remarks
Return Value
Parameters

Finalize()

Remarks
Return Value
Parameters

MemberwiseClone()

Remarks
Return Value
Parameters

Public Properties

TileMatrix

Gets or sets the TileMatrix which is used in caculation for tiles.

Remarks

N/A

Return Value

TileAccessMode

Gets or sets the Mode for the TileCache access the tiles. The Default value is ReadAddDelete

Remarks

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.

Remarks

N/A

Return Value

LoadingTileImage

This property returns back a preset image showing the Tile is loading.

Remarks

N/A

Return Value

ImageFormat

Gets or sets the tile image format.

Remarks

N/A

Return Value

JpegQuality

Gets or sets the Jpeg quality , this property only take effects when setting the ImageFormat to Jpeg.

Remarks

N/A

Return Value

CacheId

Gets or sets the id of the TileCache.

Remarks

N/A

Return Value

Protected Properties

Public Events