User Tools

Site Tools


12.0:apis:thinkgeo.core.filerastertilecache

ThinkGeo.Core.FileRasterTileCache

Inheritance Hierarchy

Members Summary

Public Constructors

FileRasterTileCache()

  • This is the default constructor.
Remarks
  • If you use this constructor, you have to set the properties manually.
Parameters

FileRasterTileCache(String)

  • This is the overloads constructor.
Remarks
  • If you use this constructor, the other properties are set with default values.
Parameters
  • cacheDirectory
    • Type:String
    • Description:This parameter specifies the cache directory of the tileView cache.

FileRasterTileCache(String,String)

  • This is the overloads constructor.
Remarks
  • If you use this constructor, the other properties are set with default values.
Parameters
  • cacheDirectory
    • Type:String
    • Description:This parameter specifies the cache directory of the tileView cache.
  • cacheId
    • Type:String
    • Description:This parameter specifies the cache id of the tileView cache.

FileRasterTileCache(String,String,RasterTileFormat)

  • This is the constructor with all the parameters needed passed in.
Remarks
  • N/A
Parameters
  • cacheDirectory
    • Type:String
    • Description:This parameter specifies the cache directory of the tileView cache.
  • cacheId
    • Type:String
    • Description:This parameter specifies the cache id of the tileView cache.
  • imageFormat
    • Description:This parameter specifies the image format of the tileView cahce.

Protected Constructors

Public Methods

ClearCache(TimeSpan)

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

ClearCache(Double)

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

ClearCache(TimeSpan,Double)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • tileExpiration
    • Type:TimeSpan
    • Description:N/A
  • maxSizeInMegabytes
    • Type:Double
    • Description:N/A

ToString()

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

GetTile(Int32,Int64,Int64)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Tile
  • Description:N/A
Parameters
  • zoom
    • Type:Int32
    • Description:N/A
  • column
    • Type:Int64
    • Description:N/A
  • row
    • Type:Int64
    • Description:N/A

SaveTile(Tile)

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

DeleteTile(Tile)

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

ClearCache()

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

GetType()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Type
  • 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

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.

SaveTileCore(Tile)

  • N/A
Remarks
  • N/A
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.

CheckExpiration(String)

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

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

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

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

CacheDirectory

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

NoDataTileImage

  • N/A
Remarks
  • N/A
Return Value

LoadingTileImage

  • N/A
Remarks
  • N/A
Return Value

ImageFormat

  • N/A
Remarks
  • N/A
Return Value

JpegQuality

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

TileAccessMode

  • N/A
Remarks
  • N/A
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.filerastertilecache.txt · Last modified: 2019/09/26 09:34 (external edit)