{ "name": "ParcelList2", "displayName": "Properties List", "description": "This tool allows the user to input a parcel ID, the distance around the parcel to select, and the location the user wishes to save the list to. The output creates an excel file with ownership information within a distance of the selected parcel.", "category": "", "helpUrl": "https://gis.minnehahacounty.org/minnemap/rest/directories/arcgisoutput/Planning/PropertyList_GPServer/Planning_PropertyList/ParcelList2.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Select_Parcel", "dataType": "GPString", "displayName": "Select Parcel", "description": "This is the input parcel that you wish to create a list around.", "direction": "esriGPParameterDirectionInput", "defaultValue": "MRRDID = '15710'", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Search_Distance", "dataType": "GPLinearUnit", "displayName": "Search Distance", "description": "The distance the user chooses to select from the input parcel.", "direction": "esriGPParameterDirectionInput", "defaultValue": { "distance": 500, "units": "esriFeet" }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Selected_Parcels", "dataType": "GPFeatureRecordSetLayer", "displayName": "Selected Parcels", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": { "displayFieldName": "", "geometryType": "esriGeometryPolygon", "spatialReference": {"wkt": "PROJCS[\"NAD_1983_UTM_Zone_14N\",GEOGCS[\"GCS_North_American_1983\",DATUM[\"D_North_American_1983\",SPHEROID[\"GRS_1980\",6378137.0,298.257222101]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]],PROJECTION[\"Transverse_Mercator\"],PARAMETER[\"False_Easting\",1640416.666666667],PARAMETER[\"False_Northing\",0.0],PARAMETER[\"Central_Meridian\",-99.0],PARAMETER[\"Scale_Factor\",0.9996],PARAMETER[\"Latitude_Of_Origin\",0.0],UNIT[\"Foot_US\",0.3048006096012192]]"}, "fields": [ { "name": "OID", "type": "esriFieldTypeOID", "alias": "OID" }, { "name": "Property_Address", "type": "esriFieldTypeString", "alias": "Property Address", "length": 254 }, { "name": "Parcel_ID", "type": "esriFieldTypeString", "alias": "Parcel ID", "length": 254 }, { "name": "Owner_Name", "type": "esriFieldTypeString", "alias": "Owner Name", "length": 254 }, { "name": "Owner_Name_2", "type": "esriFieldTypeString", "alias": "Owner Name 2", "length": 254 }, { "name": "Address", "type": "esriFieldTypeString", "alias": "Address", "length": 254 }, { "name": "City", "type": "esriFieldTypeString", "alias": "City", "length": 254 }, { "name": "State", "type": "esriFieldTypeString", "alias": "State", "length": 254 }, { "name": "Zip", "type": "esriFieldTypeString", "alias": "Zip", "length": 254 }, { "name": "Legal", "type": "esriFieldTypeString", "alias": "Legal", "length": 254 }, { "name": "Acres", "type": "esriFieldTypeDouble", "alias": "Acres" }, { "name": "Shape_Length", "type": "esriFieldTypeDouble", "alias": "Shape_Length" }, { "name": "Shape_Area", "type": "esriFieldTypeDouble", "alias": "Shape_Area" } ], "features": [], "exceededTransferLimit": false }, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }