C# Class TileCook.MapnikVectorTileProvider

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

Méthodes publiques

Méthode Description
GetFormats ( ) : List
MapnikVectorTileProvider ( string xmlConfig, Layer tileSource ) : System
MapnikVectorTileProvider ( string xmlConfig, Layer tileSource, int buffer, string pngOptions, string jpegOptions ) : System
Render ( Coord coord, string format, int tileWidth, int tileHeight ) : byte[]

Private Methods

Méthode Description
Decompress ( byte bytes ) : byte[]

Method Details

GetFormats() public méthode

public GetFormats ( ) : List
Résultat List

MapnikVectorTileProvider() public méthode

public MapnikVectorTileProvider ( string xmlConfig, Layer tileSource ) : System
xmlConfig string
tileSource Layer
Résultat System

MapnikVectorTileProvider() public méthode

public MapnikVectorTileProvider ( string xmlConfig, Layer tileSource, int buffer, string pngOptions, string jpegOptions ) : System
xmlConfig string
tileSource Layer
buffer int
pngOptions string
jpegOptions string
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[]