{ "name": "CensusBlockSummary", "displayName": "Census Block Summary", "description": "This tool will accept a polygon feature set and use it to select Census Block Centroids. The blocks' attributes are then summarized and returned to the user.", "category": "", "helpUrl": "https://gisportal.stocktonca.gov/arcgis/rest/directories/arcgisoutput/CensusBlockSummary_GPServer/CensusBlockSummary/CensusBlockSummary.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "selection_features", "dataType": "GPFeatureRecordSetLayer", "displayName": "selection_features", "description": "Selection Polygon used to query Census Block Demographics", "direction": "esriGPParameterDirectionInput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolygon", "spatialReference": { "wkid": 102643, "latestWkid": 2227 }, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "FeatureTypeCode", "type": "esriFieldTypeSmallInteger", "alias": "FeatureTypeCode" }, { "name": "Name", "type": "esriFieldTypeString", "alias": "Name", "length": 50 }, { "name": "InOut", "type": "esriFieldTypeString", "alias": "InOut", "length": 3 }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38 }, { "name": "SHAPE_Length", "type": "esriFieldTypeDouble", "alias": "SHAPE_Length" }, { "name": "SHAPE_Area", "type": "esriFieldTypeDouble", "alias": "SHAPE_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "block_report", "dataType": "GPFeatureRecordSetLayer", "displayName": "block_report", "description": "Report returned for display", "direction": "esriGPParameterDirectionOutput", "defaultValue": {}, "parameterType": "esriGPParameterTypeRequired", "category": "" } ] }