Name: Stormwater_Lines_ExportFeatures
Display Field: Project_Name
Type: Feature Layer
Geometry Type: esriGeometryPolyline
Description:
Copyright Text:
Min. Scale: 0
Max. Scale: 0
Default Visibility: true
Max Record Count: 2000
Supported query Formats: JSON, geoJSON, PBF
Use Standardized Queries: True
Extent:
XMin: -10803072.7524712
YMin: 3892670.76221589
XMax: -10783352.1836317
YMax: 3906827.7369547
Spatial Reference: 102100 (3857)
Drawing Info:
{"renderer":{"type":"uniqueValue","valueExpression":"var size = $feature.Size_Inches;\nvar owner = $feature.OWNER;\nvar assetType = $feature.ASSET_TYPE;\n\n// Default value\nvar combo = \"unaccounted for\";\n\n// Define size classification function\nfunction classifySize(category) {\n if (size >= 0 && size <= 8) {\n return category + \" <= 8\";\n } else if (size >= 10 && size <= 18) {\n return category + \" <= 18\";\n } else if (size >= 19 && size <= 24) {\n return category + \" <= 24\";\n } else if (size >= 25 && size <= 32) {\n return category + \" <= 32\";\n } else if (size >= 33 && size <= 40) {\n return category + \" <= 40\";\n } else if (size >= 42 && size <= 50) {\n return category + \" <= 50\";\n } else if (size >= 51 && size <= 66) {\n return category + \" <= 66\";\n } else if (size >= 70 && size <= 96) {\n return category + \" <= 96\";\n } else if (size >= 102 && size <= 174) {\n return category + \" <= 174\";\n } else if (size >= 240 && size <= 420) {\n return category + \" <= 420\";\n } else {\n return category + \" > 420\"; // Catch-all for sizes outside defined ranges\n }\n}\n\n// Handle null or -1 size values\nif (size == null || size == -1) {\n if (assetType == \"RCB\") {\n combo = \"Box - Size null or -1\"; // Box - Size null or -1\n } else {\n combo = \"Pipe or Linear - Size null or -1\"; // Not RCB - Size null or -1\n }\n} \n// Handle null or unknown owner\nelse if (owner == null || owner == \"Unknown\") {\n if (assetType == \"RCB\") {\n combo = classifySize(\"Box - Unknown Owner\"); // Box - Unknown Owner\n } else {\n combo = classifySize(\"Pipe or Linear - Unknown Owner\"); // Not RCB - Unknown Owner\n }\n} \n// Public owner (COL or State)\nelse if (owner == \"COL\" || owner == \"State\") {\n if (assetType == \"RCB\") {\n combo = classifySize(\"Box - Public\"); // Box - Public\n } else {\n combo = classifySize(\"Pipe or Linear - Public\"); // Not RCB - Public\n }\n} \n// Private owner\nelse if (owner == \"Private\") {\n if (assetType == \"RCB\") {\n combo = classifySize(\"Box - Private\"); // Box - Private\n } else {\n combo = classifySize(\"Pipe or Linear - Private\"); // Not RCB - Private\n }\n} \n// Size and owner null\nif (owner == null && size == null) {\n if (assetType == \"RCB\") {\n combo = classifySize(\"Box - Size null or -1\"); // Box - Size and Owner null\n } else {\n combo = classifySize(\"Asset, Owner, Size are Null\"); // Not RCB - Size and Owner null\n }\n}\n\n// Return the resulting category\nreturn combo;\n","valueExpressionTitle":"Line with Owner, Asset type, and Size (in)","uniqueValueGroups":[{"heading":"","classes":[{"label":"Pipe or Linear - Public <= 8","description":"Pipe or Linear - Public <= 8","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[31,16,232,255],"width":7},"values":[["Pipe or Linear - Public <= 8"]]},{"label":"Pipe or Linear - Public <= 18","description":"Pipe or Linear - Public <= 18","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[31,16,232,255],"width":7},"values":[["Pipe or Linear - Public <= 18"]]},{"label":"Pipe or Linear - Public <= 24","description":"Pipe or Linear - Public <= 24","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[31,16,232,255],"width":7},"values":[["Pipe or Linear - Public <= 24"]]},{"label":"Pipe or Linear - Public <= 32","description":"Pipe or Linear - Public <= 32","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[31,16,232,255],"width":7},"values":[["Pipe or Linear - Public <= 32"]]},{"label":"Pipe or Linear - Public <= 40","description":"Pipe or Linear - Public <= 40","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[31,16,232,255],"width":7},"values":[["Pipe or Linear - Public <= 40"]]},{"label":"Pipe or Linear - Public <= 50","description":"Pipe or Linear - Public <= 50","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[31,16,232,255],"width":7},"values":[["Pipe or Linear - Public <= 50"]]},{"label":"Pipe or Linear - Public <= 66","description":"Pipe or Linear - Public <= 66","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[31,16,232,255],"width":7},"values":[["Pipe or Linear - Public <= 66"]]},{"label":"Pipe or Linear - Public <= 96","description":"Pipe or Linear - Public <= 96","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[166,27,181,255],"width":7.125},"values":[["Pipe or Linear - Public <= 96"]]},{"label":"Pipe or Linear - Public <= 174","description":"Pipe or Linear - Public <= 174","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[165,16,181,255],"width":7.5},"values":[["Pipe or Linear - Public <= 174"]]},{"label":"Pipe or Linear - Public <= 420","description":"Pipe or Linear - Public <= 420","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[163,2,181,255],"width":8.25},"values":[["Pipe or Linear - Public <= 420"]]},{"label":"Pipe or Linear - Unknown Owner <= 8","description":"Pipe or Linear - Unknown Owner <= 8","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[108,214,21,255],"width":7},"values":[["Pipe or Linear - Unknown Owner <= 8"]]},{"label":"Pipe or Linear - Unknown Owner <= 18","description":"Pipe or Linear - Unknown Owner <= 18","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[108,214,21,255],"width":7},"values":[["Pipe or Linear - Unknown Owner <= 18"]]},{"label":"Pipe or Linear - Unknown Owner <= 24","description":"Pipe or Linear - Unknown Owner <= 24","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[108,214,21,255],"width":7},"values":[["Pipe or Linear - Unknown Owner <= 24"]]},{"label":"Pipe or Linear - Unknown Owner <= 32","description":"Pipe or Linear - Unknown Owner <= 32","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[108,214,21,255],"width":7},"values":[["Pipe or Linear - Unknown Owner <= 32"]]},{"label":"Pipe or Linear - Unknown Owner <= 40","description":"Pipe or Linear - Unknown Owner <= 40","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[108,214,21,255],"width":7},"values":[["Pipe or Linear - Unknown Owner <= 40"]]},{"label":"Pipe or Linear - Unknown Owner <= 50","description":"Pipe or Linear - Unknown Owner <= 50","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[108,214,21,255],"width":7},"values":[["Pipe or Linear - Unknown Owner <= 50"]]},{"label":"Pipe or Linear - Unknown Owner <= 66","description":"Pipe or Linear - Unknown Owner <= 66","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[108,214,21,255],"width":7},"values":[["Pipe or Linear - Unknown Owner <= 66"]]},{"label":"Pipe or Linear - Unknown Owner <= 96","description":"Pipe or Linear - Unknown Owner <= 96","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[108,214,21,255],"width":7},"values":[["Pipe or Linear - Unknown Owner <= 96"]]},{"label":"Pipe or Linear - Unknown Owner <= 174","description":"Pipe or Linear - Unknown Owner <= 174","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[108,214,21,255],"width":7},"values":[["Pipe or Linear - Unknown Owner <= 174"]]},{"label":"Pipe or Linear - Private <= 8","description":"Pipe or Linear - Private <= 8","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[166,164,164,255],"width":7.5},"values":[["Pipe or Linear - Private <= 8"]]},{"label":"Pipe or Linear - Private <= 18","description":"Pipe or Linear - Private <= 18","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[166,164,164,255],"width":7.5},"values":[["Pipe or Linear - Private <= 18"]]},{"label":"Pipe or Linear - Private <= 24","description":"Pipe or Linear - Private <= 24","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[166,164,164,255],"width":7.5},"values":[["Pipe or Linear - Private <= 24"]]},{"label":"Pipe or Linear - Private <= 32","description":"Pipe or Linear - Private <= 32","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[166,164,164,255],"width":7.5},"values":[["Pipe or Linear - Private <= 32"]]},{"label":"Pipe or Linear - Private <= 40","description":"Pipe or Linear - Private <= 40","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[166,164,164,255],"width":7.5},"values":[["Pipe or Linear - Private <= 40"]]},{"label":"Pipe or Linear - Private <= 50","description":"Pipe or Linear - Private <= 50","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[166,164,164,255],"width":7.5},"values":[["Pipe or Linear - Private <= 50"]]},{"label":"Pipe or Linear - Private <= 66","description":"Pipe or Linear - Private <= 66","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[166,164,164,255],"width":7.5},"values":[["Pipe or Linear - Private <= 66"]]},{"label":"Pipe or Linear - Private <= 96","description":"Pipe or Linear - Private <= 96","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[166,164,164,255],"width":7.5},"values":[["Pipe or Linear - Private <= 96"]]},{"label":"Pipe or Linear - Private <= 174","description":"Pipe or Linear - Private <= 174","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[166,164,164,255],"width":8.25},"values":[["Pipe or Linear - Private <= 174"]]},{"label":"Pipe or Linear - Private <= 420","description":"Pipe or Linear - Private <= 420","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[166,164,164,255],"width":8.25},"values":[["Pipe or Linear - Private <= 420"]]},{"label":"Pipe or Linear - Size null or -1","description":"Pipe or Linear - Size null or -1","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[128,122,126,255],"width":2.752},"values":[["Pipe or Linear - Size null or -1"]]},{"label":"Box - Public <= 8","description":"Box - Public <= 8","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[31,16,232,255],"width":6.997},"values":[["Box - Public <= 8"]]},{"label":"Box - Public <= 18","description":"Box - Public <= 18","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[31,16,232,255],"width":7},"values":[["Box - Public <= 18"]]},{"label":"Box - Public <= 24","description":"Box - Public <= 24","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[31,16,232,255],"width":7},"values":[["Box - Public <= 24"]]},{"label":"Box - Public <= 40","description":"Box - Public <= 40","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[31,16,232,255],"width":7},"values":[["Box - Public <= 40"]]},{"label":"Box - Public <= 50","description":"Box - Public <= 50","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[31,16,232,255],"width":7},"values":[["Box - Public <= 50"]]},{"label":"Box - Public <= 66","description":"Box - Public <= 66","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[31,16,232,255],"width":7},"values":[["Box - Public <= 66"]]},{"label":"Box - Public <= 96","description":"Box - Public <= 96","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[252,50,50,255],"width":7.125},"values":[["Box - Public <= 96"]]},{"label":"Box - Public <= 174","description":"Box - Public <= 174","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[250,22,22,255],"width":7.5},"values":[["Box - Public <= 174"]]},{"label":"Box - Unknown Owner <= 18","description":"Box - Unknown Owner <= 18","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[122,124,4,255],"width":7},"values":[["Box - Unknown Owner <= 18"]]},{"label":"Box - Unknown Owner <= 24","description":"Box - Unknown Owner <= 24","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[122,124,4,255],"width":7},"values":[["Box - Unknown Owner <= 24"]]},{"label":"Box - Unknown Owner <= 32","description":"Box - Unknown Owner <= 32","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[122,124,4,255],"width":7},"values":[["Box - Unknown Owner <= 32"]]},{"label":"Box - Unknown Owner <= 40","description":"Box - Unknown Owner <= 40","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[122,124,4,255],"width":7},"values":[["Box - Unknown Owner <= 40"]]},{"label":"Box - Unknown Owner <= 50","description":"Box - Unknown Owner <= 50","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[122,124,4,255],"width":7},"values":[["Box - Unknown Owner <= 50"]]},{"label":"Box - Unknown Owner <= 96","description":"Box - Unknown Owner <= 96","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[122,124,4,255],"width":7},"values":[["Box - Unknown Owner <= 96"]]},{"label":"Box - Unknown Owner <= 174","description":"Box - Unknown Owner <= 174","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[122,124,4,255],"width":7},"values":[["Box - Unknown Owner <= 174"]]},{"label":"Box - Private <= 18","description":"Box - Private <= 18","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[166,164,164,255],"width":7.5},"values":[["Box - Private <= 18"]]},{"label":"Box - Private <= 24","description":"Box - Private <= 24","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[166,164,164,255],"width":7.5},"values":[["Box - Private <= 24"]]},{"label":"Box - Private <= 32","description":"Box - Private <= 32","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[166,164,164,255],"width":7.5},"values":[["Box - Private <= 32"]]},{"label":"Box - Private <= 40","description":"Box - Private <= 40","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[166,164,164,255],"width":7.5},"values":[["Box - Private <= 40"]]},{"label":"Box - Private <= 50","description":"Box - Private <= 50","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[166,164,164,255],"width":7.5},"values":[["Box - Private <= 50"]]},{"label":"Box - Private <= 66","description":"Box - Private <= 66","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[166,164,164,255],"width":7.5},"values":[["Box - Private <= 66"]]},{"label":"Box - Private <= 96","description":"Box - Private <= 96","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[166,164,164,255],"width":7.5},"values":[["Box - Private <= 96"]]},{"label":"Box - Private <= 174","description":"Box - Private <= 174","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[166,164,164,255],"width":8.25},"values":[["Box - Private <= 174"]]},{"label":"Box - Size null or -1","description":"Box - Size null or -1","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[0,77,168,255],"width":3.502},"values":[["Box - Size null or -1"]]},{"label":"Asset, Owner, Size are Null <= 8","description":"Asset, Owner, Size are Null <= 8","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[117,116,116,255],"width":1.747},"values":[["Asset, Owner, Size are Null <= 8"]]}]}],"uniqueValueInfos":[{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[31,16,232,255],"width":7},"value":"Pipe or Linear - Public <= 8","label":"Pipe or Linear - Public <= 8"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[31,16,232,255],"width":7},"value":"Pipe or Linear - Public <= 18","label":"Pipe or Linear - Public <= 18"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[31,16,232,255],"width":7},"value":"Pipe or Linear - Public <= 24","label":"Pipe or Linear - Public <= 24"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[31,16,232,255],"width":7},"value":"Pipe or Linear - Public <= 32","label":"Pipe or Linear - Public <= 32"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[31,16,232,255],"width":7},"value":"Pipe or Linear - Public <= 40","label":"Pipe or Linear - Public <= 40"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[31,16,232,255],"width":7},"value":"Pipe or Linear - Public <= 50","label":"Pipe or Linear - Public <= 50"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[31,16,232,255],"width":7},"value":"Pipe or Linear - Public <= 66","label":"Pipe or Linear - Public <= 66"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[166,27,181,255],"width":7.125},"value":"Pipe or Linear - Public <= 96","label":"Pipe or Linear - Public <= 96"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[165,16,181,255],"width":7.5},"value":"Pipe or Linear - Public <= 174","label":"Pipe or Linear - Public <= 174"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[163,2,181,255],"width":8.25},"value":"Pipe or Linear - Public <= 420","label":"Pipe or Linear - Public <= 420"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[108,214,21,255],"width":7},"value":"Pipe or Linear - Unknown Owner <= 8","label":"Pipe or Linear - Unknown Owner <= 8"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[108,214,21,255],"width":7},"value":"Pipe or Linear - Unknown Owner <= 18","label":"Pipe or Linear - Unknown Owner <= 18"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[108,214,21,255],"width":7},"value":"Pipe or Linear - Unknown Owner <= 24","label":"Pipe or Linear - Unknown Owner <= 24"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[108,214,21,255],"width":7},"value":"Pipe or Linear - Unknown Owner <= 32","label":"Pipe or Linear - Unknown Owner <= 32"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[108,214,21,255],"width":7},"value":"Pipe or Linear - Unknown Owner <= 40","label":"Pipe or Linear - Unknown Owner <= 40"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[108,214,21,255],"width":7},"value":"Pipe or Linear - Unknown Owner <= 50","label":"Pipe or Linear - Unknown Owner <= 50"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[108,214,21,255],"width":7},"value":"Pipe or Linear - Unknown Owner <= 66","label":"Pipe or Linear - Unknown Owner <= 66"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[108,214,21,255],"width":7},"value":"Pipe or Linear - Unknown Owner <= 96","label":"Pipe or Linear - Unknown Owner <= 96"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[108,214,21,255],"width":7},"value":"Pipe or Linear - Unknown Owner <= 174","label":"Pipe or Linear - Unknown Owner <= 174"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[166,164,164,255],"width":7.5},"value":"Pipe or Linear - Private <= 8","label":"Pipe or Linear - Private <= 8"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[166,164,164,255],"width":7.5},"value":"Pipe or Linear - Private <= 18","label":"Pipe or Linear - Private <= 18"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[166,164,164,255],"width":7.5},"value":"Pipe or Linear - Private <= 24","label":"Pipe or Linear - Private <= 24"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[166,164,164,255],"width":7.5},"value":"Pipe or Linear - Private <= 32","label":"Pipe or Linear - Private <= 32"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[166,164,164,255],"width":7.5},"value":"Pipe or Linear - Private <= 40","label":"Pipe or Linear - Private <= 40"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[166,164,164,255],"width":7.5},"value":"Pipe or Linear - Private <= 50","label":"Pipe or Linear - Private <= 50"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[166,164,164,255],"width":7.5},"value":"Pipe or Linear - Private <= 66","label":"Pipe or Linear - Private <= 66"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[166,164,164,255],"width":7.5},"value":"Pipe or Linear - Private <= 96","label":"Pipe or Linear - Private <= 96"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[166,164,164,255],"width":8.25},"value":"Pipe or Linear - Private <= 174","label":"Pipe or Linear - Private <= 174"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[166,164,164,255],"width":8.25},"value":"Pipe or Linear - Private <= 420","label":"Pipe or Linear - Private <= 420"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[128,122,126,255],"width":2.752},"value":"Pipe or Linear - Size null or -1","label":"Pipe or Linear - Size null or -1"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[31,16,232,255],"width":6.997},"value":"Box - Public <= 8","label":"Box - Public <= 8"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[31,16,232,255],"width":7},"value":"Box - Public <= 18","label":"Box - Public <= 18"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[31,16,232,255],"width":7},"value":"Box - Public <= 24","label":"Box - Public <= 24"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[31,16,232,255],"width":7},"value":"Box - Public <= 40","label":"Box - Public <= 40"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[31,16,232,255],"width":7},"value":"Box - Public <= 50","label":"Box - Public <= 50"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[31,16,232,255],"width":7},"value":"Box - Public <= 66","label":"Box - Public <= 66"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[252,50,50,255],"width":7.125},"value":"Box - Public <= 96","label":"Box - Public <= 96"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[250,22,22,255],"width":7.5},"value":"Box - Public <= 174","label":"Box - Public <= 174"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[122,124,4,255],"width":7},"value":"Box - Unknown Owner <= 18","label":"Box - Unknown Owner <= 18"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[122,124,4,255],"width":7},"value":"Box - Unknown Owner <= 24","label":"Box - Unknown Owner <= 24"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[122,124,4,255],"width":7},"value":"Box - Unknown Owner <= 32","label":"Box - Unknown Owner <= 32"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[122,124,4,255],"width":7},"value":"Box - Unknown Owner <= 40","label":"Box - Unknown Owner <= 40"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[122,124,4,255],"width":7},"value":"Box - Unknown Owner <= 50","label":"Box - Unknown Owner <= 50"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[122,124,4,255],"width":7},"value":"Box - Unknown Owner <= 96","label":"Box - Unknown Owner <= 96"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[122,124,4,255],"width":7},"value":"Box - Unknown Owner <= 174","label":"Box - Unknown Owner <= 174"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[166,164,164,255],"width":7.5},"value":"Box - Private <= 18","label":"Box - Private <= 18"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[166,164,164,255],"width":7.5},"value":"Box - Private <= 24","label":"Box - Private <= 24"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[166,164,164,255],"width":7.5},"value":"Box - Private <= 32","label":"Box - Private <= 32"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[166,164,164,255],"width":7.5},"value":"Box - Private <= 40","label":"Box - Private <= 40"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[166,164,164,255],"width":7.5},"value":"Box - Private <= 50","label":"Box - Private <= 50"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[166,164,164,255],"width":7.5},"value":"Box - Private <= 66","label":"Box - Private <= 66"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[166,164,164,255],"width":7.5},"value":"Box - Private <= 96","label":"Box - Private <= 96"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[166,164,164,255],"width":8.25},"value":"Box - Private <= 174","label":"Box - Private <= 174"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[0,77,168,255],"width":3.502},"value":"Box - Size null or -1","label":"Box - Size null or -1"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[117,116,116,255],"width":1.747},"value":"Asset, Owner, Size are Null <= 8","label":"Asset, Owner, Size are Null <= 8"}],"fieldDelimiter":";"},"scaleSymbols":true,"transparency":0,"labelingInfo":[{"labelExpressionInfo":{"expression":"$feature[\"Size_Inches\"]"},"labelPlacement":"esriServerLinePlacementAboveAlong","textLayout":"straight","deconflictionStrategy":"dynamic","allowOverrun":false,"repeatLabel":true,"repeatLabelDistance":0,"lineConnection":"none","multiPart":"labelPerPart","useClippedGeometry":true,"stackLabel":false,"removeDuplicates":"none","useCodedValues":true,"maxScale":0,"minScale":15013.729068,"name":"Label Class 1","priority":0,"symbol":{"type":"esriTS","color":[38,38,38,255],"backgroundColor":null,"borderLineColor":null,"borderLineSize":null,"verticalAlignment":"baseline","horizontalAlignment":"center","rightToLeft":false,"angle":0,"xoffset":0,"yoffset":0,"kerning":true,"haloColor":[255,255,255,255],"haloSize":2.25,"font":{"family":"Arial","size":10,"style":"normal","weight":"normal","decoration":"none"}}}]}
HasZ: true
HasM: false
Has Attachments: false
Has Geometry Properties: true
HTML Popup Type: esriServerHTMLPopupTypeAsHTMLText
Object ID Field: OBJECTID
Unique ID Field:
IsSystemMaintained : True
Global ID Field: GlobalID
Type ID Field:
Fields:
- OBJECTID (type: esriFieldTypeOID, alias: OBJECTID, SQL Type: sqlTypeOther, length: 0, nullable: false, editable: false)
- Azimuth (type: esriFieldTypeDouble, alias: Azimuth, SQL Type: sqlTypeOther, nullable: true, editable: true)
- Owner (type: esriFieldTypeString, alias: Owner, SQL Type: sqlTypeOther, length: 255, nullable: true, editable: true, Coded Values: [Unknown: Unknown], [COL: COL], [Private: Private], ... 1 more ...)
- Comment (type: esriFieldTypeString, alias: Comment, SQL Type: sqlTypeOther, length: 255, nullable: true, editable: true)
- Size_Inches (type: esriFieldTypeInteger, alias: Size_Inches, SQL Type: sqlTypeOther, nullable: true, editable: true)
- Proposed_Type (type: esriFieldTypeString, alias: Proposed_Type, SQL Type: sqlTypeOther, length: 255, nullable: true, editable: true, Coded Values: [Unknown: Unknown], [Proposed - Master Water Plan 2025: Proposed - Master Water Plan 2025], [Proposed - Master Street Plan 2022: Proposed - Master Street Plan 2022], ... 1 more ...)
- Project_Name (type: esriFieldTypeString, alias: Project_Name, SQL Type: sqlTypeOther, length: 255, nullable: true, editable: true)
- Project_ID (type: esriFieldTypeString, alias: Project_ID, SQL Type: sqlTypeOther, length: 255, nullable: true, editable: true)
- Lifecycle_Status (type: esriFieldTypeString, alias: Lifecycle_Status, SQL Type: sqlTypeOther, length: 255, nullable: true, editable: true, Coded Values: [Unknown: Unknown], [Proposed: Proposed], [In Service: In Service], ... 1 more ...)
- Last_Synced_Date (type: esriFieldTypeDate, alias: Last_Synced_Date, SQL Type: sqlTypeOther, length: 8, nullable: true, editable: true)
- Install_Type (type: esriFieldTypeString, alias: Install_Type, SQL Type: sqlTypeOther, length: 255, nullable: true, editable: true, Coded Values: [Original: Original], [Replacement: Replacement])
- Facility_ID (type: esriFieldTypeString, alias: Facility_ID, SQL Type: sqlTypeOther, length: 255, nullable: true, editable: true)
- Deactive_Date (type: esriFieldTypeDate, alias: Deactive_Date, SQL Type: sqlTypeOther, length: 8, nullable: true, editable: true)
- Data_Source (type: esriFieldTypeString, alias: Data_Source, SQL Type: sqlTypeOther, length: 255, nullable: true, editable: true, Coded Values: [AB: As-Builts], [ESP: Engineering Site Plans], [Field: Field Verification (non-GPS)], ... 3 more ...)
- Condition_Rating_Latest_Value (type: esriFieldTypeString, alias: Condition_Rating_Latest_Value, SQL Type: sqlTypeOther, length: 255, nullable: true, editable: true)
- Condition_Rating_Latest_Source (type: esriFieldTypeString, alias: Condition_Rating_Latest_Source, SQL Type: sqlTypeOther, length: 255, nullable: true, editable: true)
- Condition_Rating_Latest_Date (type: esriFieldTypeDate, alias: Condition_Rating_Latest_Date, SQL Type: sqlTypeOther, length: 8, nullable: true, editable: true)
- Asset_Type (type: esriFieldTypeString, alias: Asset_Type, SQL Type: sqlTypeOther, length: 255, nullable: true, editable: true, Coded Values: [RCP: RCP], [PVC: PVC], [HDPE: HDPE], ... 9 more ...)
- GlobalID (type: esriFieldTypeGlobalID, alias: GlobalID, SQL Type: sqlTypeOther, length: 38, nullable: false, editable: false)
- CreationDate (type: esriFieldTypeDate, alias: CreationDate, SQL Type: sqlTypeOther, length: 8, nullable: true, editable: true)
- Creator (type: esriFieldTypeString, alias: Creator, SQL Type: sqlTypeOther, length: 128, nullable: true, editable: true)
- EditDate (type: esriFieldTypeDate, alias: EditDate, SQL Type: sqlTypeOther, length: 8, nullable: true, editable: true)
- Editor (type: esriFieldTypeString, alias: Editor, SQL Type: sqlTypeOther, length: 128, nullable: true, editable: true)
- As_Built_Date (type: esriFieldTypeDate, alias: As_Built_Date, SQL Type: sqlTypeOther, length: 8, nullable: true, editable: true)
- Ownership_Non_City_Owner_Name (type: esriFieldTypeString, alias: Ownership_Non_City_Owner_Name, SQL Type: sqlTypeOther, length: 256, nullable: true, editable: true)
- Length_Feet (type: esriFieldTypeDouble, alias: Length_Feet, SQL Type: sqlTypeOther, nullable: true, editable: true)
- Shape__Length (type: esriFieldTypeDouble, alias: Shape__Length, SQL Type: sqlTypeDouble, nullable: true, editable: false)
Templates:
Name: Stormwater_Lines_ExportFeatures
Description:
Drawing Tool: esriFeatureEditToolLine
Prototype:
Attributes:
- Lifecycle_Status: In Service
Is Data Versioned: false
Has Contingent Values: false
Supports Rollback On Failure Parameter: true
Last Edit Date: 3/31/2026 10:11:36 PM
Schema Last Edit Date: 3/31/2026 10:11:36 PM
Data Last Edit Date: 3/12/2026 8:29:59 PM
Supported Operations:
Query
Query Pivot
Query Top Features
Query Analytic
Query Bins
Generate Renderer
Validate SQL
Get Estimates
ConvertFormat