User Tools

Site Tools


12.0:apis:thinkgeo.core.tilecache

ThinkGeo.Core.TileCache

Inheritance Hierarchy

Members Summary

Public Constructors

Protected Constructors

TileCache(String)

  • This is the constructor of the class.
Remarks
  • N/A
Parameters
  • cacheId
    • Type:String
    • Description:This is the cache identifier which marks its difference with other TileCache.

Public Methods

GetTile(Int32,Int64,Int64)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Tile
  • Description:Returns the BitmapTile corresponding to the passed in row and column.
Parameters
  • zoom
    • Type:Int32
    • Description:N/A
  • column
    • Type:Int64
    • Description:The target column for the tileView to fetch.
  • row
    • Type:Int64
    • Description:The target row for the tileView to fetch.

SaveTile(Tile)

  • N/A
Remarks
  • This method will not take effect when the Read is set to true.
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • tile
    • Type:Tile
    • Description:The target tileView to be saved.

DeleteTile(Tile)

  • N/A
Remarks
  • This method will not take effect when the Read is set to true.
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • tile
    • Type:Tile
    • Description:The target tileView to be deleted.

ClearCache()

  • N/A
Remarks
  • This method will not take effect when the Read is set to true.
Return Value
  • Type:Void
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Type
  • Description:N/A
Parameters

ToString()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters

Protected Methods

OnGottenCacheTile(GottenCacheImageBitmapTileCacheEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

OnGettingCacheTile(GettingCacheImageBitmapTileCacheEventArgs)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

ClearCacheCore()

  • N/A
Remarks
  • This method will not take effect when the Read is set to true.
Return Value
  • Type:Void
  • Description:N/A
Parameters

SaveTileCore(Tile)

  • N/A
Remarks
  • This method will not take effect when the Read is set to true.
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • tile
    • Type:Tile
    • Description:The target tileView to be saved.

DeleteTileCore(Tile)

  • N/A
Remarks
  • This method will not take effect when the Read is set to true.
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • tile
    • Type:Tile
    • Description:The target tileView to be deleted.

GetTileCore(Int32,Int64,Int64)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Tile
  • Description:Returns the BitmapTile corresponding to the passed in row and column.
Parameters
  • zoom
    • Type:Int32
    • Description:N/A
  • column
    • Type:Int64
    • Description:The target column for the tileView to fetch.
  • row
    • Type:Int64
    • Description:The target row for the tileView to fetch.

MemberwiseClone()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters

Finalize()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

Public Properties

TileAccessMode

  • N/A
Remarks
  • If you want it to take effect, you need set the Read property false.
Return Value

CacheId

  • N/A
Remarks
  • N/A
Return Value
  • Type:String

ExpirationTime

  • N/A
Remarks
  • N/A
Return Value
  • Type:TimeSpan

Protected Properties

Public Events

GottenCacheTile

  • N/A
Remarks
  • N/A

Event Arguments:GottenCacheImageBitmapTileCacheEventArgs

GettingCacheTile

  • N/A
Remarks
12.0/apis/thinkgeo.core.tilecache.txt · Last modified: 2019/09/26 09:34 (external edit)