{ "name": "ExtractByMask", "displayName": "Extract by Mask", "description": "Extracts the cells of a raster that correspond to the areas defined by a mask.", "category": "", "helpUrl": "https://arcgisportal.iterpa.pa.gov.br/server/rest/directories/arcgisoutput/SICARF/ExtractByMask_Raster_GPServer/SICARF_ExtractByMask_Raster/ExtractByMask.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "in_raster", "dataType": "GPString", "displayName": "Input raster", "description": "The input raster from which cells will be extracted.", "direction": "esriGPParameterDirectionInput", "defaultValue": "benevides_1_5cm", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "benevides_1_5cm", "juruti_1_5cm", "juruti_2_5cm", "Moju_1_5cm" ] }, { "name": "in_mask_data", "dataType": "GPString", "displayName": "Input raster or feature mask data", "description": "The input mask data defining the cell locations to extract.It can be a raster or a feature dataset.When the input mask data is a raster, NoData cells on the mask will be assigned NoData values on the output raster.When the input mask is feature data, cells in the input raster whose center falls within the specified shape of the feature will be included in the output, while cells whose center falls outside will receive NoData.", "direction": "esriGPParameterDirectionInput", "defaultValue": "AreaDeInteresse", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "AreaDeInteresse" ] }, { "name": "out_raster", "dataType": "GPRasterDataLayer", "displayName": "Output raster", "description": "The output raster containing the cell values extracted from the input raster.", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "extraction_area", "dataType": "GPString", "displayName": "Extraction Area", "description": "Specifies whether cells inside or outside the locations defined by the input mask will be selected and written to the output raster.Inside\u2014Cells within the input mask will be selected and written to the output raster. All cells outside the mask will receive NoData on the output raster. This is default.Outside\u2014Cells outside the input mask will be selected and written to the output raster. All cells covered by the mask will receive NoData.", "direction": "esriGPParameterDirectionInput", "defaultValue": "INSIDE", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "INSIDE", "OUTSIDE" ] }, { "name": "analysis_extent", "dataType": "GPString", "displayName": "Analysis Extent", "description": "The extent that defines the area to be extracted.By default, the extent is calculated as the intersection of the Input raster value and the Input raster or feature mask data value. Processing will occur out to the x and y limits, and cells outside that extent will be NoData.The parameters identified with the left and down arrows define the lower left coordinate of the area to be extracted, and those with the right and up arrows define the upper right coordinate.The coordinates are specified in the same map units as the input raster if not explicitly set by the analysis environment", "direction": "esriGPParameterDirectionInput", "defaultValue": "806986.968506291 9848075.9526473 807043.130278085 9848161.33107917 PROJCS[\"SIRGAS_2000_UTM_Zone_22S\",GEOGCS[\"GCS_SIRGAS_2000\",DATUM[\"D_SIRGAS_2000\",SPHEROID[\"GRS_1980\",6378137.0,298.257222101]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]],PROJECTION[\"Transverse_Mercator\"],PARAMETER[\"False_Easting\",500000.0],PARAMETER[\"False_Northing\",10000000.0],PARAMETER[\"Central_Meridian\",-51.0],PARAMETER[\"Scale_Factor\",0.9996],PARAMETER[\"Latitude_Of_Origin\",0.0],UNIT[\"Meter\",1.0]],VERTCS[\"EGM96_Geoid\",VDATUM[\"EGM96_Geoid\"],PARAMETER[\"Vertical_Shift\",0.0],PARAMETER[\"Direction\",1.0],UNIT[\"Meter\",1.0]]", "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }