Table of Contents

Class EncryptedFileRasterTileCache

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll
public class EncryptedFileRasterTileCache : FileRasterTileCache
Inheritance
EncryptedFileRasterTileCache
Inherited Members

Constructors

EncryptedFileRasterTileCache()

This is the default constructor.

public EncryptedFileRasterTileCache()

Remarks

If you use this constructor, you have to set the properties manually.

EncryptedFileRasterTileCache(string)

This is the overloads constructor.

public EncryptedFileRasterTileCache(string cacheDirectory)

Parameters

cacheDirectory string

This parameter specifies the cache directory of the tileView cache.

Remarks

If you use this constructor, the other properties are set with default values.

EncryptedFileRasterTileCache(string, string)

This is the overloads constructor.

public EncryptedFileRasterTileCache(string cacheDirectory, string cacheId)

Parameters

cacheDirectory string

This parameter specifies the cache directory of the tileView cache.

cacheId string

This parameter specifies the cache id of the tileView cache.

Remarks

If you use this constructor, the other properties are set with default values.

Methods

GetTileCore(int, long, long)

protected override Tile GetTileCore(int zoom, long column, long row)

Parameters

zoom int
column long
row long

Returns

Tile

SaveTileCore(Tile)

protected override void SaveTileCore(Tile tile)

Parameters

tile Tile