C# 클래스 TileCook.ProxyProvider

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

공개 메소드들

메소드 설명
GetFormats ( ) : List
GetVectorTileMetadata ( ) : List
ProxyProvider ( string urlTemplate, string format, IEnumerable vectorLayers = null ) : System
Render ( Coord coord, string format, int tileWidth, int tileHeight ) : byte[]

메소드 상세

GetFormats() 공개 메소드

public GetFormats ( ) : List
리턴 List

GetVectorTileMetadata() 공개 메소드

public GetVectorTileMetadata ( ) : List
리턴 List

ProxyProvider() 공개 메소드

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

Render() 공개 메소드

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