コード例 #1
0
 public GeomCoordinate GetNearestPoint(GeomCoordinate pt)
 {
     return(EarthUtilities.GetNearestPoint(this, pt));
 }