C# Class TileCook.ProxyProvider

Inheritance: IPassThoughProvider, IVectorTileProvider
Afficher le fichier Open project: jbrwn/tc

Méthodes publiques

Méthode 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 méthode

public GetFormats ( ) : List
Résultat List

GetVectorTileMetadata() public méthode

public GetVectorTileMetadata ( ) : List
Résultat List

ProxyProvider() public méthode

public ProxyProvider ( string urlTemplate, string format, IEnumerable vectorLayers = null ) : System
urlTemplate string
format string
vectorLayers IEnumerable
Résultat System

Render() public méthode

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