org.n52.wps.ags.spatialanalyst.interpolation.naturalneighbor NaturalNeighbor_sa Interpolates a surface from points using a natural neighbor technique. Uses ArcObjects library - Spatial Analyst in_point_features in point features The input point features containing the z-values to be interpolated into a surface raster. application/x-zipped-shp application/x-zipped-shp z_field z field Field that holds a height or magnitude value for each point. This can be a numeric field or the Shape field if the Input point features contain z-values. cell_size cell size The cell size at which the output raster will be created. This will be the value in the Environment if it is explicitly set. Otherwise, it is the shorter of the width or the height of the extent of in_point_features in the input spatial reference, divided by 250. out_raster out raster The output raster surface to be created. application/img application/GeoTIFF application/img