C# Class Mapstache.SphericalMercator

Afficher le fichier Open project: awcoats/mapstache Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

FromLonLat() public static méthode

public static FromLonLat ( PointF lonlat ) : Point
lonlat System.Drawing.PointF
Résultat Point

FromLonLat() public static méthode

public static FromLonLat ( RectangleF bbox ) : Rectangle
bbox System.Drawing.RectangleF
Résultat System.Drawing.Rectangle

FromLonLat() public static méthode

public static FromLonLat ( double lon, double lat, double &x, double &y ) : void
lon double
lat double
x double
y double
Résultat void

ToLonLat() public static méthode

public static ToLonLat ( Point xy ) : PointF
xy Point
Résultat System.Drawing.PointF

ToLonLat() public static méthode

public static ToLonLat ( RectangleF bbox ) : RectangleF
bbox System.Drawing.RectangleF
Résultat System.Drawing.RectangleF

ToLonLat() public static méthode

public static ToLonLat ( double x, double y, double &lon, double &lat ) : void
x double
y double
lon double
lat double
Résultat void