public static IGeometryObject ToGeoJSONGeometry(this DbGeography dbGeography) { return(WkbDecode.Decode(dbGeography.AsBinary())); }
public static IGeometryObject ToGeoJSONGeometry(this byte[] wkb) { return(WkbDecode.Decode(wkb)); }