C# 클래스 Mapstache.SphericalMercator

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

공개 메소드들

메소드 설명
FromLonLat ( PointF lonlat ) : Point
FromLonLat ( RectangleF bbox ) : Rectangle
FromLonLat ( double lon, double lat, double &x, double &y ) : void
ToLonLat ( Point xy ) : PointF
ToLonLat ( RectangleF bbox ) : RectangleF
ToLonLat ( double x, double y, double &lon, double &lat ) : void

메소드 상세

FromLonLat() 공개 정적인 메소드

public static FromLonLat ( PointF lonlat ) : Point
lonlat System.Drawing.PointF
리턴 Point

FromLonLat() 공개 정적인 메소드

public static FromLonLat ( RectangleF bbox ) : Rectangle
bbox System.Drawing.RectangleF
리턴 System.Drawing.Rectangle

FromLonLat() 공개 정적인 메소드

public static FromLonLat ( double lon, double lat, double &x, double &y ) : void
lon double
lat double
x double
y double
리턴 void

ToLonLat() 공개 정적인 메소드

public static ToLonLat ( Point xy ) : PointF
xy Point
리턴 System.Drawing.PointF

ToLonLat() 공개 정적인 메소드

public static ToLonLat ( RectangleF bbox ) : RectangleF
bbox System.Drawing.RectangleF
리턴 System.Drawing.RectangleF

ToLonLat() 공개 정적인 메소드

public static ToLonLat ( double x, double y, double &lon, double &lat ) : void
x double
y double
lon double
lat double
리턴 void