User Tools

Site Tools


api:thinkgeo.mapsuite.layers.tilecache

ThinkGeo.MapSuite.Layers.TileCache

Inheritance Hierarchy

Members Summary

Public Constructors

Protected Constructors

TileCache(String,TileImageFormat,TileMatrix)

  • 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.
  • imageFormat
    • Description:This is the imageFormate showing what kind of image we are trying to save.
  • tileMatrix
    • Description:This is the tile matrix system which is used for caculating tiles.

Public Methods

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 tile to be saved.

SaveTiles(GeoImage,RectangleShape,Boolean)

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

SaveTiles(GeoImage,RectangleShape)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • image
    • Type:GeoImage
    • Description:The target bitmap to be saved into tiles.
  • imageExtent

DeleteTiles(RectangleShape)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • worldExtent
    • Description:The target extent to delete all tiles within it.

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 tile 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

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

GetType()

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

Protected Methods

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 tile 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 tile to be deleted.

Finalize()

  • 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

Public Properties

TileMatrix

  • N/A
Remarks
  • N/A
Return Value

TileAccessMode

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

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

CacheId

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

Protected Properties

Public Events

api/thinkgeo.mapsuite.layers.tilecache.txt · Last modified: 2017/01/11 06:52 (external edit)