Class EncryptedFileRasterTileCache
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
stringThis 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
stringThis parameter specifies the cache directory of the tileView cache.
cacheId
stringThis 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
Returns
SaveTileCore(Tile)
protected override void SaveTileCore(Tile tile)
Parameters
tile
Tile