C# 클래스 SuperMap.Web.Mapping.Tile

파일 보기 프로젝트 열기: SuperMap/iClient-for-Silverlight 1 사용 예제들

공개 메소드들

메소드 설명
GetTileKey ( int row, int column, double resolution, double resolutions ) : string
Tile ( int row, int col, double resolution, double resolutions, string url, bool useTransitions ) : System.Globalization

메소드 상세

GetTileKey() 공개 정적인 메소드

public static GetTileKey ( int row, int column, double resolution, double resolutions ) : string
row int
column int
resolution double
resolutions double
리턴 string

Tile() 공개 메소드

public Tile ( int row, int col, double resolution, double resolutions, string url, bool useTransitions ) : System.Globalization
row int
col int
resolution double
resolutions double
url string
useTransitions bool
리턴 System.Globalization