{ "name": "RasterToPolygon", "displayName": "Raster to Polygon", "description": "Converts a raster dataset to polygon features.", "category": "", "helpUrl": "https://niderasolutions.com/server/rest/directories/arcgisoutput/GeoHerramientas/RasterToPolygon_pro_GPServer/GeoHerramientas_RasterToPolygon_pro/RasterToPolygon.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "in_raster", "dataType": "GPString", "displayName": "Input raster", "description": "The input raster dataset.The raster must be integer type.", "direction": "esriGPParameterDirectionInput", "defaultValue": "test_raster_ndvi.png", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "test_raster_ndvi.png" ] }, { "name": "out_polygon_features", "dataType": "GPFeatureRecordSetLayer", "displayName": "Output polygon features", "description": "The output feature class that will contain the converted polygons.", "direction": "esriGPParameterDirectionOutput", "defaultValue": {}, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "simplify", "dataType": "GPBoolean", "displayName": "Simplify polygons", "description": "Determines if the output polygons will be smoothed into simpler shapes or conform to the input raster's cell edges.Checked\u2014The polygons will be smoothed into simpler shapes. The smoothing is done in such a way that the polygons contain a minimum number of segments while remaining as close as possible to the original raster cell edges. This is the default.Unchecked\u2014The edge of the polygons will conform exactly to the input raster's cell edges. With this option, converting the resulting polygon feature class back to a raster would produce a raster the same as the original.", "direction": "esriGPParameterDirectionInput", "defaultValue": true, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "raster_field", "dataType": "GPString", "displayName": "Field", "description": "The field used to assign values from the cells in the input raster to the polygons in the output dataset.It can be an integer or a string field.", "direction": "esriGPParameterDirectionInput", "defaultValue": "Value", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "Value" ] }, { "name": "create_multipart_features", "dataType": "GPBoolean", "displayName": "Create multipart features", "description": "Specifies whether the output polygons will consist of single-part or multipart features.Checked\u2014Specifies that multipart features will be created based on polygons that have the same value.Unchecked\u2014Specifies that individual features will be created for each polygon. This is the default.", "direction": "esriGPParameterDirectionInput", "defaultValue": false, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "max_vertices_per_feature", "dataType": "GPLong", "displayName": "Maximum vertices per polygon feature", "description": "The vertex limit used to subdivide a polygon into smaller polygons. This parameter produces similar output as created by the Dice tool.If left empty, the output polygons will not be split. The default is empty.", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "esri_out_feature_service_name", "dataType": "GPString", "displayName": "Output Feature Service Name", "description": "The name of the optional feature service to create on the federated server containing the result of this tool. If no name is specified an output feature service will not be created.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }