ThinkGeo.MapSuite.Core.FileBitmapTileCache
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 disk and can be viewed very conveniently.
Inheritance Hierarchy
Members Summary
Public Constructors
FileBitmapTileCache()
Parameters
FileBitmapTileCache(String)
Parameters
FileBitmapTileCache(String,String)
Parameters
FileBitmapTileCache(String,String,TileImageFormat,TileMatrix)
Parameters
Protected Constructors
Public Methods
ClearCache(TimeSpan,Double)
Return Value
Type:Void
Description:N/A
Parameters
tileExpiration
Type:TimeSpan
Description:N/A
maxSizeInMegabytes
Type:Double
Description:N/A
GetTileImageFileName(Int64,Int64)
Return Value
Type:String
Description:N/A
Parameters
row
Type:Int64
Description:N/A
column
Type:Int64
Description:N/A
GetTileImageFileNames(RectangleShape)
Return Value
Type:Collection<String>
Description:N/A
Parameters
GetTile(RectangleShape)
Return Value
Parameters
GetTile(Int64,Int64)
Return Value
Parameters
row
Type:Int64
Description:N/A
column
Type:Int64
Description:N/A
GetTiles(RectangleShape)
Return Value
Parameters
GetHigherScaleTile(RectangleShape,Double)
Return Value
Parameters
tileScale
Type:Double
Description:N/A
SaveTile(Tile)
Return Value
Type:Void
Description:N/A
Parameters
SaveTiles(GeoImage,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
GetTileCore(Int64,Int64)
Return Value
Parameters
SaveTileCore(Tile)
This method will save the target tile passed in, you could override this API to create your own logic.
Return Value
Type:Void
Description:N/A
Parameters
DeleteTileCore(Tile)
Return Value
Type:Void
Description:N/A
Parameters
CheckExpiration(String)
Return Value
Type:Boolean
Description:N/A
Parameters
tileImageFileName
Type:String
Description:N/A
GetBinariesFromBitmap(GeoImage)
Return Value
Type:Byte[]
Description:N/A
Parameters
ClearCacheCore()
Return Value
Type:Void
Description:N/A
Parameters
GetHigherScaleTileCore(RectangleShape,Double)
Return Value
Parameters
MergeBitmaps(IEnumerable<BitmapTile>,Double)
Return Value
Parameters
scale
Type:Double
Description:N/A
OnGottenCacheImage(GottenCacheImageBitmapTileCacheEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
OnGettingCacheImage(GettingCacheImageBitmapTileCacheEventArgs)
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

GetEncoder(GeoImageFormat)
Return Value
Type:ImageCodecInfo
Description:N/A
Parameters

GetTemporaryFolder()
Return Value
Type:String
Description:N/A
Parameters
Public Properties
CacheDirectory
Return Value
ExpirationTime
Return Value
TileMatrix
Return Value
TileAccessMode
Return Value
NoDataTileImage
Return Value
LoadingTileImage
Return Value
ImageFormat
Return Value
JpegQuality
Return Value
CacheId
Return Value
Protected Properties
CapabilityInMegaBytes
Return Value
Public Events
GottenCacheImage