C# 클래스 Fusion.Engine.Graphics.GIS.DataSystem.MapSources.BingMaps.BaseBingMapsSource

상속: BaseMapSource
파일 보기 프로젝트 열기: demiurghg/FusionEngine

보호된 프로퍼티들

프로퍼티 타입 설명
UrlFormat string
Version string
language string
serverLetters string

공개 메소드들

메소드 설명
BaseBingMapsSource ( Game game ) : System
GenerateUrl ( int x, int y, int zoom ) : string

비공개 메소드들

메소드 설명
GetServerNum ( int x, int y ) : char
TileXYToQuadKey ( long tileX, long tileY, int levelOfDetail ) : string

메소드 상세

BaseBingMapsSource() 공개 메소드

public BaseBingMapsSource ( Game game ) : System
game Game
리턴 System

GenerateUrl() 공개 메소드

public GenerateUrl ( int x, int y, int zoom ) : string
x int
y int
zoom int
리턴 string

프로퍼티 상세

UrlFormat 보호되어 있는 프로퍼티

protected string UrlFormat
리턴 string

Version 보호되어 있는 프로퍼티

protected string Version
리턴 string

language 보호되어 있는 프로퍼티

protected string language
리턴 string

serverLetters 보호되어 있는 프로퍼티

protected string serverLetters
리턴 string