C# 클래스 SuperMap.Connector.Control.WindowsPhone.TiledLayer

상속: Layer
파일 보기 프로젝트 열기: SuperMap/iClient-for-DotNet

공개 메소드들

메소드 설명
Draw ( ) : void
GetTileUrl ( int x, int y, double resolution ) : string
TiledLayer ( ) : System

비공개 메소드들

메소드 설명
AddTile ( Tile tile ) : void
GetTileSpanWithin ( Rectangle2D bounds, double resolution ) : int[]

메소드 상세

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

GetTileUrl() 공개 추상적인 메소드

public abstract GetTileUrl ( int x, int y, double resolution ) : string
x int
y int
resolution double
리턴 string

TiledLayer() 공개 메소드

public TiledLayer ( ) : System
리턴 System