C# Класс SuperMap.Web.Mapping.Tile

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

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

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