{ "name": "FindDwellLocations", "displayName": "FindDwellLocations", "description": "", "category": "", "helpUrl": "https://spatialags.vhb.com/arcgis", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "inputLayer", "dataType": "GPFeatureRecordSetLayer", "displayName": "Input Features", "description": "", "direction": "esriGPParameterDirectionInput", "filter": { "type": "featureClass", "list": [ "esriGeometryPoint" ] }, "defaultValue": {}, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "trackFields", "dataType": "GPString", "displayName": "Track Fields", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "distanceMethod", "dataType": "GPString", "displayName": "Distance Method", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": "Planar", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "Geodesic", "Planar" ] }, { "name": "distanceTolerance", "dataType": "GPDouble", "displayName": "Distance Tolerance", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "distanceToleranceUnit", "dataType": "GPString", "displayName": "Distance Tolerance Unit", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "Kilometers", "Meters", "Miles", "NauticalMiles", "Yards", "Feet" ] }, { "name": "timeTolerance", "dataType": "GPLong", "displayName": "Time Tolerance", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "timeToleranceUnit", "dataType": "GPString", "displayName": "Time Tolerance Unit", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "Years", "Months", "Weeks", "Days", "Hours", "Minutes", "Seconds", "Milliseconds" ] }, { "name": "timeBoundarySplit", "dataType": "GPLong", "displayName": "Time Boundary Split", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "timeBoundarySplitUnit", "dataType": "GPString", "displayName": "Time Boundary Split Unit", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "", "choiceList": [ "Years", "Months", "Weeks", "Days", "Hours", "Minutes", "Seconds", "Milliseconds" ] }, { "name": "timeBoundaryReference", "dataType": "GPDate", "displayName": "Time Boundary Split Reference", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "summaryFields", "dataType": "GPString", "displayName": "Summary Statistics", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "outputType", "dataType": "GPString", "displayName": "Output Type", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": "DwellMeanCenters", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "AllFeatures", "DwellConvexHulls", "DwellFeatures", "DwellMeanCenters" ] }, { "name": "output", "dataType": "GPRecordSet", "displayName": "Output Features", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": {}, "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "outputName", "dataType": "GPString", "displayName": "output Name", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "context", "dataType": "GPString", "displayName": "Context", "description": "", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "Environment" } ] }