Example #1
0
 public static T ToGeoJSONObject <T>(this DbGeometry dbGeometry) where T : GeoJSONObject
 {
     return(dbGeometry.ToGeoJSONGeometry() as T);
 }