org.n52.wps.ags.spatialanalyst.extraction.extractbypolygon ExtractByPolygon_sa Extracts the cells of a raster based on a polygon. Uses ArcObjects library - Spatial Analyst in_raster in_raster The input raster from which cells will be extracted. application/img application/GeoTIFF application/img polygon polygon Polygon that defines the area to be extracted. X,Y coordinates define the vertices of the polygon. extraction_area extraction area Identifies whether to extract cells inside or outside the input polygon. INSIDE — A keyword specifying that the cells inside the input polygon should be selected and written to the output raster. All cells outside the polygon will receive NoData values on the output raster. OUTSIDE — A keyword specifying that the cells outside the input polygon should be selected and written to the output raster. All cells inside the polygon will receive NoData values on the output grid. INSIDE OUTSIDE out_raster out raster The raster to be created. application/img application/GeoTIFF application/img