{ "name": "CopyFeatures", "displayName": "Copy Features", "description": "Copies features from the input feature class or layer to a new feature class.", "category": "", "helpUrl": "https://rc-arcgis01.co.rice.mn.us/arcserver/rest/directories/arcgisoutput/CopyFeatures_GPServer/CopyFeatures/CopyFeatures.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "in_features", "dataType": "GPString", "displayName": "Input Features", "description": "The features to be copied.", "direction": "esriGPParameterDirectionInput", "defaultValue": "CopyFeatures\\Faribault Fire Hydrants", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "test", "Lonsdale Fire Hydrants", "Faribault Fire Hydrants", "Morristown Fire Hydrants", "Dundas Fire Hydrants", "Northfield Fire Hydrants" ] }, { "name": "out_feature_class", "dataType": "GPFeatureRecordSetLayer", "displayName": "Output Feature Class", "description": "The feature class which will be created and to which the features will be copied.", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPoint", "spatialReference": { "wkid": 103772, "latestWkid": 103772 }, "fields": [ { "name": "FID", "type": "esriFieldTypeOID", "alias": "FID" }, { "name": "cid", "type": "esriFieldTypeInteger", "alias": "cid" }, { "name": "build_year", "type": "esriFieldTypeInteger", "alias": "build_year" }, { "name": "top_elev", "type": "esriFieldTypeDouble", "alias": "top_elev" }, { "name": "pipe_diam", "type": "esriFieldTypeDouble", "alias": "pipe_diam" }, { "name": "category", "type": "esriFieldTypeString", "alias": "category", "length": 254 }, { "name": "is_plugged", "type": "esriFieldTypeString", "alias": "is_plugged", "length": 10 }, { "name": "owner_name", "type": "esriFieldTypeString", "alias": "owner_name", "length": 50 }, { "name": "owner_cate", "type": "esriFieldTypeString", "alias": "owner_cate", "length": 50 }, { "name": "hyd_model", "type": "esriFieldTypeString", "alias": "hyd_model", "length": 50 }, { "name": "feature_co", "type": "esriFieldTypeString", "alias": "feature_co", "length": 50 }, { "name": "source_acc", "type": "esriFieldTypeString", "alias": "source_acc", "length": 50 }, { "name": "source_des", "type": "esriFieldTypeString", "alias": "source_des", "length": 254 }, { "name": "plan_id", "type": "esriFieldTypeInteger", "alias": "plan_id" }, { "name": "plan_page_", "type": "esriFieldTypeInteger", "alias": "plan_page_" }, { "name": "wat_zone", "type": "esriFieldTypeString", "alias": "wat_zone", "length": 50 }, { "name": "label", "type": "esriFieldTypeString", "alias": "label", "length": 50 }, { "name": "proj_name", "type": "esriFieldTypeString", "alias": "proj_name", "length": 50 }, { "name": "note", "type": "esriFieldTypeString", "alias": "note", "length": 254 }, { "name": "has_marker", "type": "esriFieldTypeString", "alias": "has_marker", "length": 10 }, { "name": "gps_top_el", "type": "esriFieldTypeDouble", "alias": "gps_top_el" }, { "name": "est_horiz_", "type": "esriFieldTypeDouble", "alias": "est_horiz_" }, { "name": "est_vert_a", "type": "esriFieldTypeDouble", "alias": "est_vert_a" }, { "name": "PlansetID", "type": "esriFieldTypeString", "alias": "PlansetID", "length": 15 } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "config_keyword", "dataType": "GPString", "displayName": "Configuration Keyword", "description": "Geodatabase configuration keyword to be applied if the output is a geodatabase.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "spatial_grid_1", "dataType": "GPDouble", "displayName": "Output Spatial Grid 1", "description": "This parameter has been deprecated in ArcGIS Pro. Any value you enter is ignored.", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "spatial_grid_2", "dataType": "GPDouble", "displayName": "Output Spatial Grid 2", "description": "This parameter has been deprecated in ArcGIS Pro. Any value you enter is ignored.", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "spatial_grid_3", "dataType": "GPDouble", "displayName": "Output Spatial Grid 3", "description": "This parameter has been deprecated in ArcGIS Pro. Any value you enter is ignored.", "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": "" } ] }