Ejemplo n.º 1
0
 public static void AddZCoordinate(this IPoint point, IRaster raster)
 {
     point.Z = raster.GetZValue(point);
 }