{ "name": "FeatureToPolygon", "displayName": "Feature To Polygon", "description": "Geoprocessing tool that creates polygons from areas enclosed by line or polygon features.", "category": "", "helpUrl": "https://zee.rs.gov.br/server/rest/directories/arcgisoutput/App/FeatureToPolygon_GPServer/App_FeatureToPolygon/FeatureToPolygon.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "in_features", "dataType": "GPMultiValue:GPString", "displayName": "Input Features", "description": "The input features that can be line or polygon, or both.", "direction": "esriGPParameterDirectionInput", "defaultValue": [ "FeatureToPolygon\\ROUBO_FURTO_Dissolve" ], "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "ROUBO_FURTO_Dissolve_Feature", "AJURICABA_Buff_in_out", "ROUBO_FURTO_SummarizeWithin", "AJURICABA_SummarizeNearby", "AJURICABA_Union", "AJURICABA_Buff_in", "AJURICABA_Buff_out", "ROUBO_FURTO_Dissolve" ] }, { "name": "out_feature_class", "dataType": "GPFeatureRecordSetLayer", "displayName": "Output Feature Class", "description": "The output polygon feature class.", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolygon", "spatialReference": { "wkid": 4674, "latestWkid": 4674 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "FID_ROUBO_FURTO_Dissolve", "type": "esriFieldTypeInteger", "alias": "FID_ROUBO_FURTO_Dissolve" }, { "name": "nm_municip", "type": "esriFieldTypeString", "alias": "nm_municip", "length": 60 }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length" }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "attributes", "dataType": "GPBoolean", "displayName": "Preserve attributes", "description": "Specifies whether to preserve the input attribute schema or the attributes from label features in the output feature class, or omit any input attributes in the output feature class. This parameter does not work and should not be used. It will not be removed for backward compatibility of scripts or models. The output attribute schema and field values for certain input combinations may be produced as described in the usage notes; most of them are unintended. Checked\u2014Preserves the input attribute schema or the attribures from label features, if provided, in the output features. This is the default. Unchecked\u2014Omits any input attributes in the output feature class.", "direction": "esriGPParameterDirectionInput", "defaultValue": true, "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": "" } ] }