메소드 | 설명 | |
---|---|---|
ExtractTileBytes ( string layer, BoundingRectangle area, string key, string contentType ) : byte[] |
Extracts a binary representation of tile from cache.
|
|
SaveTileBytes ( string layer, BoundingRectangle area, string key, byte tile, string contentType ) : void |
Saves a binary representation of an image into cache.
|
|
WebTileCacheAccessor ( |
Initializes a new instance of the MapAround.Caching.WebTileCacheAccessor
|
메소드 | 설명 | |
---|---|---|
checkCache ( ) : void |
public ExtractTileBytes ( string layer, BoundingRectangle area, string key, string contentType ) : byte[] | ||
layer | string | |
area | BoundingRectangle | Area description |
key | string | Access key |
contentType | string | |
리턴 | byte[] |
public SaveTileBytes ( string layer, BoundingRectangle area, string key, byte tile, string contentType ) : void | ||
layer | string | |
area | BoundingRectangle | Area description |
key | string | Access key |
tile | byte | Byte array that contains a binary representation of a tile image |
contentType | string | |
리턴 | void |
public WebTileCacheAccessor ( |
||
cache | An instance of the System.Web.Caching.Cache | |
리턴 | System.Text |