User Tools

Site Tools


thinkgeo.mapsuite.core.filenativeimagetilecache

This is an old revision of the document!


ThinkGeo.MapSuite.Core.FileNativeImageTileCache

This class is a concrete class inherits from NativeImageTileCache. In this class, the tiles will be saved in disk and can be viewed very conveniently.

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.Core.TileCache
      • ThinkGeo.MapSuite.Core.NativeImageTileCache
        • ThinkGeo.MapSuite.Core.FileNativeImageTileCache

Members Summary

Public Constructors

FileNativeImageTileCache()

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

FileNativeImageTileCache(String,String,TileImageFormat,TileMatrix)

  • 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 tile cache.
  • cacheId
    • Type:String
    • Description:This parameter specifies the cache id of the tile cache.
  • imageFormat
    • Description:This parameter specifies the image format of the tile cahce.
  • tileMatrix
    • Description:This parameter specifies the tile matrix of the tile cache.

Protected Constructors

Public Methods

GetTile(RectangleShape)

  • N/A
Remarks
  • N/A
Return Value
Parameters

GetTile(Int64,Int64)

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

GetTiles(RectangleShape)

  • N/A
Remarks
  • N/A
Return Value
Parameters

SaveTile(Tile)

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

SaveTiles(Bitmap,RectangleShape,Boolean)

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

SaveTiles(Bitmap,RectangleShape)

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

DeleteTiles(RectangleShape)

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

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

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

GetTileCore(Int64,Int64)

  • This method returns the NativeImageTile corresponding to passed in row and column.
Remarks
  • N/A
Return Value
  • Description:Returns the NativeImageTile corresponding to the passed in row and column.
Parameters
  • row
    • Type:Int64
    • Description:The target row for the tile to fetch.
  • column
    • Type:Int64
    • Description:The target column for the tile to fetch.

SaveTileCore(Tile)

  • This method will save the target tile passed in, you could override this API to create your own logic.
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters
  • tile
    • Type:Tile
    • Description:The target tile to be saved.

DeleteTileCore(Tile)

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

ClearCacheCore()

  • This method will clear all the tiles in the tileCache.
Remarks
  • This method will not take effect when the ReadOnly is set to true.
Return Value
  • Type:Void
  • Description:N/A
Parameters

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

CacheDirectory

Gets or sets the cache direcory.

Remarks

N/A

Return Value
  • Type:String

TileMatrix

N/A

Remarks

N/A

Return Value

TileAccessMode

N/A

Remarks

N/A

Return Value

NoDataTileImage

N/A

Remarks

N/A

Return Value
  • Type:Bitmap

LoadingTileImage

N/A

Remarks

N/A

Return Value
  • Type:Bitmap

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

thinkgeo.mapsuite.core.filenativeimagetilecache.1442909929.txt.gz ยท Last modified: 2015/09/22 08:18 by admin