org.n52.wps.ags.spatialanalyst.extraction.extractvaluestopoints ExtractValuesToPoints_sa Extracts the cell values of a raster based on a set of points. Uses ArcObjects library - Spatial Analyst in_point_feature in point feature The input point features to which you want to add raster values. application/x-zipped-shp application/x-zipped-shp in_raster in raster The name of a raster dataset whose values you want to add to the input point features. application/img application/GeoTIFF application/img interpolate_values interpolatie values Specifies whether or not interpolation will be used. NONE — No interpolation will be applied; the value of the cell center will be used. INTERPOLATE — The value of the cell will be calculated from the adjacent cells with valid values using bilinear interpolation. NoData values will be ignored in the interpolation unless all adjacent cells are NoData. add_attributes interpolation as boolean Determines if the raster attributes are written to the output point feature dataset. VALUE_ONLY — Only the value of the input raster is added to the point attributes. This is the default. ALL — All the fields from the input raster (except Count) will be added to the point attributes. out_point_feature out point feature The output point feature dataset containing the extracted raster values. application/x-zipped-shp application/x-zipped-shp