C# Class Mapstache.SqlGeographyExtensions

Datei anzeigen Open project: awcoats/mapstache

Public Methods

Method Description
FromLonLat ( this geography ) : SqlGeometry

Projects a SqlGeography to transverse mercator.

Method Details

FromLonLat() public static method

Projects a SqlGeography to transverse mercator.
public static FromLonLat ( this geography ) : SqlGeometry
geography this
return SqlGeometry