org.n52.wps.ags.spatialanalyst.math.generalization.boundaryclean BoundaryClean Smoothes the boundary between zones by expanding and shrinking it. Uses ArcObjects library - Spatial Analyst in_raster in raster The input raster to which Boundary Clean is applied. application/img application/GeoTIFF application/img sort_type sort type Specifies the type of sorting. This determines the priority of cells to expand into their neighbors. NO_SORT — Does no sorting by size. Zones with larger values have a higher priority to expand into zones with smaller values. This is the default. DESCEND — Sorts zones in descending order by size. Zones with larger total areas have a higher priority to expand into zones with smaller total areas. ASCEND — Sorts zones in ascending order by size. Zones with smaller total areas have a higher priority to expand into zones with larger total areas. NO_SORT DESCEND ASCEND number_of_runs number of runs Specifies the number of directions in which the expansion and shrinking will take place. TWO_WAY — Performs expansion and shrinking according to sorting type, then performs an additional shrinking and expansion with the priority reversed. This is the default. ONE_WAY — Performs expansion and shrinking once, according to sorting type. out_raster out raster The raster to be created. application/img application/GeoTIFF application/img