C# 클래스 TileCook.MapnikVectorTileProvider

상속: IPassThoughProvider
파일 보기 프로젝트 열기: jbrwn/tc

공개 메소드들

메소드 설명
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[]

비공개 메소드들

메소드 설명
Decompress ( byte bytes ) : byte[]

메소드 상세

GetFormats() 공개 메소드

public GetFormats ( ) : List
리턴 List

MapnikVectorTileProvider() 공개 메소드

public MapnikVectorTileProvider ( string xmlConfig, Layer tileSource ) : System
xmlConfig string
tileSource Layer
리턴 System

MapnikVectorTileProvider() 공개 메소드

public MapnikVectorTileProvider ( string xmlConfig, Layer tileSource, int buffer, string pngOptions, string jpegOptions ) : System
xmlConfig string
tileSource Layer
buffer int
pngOptions string
jpegOptions string
리턴 System

Render() 공개 메소드

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