Esempio n. 1
0
 public static double GetLength(string lineWKT)
 {
     return(GeometryService.ParseWKTAsGeography(lineWKT).STLength().Value);
 }