public static void AddZCoordinate(this IPoint point, IRaster raster) { point.Z = raster.GetZValue(point); }