User Tools

Site Tools


api:thinkgeo.mapsuite.layers.encryptedfilebitmaptilecache

ThinkGeo.MapSuite.Layers.EncryptedFileBitmapTileCache

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.Layers.TileCache
      • ThinkGeo.MapSuite.Layers.BitmapTileCache
        • ThinkGeo.MapSuite.Layers.FileBitmapTileCache
          • ThinkGeo.MapSuite.Layers.EncryptedFileBitmapTileCache

Members Summary

Public Constructors

EncryptedFileBitmapTileCache()

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

EncryptedFileBitmapTileCache(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 tile cache.

EncryptedFileBitmapTileCache(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 tile cache.
  • cacheId
    • Type:String
    • Description:This parameter specifies the cache id of the tile cache.

EncryptedFileBitmapTileCache(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

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

GetTileImageFileNames(RectangleShape)

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

GetTileImageFileName(Int64,Int64)

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

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

GetHigherScaleTile(RectangleShape,Double)

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

SaveTile(Tile)

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

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

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

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

SaveTileCore(Tile)

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

GetTileCore(Int64,Int64)

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

DeleteTileCore(Tile)

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

CheckExpiration(String)

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

GetBinariesFromBitmap(GeoImage)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Byte[]
  • Description:N/A
Parameters

ClearCacheCore()

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

GetHigherScaleTileCore(RectangleShape,Double)

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

MergeBitmaps(IEnumerable<BitmapTile>,Double)

  • N/A
Remarks
  • N/A
Return Value
Parameters
  • tilesToMerge
  • scale
    • Type:Double
    • Description:N/A

OnGottenCacheImage(GottenCacheImageBitmapTileCacheEventArgs)

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

OnGettingCacheImage(GettingCacheImageBitmapTileCacheEventArgs)

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

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

ExpirationTime

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

TileMatrix

  • N/A
Remarks
  • N/A
Return Value

TileAccessMode

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

GottenCacheImage

  • N/A
Remarks
  • N/A

Event Arguments:GottenCacheImageBitmapTileCacheEventArgs

GettingCacheImage

  • N/A
Remarks
api/thinkgeo.mapsuite.layers.encryptedfilebitmaptilecache.txt · Last modified: 2017/01/11 06:52 (external edit)