{ "name": "ExtractValuesToTable", "displayName": "Extract Values To Table", "description": "Extracts cell values from a set of rasters to a table, based on a point or polygon feature class.", "category": "", "helpUrl": "https://www.arcgisbd.com/server/rest/directories/arcgisoutput/ExtensionTestNJN/ExtractValuesToTableNJN_GPServer/ExtensionTestNJN_ExtractValuesToTableNJN/ExtractValuesToTable.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "in_features", "dataType": "GPString", "displayName": "Input features", "description": "The points or polygon features to be created.", "direction": "esriGPParameterDirectionInput", "defaultValue": "Community_Clinic_Nos_LGED_2010", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "Community_Clinic_Nos_LGED_2010", "District_boundary_BBS_2011", "Output Feature Class", "Buffer5km" ] }, { "name": "in_rasters", "dataType": "GPMultiValue:GPString", "displayName": "Input rasters", "description": "The rasters must all have the same extent, coordinate system, and cell size.", "direction": "esriGPParameterDirectionInput", "defaultValue": [ "ADB.Elevation_Band_1" ], "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "ADB.Elevation_Band_1", "Output raster", "Test095" ], "parameterInfos": [ { "name": "String", "dataType": "GPString", "displayName": "String" } ] }, { "name": "out_table", "dataType": "GPRecordSet", "displayName": "Output table", "description": "The output table contains a record for each point and each raster that has data. If polygon features are input, they are converted to points that coincide with the raster cell centers.", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "fields": [ { "name": "OID", "type": "esriFieldTypeOID", "alias": "OID" }, { "name": "Value", "type": "esriFieldTypeDouble", "alias": "Value" }, { "name": "SrcID_Feat", "type": "esriFieldTypeInteger", "alias": "SrcID_Feat" }, { "name": "SrcID_Rast", "type": "esriFieldTypeInteger", "alias": "SrcID_Rast" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "out_raster_names_table", "dataType": "GPRecordSet", "displayName": "Output raster names table", "description": "Saves the names of the Input rasters to disc.", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "fields": [ { "name": "OID", "type": "esriFieldTypeOID", "alias": "OID" }, { "name": "RasterName", "type": "esriFieldTypeString", "alias": "RasterName", "length": 256 } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "add_warning_field", "dataType": "GPBoolean", "displayName": "Add warnings to output table", "description": "Records if input features are partially or completely covered by the Input rasters.Checked\u2014Warning field is added to the output table and populated with a P when a feature is partially covered by raster values.Unchecked\u2014Warning field is not added to the output table.", "direction": "esriGPParameterDirectionInput", "defaultValue": true, "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": "" } ] }