C# Класс OsmMapControlLibrary.OsmHelper

This class contains some helper methods for the openstreetmap-project
Показать файл Открыть проект

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

Метод Описание
ConvertToCoordinate ( double x, double y, long zoom ) : Point

Converts the

ConvertToTileNumber ( double lat, double lon, long zoom ) : Point

Converts the coordinates of a point to a certain tilenumber

ConvertToTilePosition ( double lon, double lat, int zoom ) : Point

Converts the coordinates of a point to a certain tileposition

Описание методов

ConvertToCoordinate() публичный статический Метод

Converts the
public static ConvertToCoordinate ( double x, double y, long zoom ) : Point
x double
y double
zoom long
Результат Point

ConvertToTileNumber() публичный статический Метод

Converts the coordinates of a point to a certain tilenumber
public static ConvertToTileNumber ( double lat, double lon, long zoom ) : Point
lat double Latitude position
lon double Longitude position
zoom long Zooml level
Результат Point

ConvertToTilePosition() публичный статический Метод

Converts the coordinates of a point to a certain tileposition
public static ConvertToTilePosition ( double lon, double lat, int zoom ) : Point
lon double Longitude position
lat double Latitude position
zoom int Zooml level
Результат Point