C# 클래스 Mapstache.Utf8Grid

상속: IDisposable
파일 보기 프로젝트 열기: awcoats/mapstache 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CreateBrush ( int p ) : Brush
CreateGraphics ( ) : Graphics
CreatePen ( int p ) : Pen
CreateUtfGridJson ( ) : string
Dispose ( ) : void
FillPolygon ( SqlGeography geography, int i, object data = null ) : void
GetBoundingBoxInLatLngWithMargin ( int tileX, int tileY, int zoom ) : RectangleF
IntToRgb ( int p ) : Color
RgbToInt ( int start, byte rgbValues, int x ) : int
Utf8Grid ( int utfGridResolution, int tileX, int tileY, int zoom ) : System

메소드 상세

CreateBrush() 공개 정적인 메소드

public static CreateBrush ( int p ) : Brush
p int
리턴 System.Drawing.Brush

CreateGraphics() 공개 메소드

public CreateGraphics ( ) : Graphics
리턴 System.Drawing.Graphics

CreatePen() 공개 정적인 메소드

public static CreatePen ( int p ) : Pen
p int
리턴 System.Drawing.Pen

CreateUtfGridJson() 공개 메소드

public CreateUtfGridJson ( ) : string
리턴 string

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FillPolygon() 공개 메소드

public FillPolygon ( SqlGeography geography, int i, object data = null ) : void
geography SqlGeography
i int
data object
리턴 void

GetBoundingBoxInLatLngWithMargin() 공개 메소드

public GetBoundingBoxInLatLngWithMargin ( int tileX, int tileY, int zoom ) : RectangleF
tileX int
tileY int
zoom int
리턴 System.Drawing.RectangleF

IntToRgb() 공개 정적인 메소드

public static IntToRgb ( int p ) : Color
p int
리턴 Color

RgbToInt() 공개 정적인 메소드

public static RgbToInt ( int start, byte rgbValues, int x ) : int
start int
rgbValues byte
x int
리턴 int

Utf8Grid() 공개 메소드

public Utf8Grid ( int utfGridResolution, int tileX, int tileY, int zoom ) : System
utfGridResolution int
tileX int
tileY int
zoom int
리턴 System