{ "name": "FeatureClassToFeatureClass", "displayName": "Feature Class To Feature Class", "description": "Converts a feature class or feature layer to a feature class.", "category": "", "helpUrl": "https://ps.esriindonesia.co.id/server/rest/directories/arcgisoutput/FeatureClassToFeatureClass_GPServer/FeatureClassToFeatureClass/FeatureClassToFeatureClass.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "in_features", "dataType": "GPString", "displayName": "Input Features", "description": "The feature class or feature layer that will be converted.", "direction": "esriGPParameterDirectionInput", "defaultValue": "jojo.sde.test_contour", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "test_contour", "jojo.sde.test_contour" ] }, { "name": "out_name", "dataType": "GPString", "displayName": "Output Name", "description": "The name of the output feature class.", "direction": "esriGPParameterDirectionInput", "defaultValue": "test_contour.shp", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "where_clause", "dataType": "GPString", "displayName": "Expression", "description": "An SQL expression used to select a subset of features.", "direction": "esriGPParameterDirectionInput", "dependency": "in_features", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "field_mapping", "dataType": "GPString", "displayName": "Field Map", "description": "Controls which attribute fields will be in the output. By default, all fields from the inputs will be included.Fields can be added, deleted, renamed, and reordered, and you can change their properties.Merge rules allow you to specify how values from two or more input fields are merged or combined into a single output value. There are several merge rules you can use to determine how the output field will be populated with values.First\u2014Use the input fields' first value.Last\u2014Use the input fields' last value.Join\u2014Concatenate (join) the input field values.Sum\u2014Calculate the total of the input field values.Mean\u2014Calculate the mean (average) of the input field values.Median\u2014Calculate the median (middle) of the input field values.Mode\u2014Use the value with the highest frequency.Min\u2014Use the minimum value of all the input field values.Max\u2014Use the maximum value of all the input field values.Standard deviation\u2014Use the standard deviation classification method on all the input field values.Count\u2014Find the number of records included in the calculation.", "direction": "esriGPParameterDirectionInput", "dependency": "in_features", "defaultValue": "id \"id\" true false false 4 Long 0 10,First,#,jojo.sde.test_contour,id,-1,-1;contour \"contour\" true false false 8 Double 8 38,First,#,jojo.sde.test_contour,contour,-1,-1", "parameterType": "esriGPParameterTypeOptional", "category": "Fields" }, { "name": "config_keyword", "dataType": "GPString", "displayName": "Configuration Keyword", "description": "Specifies the default storage parameters (configurations) for geodatabases in a relational database management system (RDBMS). This setting is applicable only when using enterprise geodatabase tables.Configuration keywords are set by the database administrator.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "Geodatabase Settings" }, { "name": "out_feature_class", "dataType": "GPFeatureRecordSetLayer", "displayName": "Output Feature Class", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolyline", "spatialReference": { "wkid": 4326, "latestWkid": 4326 }, "fields": [ { "name": "FID", "type": "esriFieldTypeOID", "alias": "FID" }, { "name": "id", "type": "esriFieldTypeInteger", "alias": "id" }, { "name": "contour", "type": "esriFieldTypeDouble", "alias": "contour" }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeDerived", "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": "" } ] }