C# 클래스 TileCook.TestProvider

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

공개 메소드들

메소드 설명
GetFormats ( ) : List
Render ( Envelope envelope, string format, int tileWidth, int tileHeight ) : byte[]
TestProvider ( ) : System

메소드 상세

GetFormats() 공개 메소드

public GetFormats ( ) : List
리턴 List

Render() 공개 메소드

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

TestProvider() 공개 메소드

public TestProvider ( ) : System
리턴 System