C# 클래스 OsmMapControlLibrary.OsmHelper

This class contains some helper methods for the openstreetmap-project
파일 보기 프로젝트 열기: christophwille/winrt-openstreetmap-control

공개 메소드들

메소드 설명
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