org.n52.wps.ags.spatialanalyst.extraction.extractbycircle ExtractByCircle Extracts the cells of a raster based on a circle. Uses ArcObjects library - Spatial Analyst in_raster in raster The input raster from which cells will be extracted. application/img application/GeoTIFF application/img center_point center point Center coordinate (x,y) of circle defining the area to be extracted. The coordinates are specified in the same map units as the in_raster. radius radius Radius of circle defining the area to be extracted. The radius is specified in map units and is in the same units as the in_raster. extraction_area extraction area Identifies whether to extract cells inside or outside the input circle. INSIDE — A keyword specifying that the cells inside the input circle should be selected and written to the output raster. All cells outside the circle will receive NoData on the output raster. OUTSIDE — A keyword specifying that the cells outside the input circle should be selected and written to the output raster. All cells inside the circle will receive NoData on the output raster. INSIDE OUTSIDE out_raster out raster The raster to be created. application/img application/GeoTIFF application/img