C# Class TileCook.TestProvider

Inheritance: IEnvelopeProvider
显示文件 Open project: jbrwn/tc

Public Methods

Method Description
GetFormats ( ) : List
Render ( Envelope envelope, string format, int tileWidth, int tileHeight ) : byte[]
TestProvider ( ) : System

Method Details

GetFormats() public method

public GetFormats ( ) : List
return List

Render() public method

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

TestProvider() public method

public TestProvider ( ) : System
return System