org.n52.wps.ags.spatialanalyst.extraction.extractbypoints ExtractByPoints_sa Extracts the cells of a raster based on points. Uses ArcObjects library - Spatial Analyst in_raster in raster The input raster from which cells will be extracted. application/img application/GeoTIFF application/img points points The points where values will be extracted from the raster. The points are specified as x,y coordinate pairs. The points are in the same map units as in_raster. extraction_area extraction area Identifies whether to extract cells inside or outside the input points. INSIDE — A keyword specifying that the cell in which the selected point falls will be written to the output raster. All cells outside the box will receive NoData on the output raster. OUTSIDE — A keyword specifying that the cells outside the input points should be selected and written to the output raster. INSIDE OUTSIDE out_raster out raster The raster to be created. application/img application/GeoTIFF application/img