C# Класс ArcStache.TileUtil

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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