{ "name": "FeatureToPoint", "displayName": "Feature To Point", "description": "Creates a feature class containing points generated from the representative locations of input features.", "category": "", "helpUrl": "https://go.activeg.com/arcgis/rest/directories/arcgisoutput/GPTools/FeatureToPoint2_GPServer/GPTools_FeatureToPoint2/FeatureToPoint.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "in_features", "dataType": "GPString", "displayName": "Input Features", "description": "The input features that can be multipoint, line, polygon, or annotation.", "direction": "esriGPParameterDirectionInput", "defaultValue": "FeatureToPoint2\\WW_Main", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "WW_Main_FeatureToPoint", "WW_Main" ] }, { "name": "out_feature_class", "dataType": "GPFeatureRecordSetLayer", "displayName": "Output Feature Class", "description": "The output point feature class.", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPoint", "spatialReference": { "wkid": 102100, "latestWkid": 3857 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "MAXIMOID", "type": "esriFieldTypeInteger", "alias": "MAXIMOID" }, { "name": "MAIN_TYPE", "type": "esriFieldTypeSmallInteger", "alias": "MAIN_TYPE" }, { "name": "MAIN_SIZE", "type": "esriFieldTypeDouble", "alias": "MAIN_SIZE" }, { "name": "MAIN_LENGT", "type": "esriFieldTypeDouble", "alias": "MAIN_LENGT" }, { "name": "PROJECT_NA", "type": "esriFieldTypeString", "alias": "PROJECT_NA", "length": 50 }, { "name": "STATUS", "type": "esriFieldTypeString", "alias": "STATUS", "length": 25 }, { "name": "SUB_BASIN", "type": "esriFieldTypeString", "alias": "SUB_BASIN", "length": 35 }, { "name": "RECHARGE_Z", "type": "esriFieldTypeString", "alias": "RECHARGE_Z", "length": 5 }, { "name": "UP_ELEV", "type": "esriFieldTypeDouble", "alias": "UP_ELEV" }, { "name": "DOWN_ELEV", "type": "esriFieldTypeDouble", "alias": "DOWN_ELEV" }, { "name": "CREATEDATE", "type": "esriFieldTypeDate", "alias": "CREATEDATE", "length": 8 }, { "name": "CREATEDBY", "type": "esriFieldTypeString", "alias": "CREATEDBY", "length": 20 }, { "name": "MODIFIEDDA", "type": "esriFieldTypeDate", "alias": "MODIFIEDDA", "length": 8 }, { "name": "MODIFIEDBY", "type": "esriFieldTypeString", "alias": "MODIFIEDBY", "length": 20 }, { "name": "ASBUILT", "type": "esriFieldTypeString", "alias": "ASBUILT", "length": 100 }, { "name": "ENABLED", "type": "esriFieldTypeSmallInteger", "alias": "ENABLED" }, { "name": "PIPE_TYPE", "type": "esriFieldTypeString", "alias": "PIPE_TYPE", "length": 15 }, { "name": "MPCHECK", "type": "esriFieldTypeString", "alias": "MPCHECK", "length": 2 }, { "name": "MAXIMOID_P", "type": "esriFieldTypeString", "alias": "MAXIMOID_P", "length": 25 }, { "name": "OWNER", "type": "esriFieldTypeString", "alias": "OWNER", "length": 20 }, { "name": "LINLENGTH", "type": "esriFieldTypeDouble", "alias": "LINLENGTH" }, { "name": "MXCREATIONSTATE", "type": "esriFieldTypeInteger", "alias": "MXCREATIONSTATE" }, { "name": "MXASSET", "type": "esriFieldTypeString", "alias": "MXASSET", "length": 25 }, { "name": "MXSITEID", "type": "esriFieldTypeString", "alias": "MXSITEID", "length": 25 }, { "name": "ORIG_FID", "type": "esriFieldTypeInteger", "alias": "ORIG_FID" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "point_location", "dataType": "GPBoolean", "displayName": "Inside", "description": "Specifies whether to use representative centers of input features or locations contained by input features as the output point locations.Unchecked\u2014Uses the representative center of an input feature as its output point location. This location may not always be contained by the input feature. This is the default.Checked\u2014Uses a location contained by an input feature as its output point location.", "direction": "esriGPParameterDirectionInput", "defaultValue": false, "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }