C# 클래스 ArcStache.TileUtil

파일 보기 프로젝트 열기: dtsagile/arcstache 1 사용 예제들

공개 메소드들

메소드 설명
GeographicToTile ( double lon, double lat, int zoom ) : IPoint
GetEnvelopeFromZoomRowCol ( int zoom, int row, int col ) : IEnvelope
GetSpatialReference ( int wkid ) : ISpatialReference
TileToGeographic ( int tileX, int tileY, int zoom ) : IPoint
TileToWorldPos ( long tile_x, long tile_y, long zoom ) : IPoint

Returns NW corner of the tile

메소드 상세

GeographicToTile() 공개 정적인 메소드

public static GeographicToTile ( double lon, double lat, int zoom ) : IPoint
lon double
lat double
zoom int
리턴 IPoint

GetEnvelopeFromZoomRowCol() 공개 정적인 메소드

public static GetEnvelopeFromZoomRowCol ( int zoom, int row, int col ) : IEnvelope
zoom int
row int
col int
리턴 IEnvelope

GetSpatialReference() 공개 정적인 메소드

public static GetSpatialReference ( int wkid ) : ISpatialReference
wkid int
리턴 ISpatialReference

TileToGeographic() 공개 정적인 메소드

public static TileToGeographic ( int tileX, int tileY, int zoom ) : IPoint
tileX int
tileY int
zoom int
리턴 IPoint

TileToWorldPos() 공개 정적인 메소드

Returns NW corner of the tile
public static TileToWorldPos ( long tile_x, long tile_y, long zoom ) : IPoint
tile_x long
tile_y long
zoom long
리턴 IPoint