RasterTileCache¶
Inheritance Hierarchy¶
Object
TileCache
RasterTileCache
FileRasterTileCache
InMemoryRasterTileCache
Members Summary¶
Public Constructors Summary¶
Name |
---|
N/A |
Protected Constructors Summary¶
Name |
---|
RasterTileCache(String,RasterTileFormat) |
Public Properties Summary¶
Name | Return Type | Description |
---|---|---|
CacheId | String | N/A |
ExpirationTime | TimeSpan | N/A |
ImageFormat | RasterTileFormat | Gets or sets the tileView image format. |
JpegQuality | Int16 | Gets or sets the Jpeg quality , this property only take effects when setting the ImageFormat to Jpeg. |
LoadingTileImage | GeoImage | This property returns back a preset image showing the Tile is loading. |
NoDataTileImage | GeoImage | This property returns back a preset image showing the tileView data is missing. |
TileAccessMode | TileAccessMode | N/A |
Protected Properties Summary¶
Name | Return Type | Description |
---|---|---|
N/A | N/A | N/A |
Public Methods Summary¶
Name |
---|
ClearCache() |
DeleteTile(Tile) |
Equals(Object) |
GetHashCode() |
GetTile(Int32,Int64,Int64) |
GetType() |
SaveTile(Tile) |
ToString() |
Protected Methods Summary¶
Public Events Summary¶
Name | Event Arguments | Description |
---|---|---|
GottenCacheTile | GottenCacheImageBitmapTileCacheEventArgs | N/A |
GettingCacheTile | GettingCacheImageBitmapTileCacheEventArgs | N/A |
Members Detail¶
Public Constructors¶
Name |
---|
N/A |
Protected Constructors¶
RasterTileCache(String,RasterTileFormat)
¶
Summary
This is the constructor of the class.
Remarks
N/A
Return Value
Type | Description |
---|---|
N/A |
Parameters
Name | Type | Description |
---|---|---|
cacheId | String | This is the cache identifier which marks its difference with other TileCache. |
imageFormat | RasterTileFormat | This is the imageFormate showing what kind of image we are trying to save. |
Public Properties¶
CacheId
¶
Summary
N/A
Remarks
N/A
Return Value
String
ExpirationTime
¶
Summary
N/A
Remarks
N/A
Return Value
TimeSpan
ImageFormat
¶
Summary
Gets or sets the tileView image format.
Remarks
N/A
Return Value
JpegQuality
¶
Summary
Gets or sets the Jpeg quality , this property only take effects when setting the ImageFormat to Jpeg.
Remarks
N/A
Return Value
Int16
LoadingTileImage
¶
Summary
This property returns back a preset image showing the Tile is loading.
Remarks
N/A
Return Value
NoDataTileImage
¶
Summary
This property returns back a preset image showing the tileView data is missing.
Remarks
N/A
Return Value
TileAccessMode
¶
Summary
N/A
Remarks
N/A
Return Value
Protected Properties¶
Public Methods¶
ClearCache()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
DeleteTile(Tile)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
tile | Tile | N/A |
Equals(Object)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Boolean | N/A |
Parameters
Name | Type | Description |
---|---|---|
obj | Object | N/A |
GetHashCode()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Int32 | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
GetTile(Int32,Int64,Int64)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Tile | N/A |
Parameters
Name | Type | Description |
---|---|---|
zoom | Int32 | N/A |
column | Int64 | N/A |
row | Int64 | N/A |
GetType()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Type | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
SaveTile(Tile)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
tile | Tile | N/A |
ToString()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
String | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
Protected Methods¶
ClearCacheCore()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
DeleteTileCore(Tile)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
tile | Tile | N/A |
Finalize()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
GetTileCore(Int32,Int64,Int64)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Tile | N/A |
Parameters
Name | Type | Description |
---|---|---|
zoom | Int32 | N/A |
column | Int64 | N/A |
row | Int64 | N/A |
MemberwiseClone()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Object | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
OnGettingCacheTile(GettingCacheImageBitmapTileCacheEventArgs)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
e | GettingCacheImageBitmapTileCacheEventArgs | N/A |
OnGottenCacheTile(GottenCacheImageBitmapTileCacheEventArgs)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
e | GottenCacheImageBitmapTileCacheEventArgs | N/A |
SaveTileCore(Tile)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
tile | Tile | N/A |
Public Events¶
GottenCacheTile¶
N/A
Remarks
N/A
Event Arguments
GottenCacheImageBitmapTileCacheEventArgs
GettingCacheTile¶
N/A
Remarks
N/A
Event Arguments