C# Class TileCook.ProxyProvider

Inheritance: IPassThoughProvider, IVectorTileProvider
显示文件 Open project: jbrwn/tc

Public Methods

Method Description
GetFormats ( ) : List
GetVectorTileMetadata ( ) : List
ProxyProvider ( string urlTemplate, string format, IEnumerable vectorLayers = null ) : System
Render ( Coord coord, string format, int tileWidth, int tileHeight ) : byte[]

Method Details

GetFormats() public method

public GetFormats ( ) : List
return List

GetVectorTileMetadata() public method

public GetVectorTileMetadata ( ) : List
return List

ProxyProvider() public method

public ProxyProvider ( string urlTemplate, string format, IEnumerable vectorLayers = null ) : System
urlTemplate string
format string
vectorLayers IEnumerable
return System

Render() public method

public Render ( Coord coord, string format, int tileWidth, int tileHeight ) : byte[]
coord Coord
format string
tileWidth int
tileHeight int
return byte[]