C# 클래스 TileCook.MapnikProvider

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

공개 메소드들

메소드 설명
GetFormats ( ) : List
GetVectorTileMetadata ( ) : List
MapnikProvider ( string xmlConfig ) : System
MapnikProvider ( string xmlConfig, int buffer, string pngOptions, string jpegOptions, int gridLayerIndex, int gridResolution, List gridFields, string compression ) : System
RegisterDatasources ( string path ) : void
RegisterFonts ( string path ) : void
Render ( Envelope envelope, string format, int tileWidth, int tileHeight ) : byte[]

비공개 메소드들

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

메소드 상세

GetFormats() 공개 메소드

public GetFormats ( ) : List
리턴 List

GetVectorTileMetadata() 공개 메소드

public GetVectorTileMetadata ( ) : List
리턴 List

MapnikProvider() 공개 메소드

public MapnikProvider ( string xmlConfig ) : System
xmlConfig string
리턴 System

MapnikProvider() 공개 메소드

public MapnikProvider ( string xmlConfig, int buffer, string pngOptions, string jpegOptions, int gridLayerIndex, int gridResolution, List gridFields, string compression ) : System
xmlConfig string
buffer int
pngOptions string
jpegOptions string
gridLayerIndex int
gridResolution int
gridFields List
compression string
리턴 System

RegisterDatasources() 공개 정적인 메소드

public static RegisterDatasources ( string path ) : void
path string
리턴 void

RegisterFonts() 공개 정적인 메소드

public static RegisterFonts ( string path ) : void
path string
리턴 void

Render() 공개 메소드

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