{ "currentVersion": 11.4, "cimVersion": "3.4.0", "id": 1, "name": "Sewer Lines", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": true, "minScale": 10000, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPolyline", "description": "", "copyrightText": "", "editFieldsInfo": { "creationDateField": "created_date", "creatorField": "created_user", "editDateField": "last_edited_date", "editorField": "last_edited_user" }, "ownershipBasedAccessControlForFeatures": null, "syncCanReturnChanges": true, "relationships": [], "isDataVersioned": true, "isDataArchived": true, "infoInEstimates": [ "extent", "count" ], "isDataBranchVersioned": true, "isDataReplicaTracked": false, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": false, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1725400354000 }, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportsValidateSQL": true, "supportsCoordinatesQuantization": true, "supportsQuantizationEditMode": true, "supportsCalculate": true, "supportsASyncCalculate": true, "supportsDatumTransformation": true, "advancedQueryCapabilities": { "supportsPagination": true, "supportsTrueCurve": true, "supportsQueryWithDistance": true, "supportsReturningQueryExtent": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsAdvancedQueryRelated": true, "supportsQueryRelatedPagination": true, "supportsCurrentUserQueries": true, "supportsQueryWithResultType": true, "supportsReturningGeometryCentroid": false, "supportsReturningGeometryEnvelope": true, "supportsSqlExpression": true, "supportsQueryWithDatumTransformation": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsQueryAnalytic": false }, "advancedEditingCapabilities": { "supportedSqlFormatsInCalculate": [ "standard" ], "supportsAsyncApplyEdits": true, "supportsApplyEditsbyUploadID": true, "supportedApplyEditsUploadIDFormats": "JSON,PBF" }, "hasGeometryProperties": true, "geometryProperties": { "shapeLengthFieldName": "Shape__Length", "units": "esriFeet" }, "hasMetadata": true, "extent": { "xmin": 2631031.644411966, "ymin": 470802.44610764086, "xmax": 2778030.0144566447, "ymax": 589416.0930662304, "zmin": 0, "zmax": 1880.8968000000023, "mmin": 0, "mmax": 16704.803199999995, "spatialReference": { "wkid": 102704, "latestWkid": 26852, "vcsWkid": 105703, "latestVcsWkid": 6360, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -119097700, "falseY": -96454900, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "heightModelInfo": { "heightModel": "gravity_related_height", "vertCRS": "NAVD88_height_(ftUS)", "heightUnit": "us-foot" }, "sourceSpatialReference": { "wkid": 102704, "latestWkid": 26852, "vcsWkid": 105703, "latestVcsWkid": 6360, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -119097700, "falseY": -96454900, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 }, "sourceHeightModelInfo": { "heightModel": "gravity_related_height", "vertCRS": "NAVD88_height_(ftUS)", "heightUnit": "us-foot" }, "drawingInfo": { "renderer": { "type": "uniqueValue", "valueExpression": "var system = $feature.SWR_TYPE;\nvar line = $feature.LINE_TYPE;\nvar lcs = $feature.LIFECYCLE_STATUS;\nvar owner = $feature.OWNER;\nvar ownerList = [\"Omaha\", \"Omaha Lift St/Levee\", \"Omaha WRRF\", \"Omaha Streets\"];\n\nreturn When(Includes([32, 64], lcs) && line == \"Outfall\", \"Abandoned Outfall\",\n Includes([32, 64], lcs) && line == \"Interceptor\", \"Abandoned Interceptor\",\n Includes([32, 64], lcs) && line == \"Force Main\", \"Abandoned Force Main\",\n Includes([32, 64], lcs) && line == \"Siphon\", \"Abandoned Siphon\",\n Includes([32, 64], lcs), \"Abandoned\",\n Includes([0, 8, 16, 65], lcs) && line == \"Outfall\", \"Outfall\",\n Includes([0, 8, 16, 65], lcs) && line == \"Interceptor\", \"Interceptor\",\n Includes([0, 8, 16, 65], lcs) && line == \"Force Main\", \"Force Main\",\n Includes([0, 8, 16, 65], lcs) && line == \"Siphon\", \"Siphon\",\n Includes([0, 8, 16, 65], lcs) && line == \"Diversion Line\", \"Diversion Line\",\n Includes([0, 8, 16, 65], lcs) && line == \"Open Channel\", \"Open Channel\",\n Includes([0, 8, 16, 65], lcs) && line == \"Perforated Drain\", \"Perforated Drain\",\n Includes([0, 8, 16, 65], lcs) && Includes([\"Wall Drain\", \"Down Spout\"], line), \"Wall Drain or Down Spout\",\n Includes([0, 8, 16, 65], lcs) && system == 0 && (!Includes(ownerList, owner) && Left(owner, 3) != \"SID\"), \"Private Sanitary\",\n Includes([0, 8, 16, 65], lcs) && system == 1 && (!Includes(ownerList, owner) && Left(owner, 3) != \"SID\"), \"Private Storm\",\n Includes([0, 8, 16, 65], lcs) && system == 2 && (!Includes(ownerList, owner) && Left(owner, 3) != \"SID\"), \"Private Combined\",\n Includes([0, 8, 16, 65], lcs) && system == 3 && (!Includes(ownerList, owner) && Left(owner, 3) != \"SID\"), \"Private Sanitary Combined\",\n Includes([0, 8, 16, 65], lcs) && system == 4 && (!Includes(ownerList, owner) && Left(owner, 3) != \"SID\"), \"Private Storm Combined\",\n Includes([0, 8, 16, 65], lcs) && system == 0 && line == \"Collector\", \"Collector, Sanitary\",\n Includes([0, 8, 16, 65], lcs) && system == 3 && line == \"Collector\", \"Collector, Sanitary Combined\",\n Includes([0, 8, 16, 65], lcs) && system == 1 && line == \"Sewer\", \"Sewer, Storm\",\n Includes([0, 8, 16, 65], lcs) && system == 1 && line == \"Inlet Lead\", \"Inlet Lead, Storm\",\n Includes([0, 8, 16, 65], lcs) && system == 2 && line == \"Sewer\", \"Sewer, Combined\",\n Includes([0, 8, 16, 65], lcs) && system == 2 && line == \"Inlet Lead\", \"Inlet Lead, Combined\",\n Includes([0, 8, 16, 65], lcs) && system == 4 && line == \"Sewer\", \"Sewer, Storm Combined\",\n Includes([0, 8, 16, 65], lcs) && system == 4 && line == \"Inlet Lead\", \"Inlet Lead, Storm Combined\",\n Includes([0, 8, 16, 65], lcs) && line == \"Culvert\", \"Culvert\",\n Includes([1,2,4], lcs) && line == \"Force Main\", \"Proposed Force Main\",\n Includes([1,2,4], lcs) && line == \"Siphon\", \"Proposed Siphon\",\n Includes([1,2,4], lcs) && line == \"Future Interceptor\", \"Future Interceptor\",\n Includes([1,2,4], lcs) && system == 0, \"Proposed Sanitary\",\n Includes([1,2,4], lcs) && system == 1, \"Proposed Storm\",\n Includes([1,2,4], lcs) && system == 2, \"Proposed Combined\",\n Includes([1,2,4], lcs) && system == 3, \"Proposed Sanitary Combined\",\n Includes([1,2,4], lcs) && system == 4, \"Proposed Storm Combined\",\n \"\");", "valueExpressionTitle": "Custom", "defaultSymbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 197, 255 ], "width": 8 }, "defaultLabel": "", "uniqueValueGroups": [ { "heading": "Active City-Owned", "classes": [ { "label": "Collector, Sanitary", "description": "Collector, Sanitary", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 115, 76, 0, 255 ], "width": 10 }, "values": [ [ "Collector, Sanitary" ] ] }, { "label": "Collector, Sanitary Combined", "description": "Collector, Sanitary Combined", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 230, 152, 0, 255 ], "width": 10 }, "values": [ [ "Collector, Sanitary Combined" ] ] }, { "label": "Outfall", "description": "Outfall", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 115, 76, 0, 255 ], "width": 10 }, "values": [ [ "Outfall" ] ] }, { "label": "Interceptor", "description": "Interceptor", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 115, 76, 0, 255 ], "width": 12 }, "values": [ [ "Interceptor" ] ] }, { "label": "Sewer, Storm", "description": "Sewer, Storm", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 255, 255 ], "width": 10 }, "values": [ [ "Sewer, Storm" ] ] }, { "label": "Inlet Lead, Storm", "description": "Inlet Lead, Storm", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 255, 255 ], "width": 8 }, "values": [ [ "Inlet Lead, Storm" ] ] }, { "label": "Sewer, Combined", "description": "Sewer, Combined", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 38, 115, 0, 255 ], "width": 10 }, "values": [ [ "Sewer, Combined" ] ] }, { "label": "Sewer, Storm Combined", "description": "Sewer, Storm Combined", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 115, 178, 255, 255 ], "width": 10 }, "values": [ [ "Sewer, Storm Combined" ] ] }, { "label": "Inlet Lead, Storm Combined", "description": "Inlet Lead, Storm Combined", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 115, 178, 255, 255 ], "width": 8 }, "values": [ [ "Inlet Lead, Storm Combined" ] ] }, { "label": "Force Main", "description": "Force Main", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 230, 0, 0, 255 ], "width": 6.666666666666666 }, "values": [ [ "Force Main" ] ] }, { "label": "Siphon", "description": "Siphon", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 168, 168, 0, 255 ], "width": 8 }, "values": [ [ "Siphon" ] ] }, { "label": "Diversion Line", "description": "Diversion Line", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 6.666666666666666 }, "values": [ [ "Diversion Line" ] ] }, { "label": "Culvert", "description": "Culvert", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 38, 115, 255 ], "width": 14 }, "values": [ [ "Culvert" ] ] }, { "label": "Perforated Drain", "description": "Perforated Drain", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 112, 255, 255 ], "width": 6.666666666666666 }, "values": [ [ "Perforated Drain" ] ] }, { "label": "Wall Drain or Down Spout", "description": "Wall Drain or Down Spout", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 112, 255, 255 ], "width": 6.666666666666666 }, "values": [ [ "Wall Drain or Down Spout" ] ] }, { "label": "Open Channel", "description": "Open Channel", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 255, 255 ], "width": 8 }, "values": [ [ "Open Channel" ] ] } ] }, { "heading": "Private", "classes": [ { "label": "Private Sanitary", "description": "Private Sanitary", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 178, 178, 178, 255 ], "width": 4 }, "values": [ [ "Private Sanitary" ] ] }, { "label": "Private Storm", "description": "Private Storm", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 204, 204, 204, 255 ], "width": 4 }, "values": [ [ "Private Storm" ] ] }, { "label": "Private Combined", "description": "Private Combined", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 178, 178, 178, 255 ], "width": 4 }, "values": [ [ "Private Combined" ] ] }, { "label": "Private Sanitary Combined", "description": "Private Sanitary Combined", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 178, 178, 178, 255 ], "width": 4 }, "values": [ [ "Private Sanitary Combined" ] ] }, { "label": "Private Storm Combined", "description": "Private Storm Combined", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 204, 204, 204, 255 ], "width": 4 }, "values": [ [ "Private Storm Combined" ] ] } ] }, { "heading": "Proposed", "classes": [ { "label": "Proposed Sanitary", "description": "Proposed Sanitary", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 115, 76, 0, 255 ], "width": 7.999999999999999 }, "values": [ [ "Proposed Sanitary" ] ] }, { "label": "Proposed Storm", "description": "Proposed Storm", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 255, 255 ], "width": 7.999999999999999 }, "values": [ [ "Proposed Storm" ] ] }, { "label": "Proposed Combined", "description": "Proposed Combined", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 38, 115, 0, 255 ], "width": 7.999999999999999 }, "values": [ [ "Proposed Combined" ] ] }, { "label": "Proposed Sanitary Combined", "description": "Proposed Sanitary Combined", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 230, 152, 0, 255 ], "width": 7.999999999999999 }, "values": [ [ "Proposed Sanitary Combined" ] ] }, { "label": "Proposed Storm Combined", "description": "Proposed Storm Combined", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 115, 178, 255, 255 ], "width": 7.999999999999999 }, "values": [ [ "Proposed Storm Combined" ] ] }, { "label": "Proposed Force Main", "description": "Proposed Force Main", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 230, 0, 0, 255 ], "width": 7.999999999999998 }, "values": [ [ "Proposed Force Main" ] ] }, { "label": "Proposed Siphon", "description": "Proposed Siphon", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 168, 168, 0, 255 ], "width": 7.999999999999999 }, "values": [ [ "Proposed Siphon" ] ] }, { "label": "Future Interceptor", "description": "Future Interceptor", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 169, 0, 230, 255 ], "width": 7.999999999999999 }, "values": [ [ "Future Interceptor" ] ] } ] }, { "heading": "Abandoned", "classes": [ { "label": "Abandoned", "description": "Abandoned", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 8 }, "values": [ [ "Abandoned" ] ] }, { "label": "Abandoned Outfall", "description": "Abandoned Outfall", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 8 }, "values": [ [ "Abandoned Outfall" ] ] }, { "label": "Abandoned Interceptor", "description": "Abandoned Interceptor", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 8 }, "values": [ [ "Abandoned Interceptor" ] ] }, { "label": "Abandoned Force Main", "description": "Abandoned Force Main", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 8 }, "values": [ [ "Abandoned Force Main" ] ] }, { "label": "Abandoned Siphon", "description": "Abandoned Siphon", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 8 }, "values": [ [ "Abandoned Siphon" ] ] } ] } ], "uniqueValueInfos": [ { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 115, 76, 0, 255 ], "width": 10 }, "value": "Collector, Sanitary", "label": "Collector, Sanitary" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 230, 152, 0, 255 ], "width": 10 }, "value": "Collector, Sanitary Combined", "label": "Collector, Sanitary Combined" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 115, 76, 0, 255 ], "width": 10 }, "value": "Outfall", "label": "Outfall" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 115, 76, 0, 255 ], "width": 12 }, "value": "Interceptor", "label": "Interceptor" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 255, 255 ], "width": 10 }, "value": "Sewer, Storm", "label": "Sewer, Storm" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 255, 255 ], "width": 8 }, "value": "Inlet Lead, Storm", "label": "Inlet Lead, Storm" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 38, 115, 0, 255 ], "width": 10 }, "value": "Sewer, Combined", "label": "Sewer, Combined" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 115, 178, 255, 255 ], "width": 10 }, "value": "Sewer, Storm Combined", "label": "Sewer, Storm Combined" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 115, 178, 255, 255 ], "width": 8 }, "value": "Inlet Lead, Storm Combined", "label": "Inlet Lead, Storm Combined" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 230, 0, 0, 255 ], "width": 6.666666666666666 }, "value": "Force Main", "label": "Force Main" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 168, 168, 0, 255 ], "width": 8 }, "value": "Siphon", "label": "Siphon" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 6.666666666666666 }, "value": "Diversion Line", "label": "Diversion Line" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 38, 115, 255 ], "width": 14 }, "value": "Culvert", "label": "Culvert" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 112, 255, 255 ], "width": 6.666666666666666 }, "value": "Perforated Drain", "label": "Perforated Drain" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 112, 255, 255 ], "width": 6.666666666666666 }, "value": "Wall Drain or Down Spout", "label": "Wall Drain or Down Spout" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 255, 255 ], "width": 8 }, "value": "Open Channel", "label": "Open Channel" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 178, 178, 178, 255 ], "width": 4 }, "value": "Private Sanitary", "label": "Private Sanitary" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 204, 204, 204, 255 ], "width": 4 }, "value": "Private Storm", "label": "Private Storm" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 178, 178, 178, 255 ], "width": 4 }, "value": "Private Combined", "label": "Private Combined" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 178, 178, 178, 255 ], "width": 4 }, "value": "Private Sanitary Combined", "label": "Private Sanitary Combined" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 204, 204, 204, 255 ], "width": 4 }, "value": "Private Storm Combined", "label": "Private Storm Combined" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 115, 76, 0, 255 ], "width": 7.999999999999999 }, "value": "Proposed Sanitary", "label": "Proposed Sanitary" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 255, 255 ], "width": 7.999999999999999 }, "value": "Proposed Storm", "label": "Proposed Storm" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 38, 115, 0, 255 ], "width": 7.999999999999999 }, "value": "Proposed Combined", "label": "Proposed Combined" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 230, 152, 0, 255 ], "width": 7.999999999999999 }, "value": "Proposed Sanitary Combined", "label": "Proposed Sanitary Combined" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 115, 178, 255, 255 ], "width": 7.999999999999999 }, "value": "Proposed Storm Combined", "label": "Proposed Storm Combined" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 230, 0, 0, 255 ], "width": 7.999999999999998 }, "value": "Proposed Force Main", "label": "Proposed Force Main" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 168, 168, 0, 255 ], "width": 7.999999999999999 }, "value": "Proposed Siphon", "label": "Proposed Siphon" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 169, 0, 230, 255 ], "width": 7.999999999999999 }, "value": "Future Interceptor", "label": "Future Interceptor" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 8 }, "value": "Abandoned", "label": "Abandoned" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 8 }, "value": "Abandoned Outfall", "label": "Abandoned Outfall" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 8 }, "value": "Abandoned Interceptor", "label": "Abandoned Interceptor" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 8 }, "value": "Abandoned Force Main", "label": "Abandoned Force Main" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 8 }, "value": "Abandoned Siphon", "label": "Abandoned Siphon" } ], "fieldDelimiter": ";", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 251, 215, 252, 255 ], "toColor": [ 251, 215, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 184, 252, 192, 255 ], "toColor": [ 184, 252, 192, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 213, 179, 255 ], "toColor": [ 252, 213, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 179, 244, 252, 255 ], "toColor": [ 179, 244, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 182, 190, 255 ], "toColor": [ 252, 182, 190, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 244, 252, 182, 255 ], "toColor": [ 244, 252, 182, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 197, 182, 252, 255 ], "toColor": [ 197, 182, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 179, 250, 255 ], "toColor": [ 252, 179, 250, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 189, 220, 252, 255 ], "toColor": [ 189, 220, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 207, 252, 227, 255 ], "toColor": [ 207, 252, 227, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 245, 210, 255 ], "toColor": [ 252, 245, 210, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 179, 222, 255 ], "toColor": [ 252, 179, 222, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 230, 252, 207, 255 ], "toColor": [ 230, 252, 207, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 212, 204, 255 ], "toColor": [ 252, 212, 204, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 229, 189, 252, 255 ], "toColor": [ 229, 189, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 210, 227, 255 ], "toColor": [ 252, 210, 227, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 215, 232, 252, 255 ], "toColor": [ 215, 232, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 215, 252, 252, 255 ], "toColor": [ 215, 252, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 207, 199, 252, 255 ], "toColor": [ 207, 199, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 216, 252, 182, 255 ], "toColor": [ 216, 252, 182, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 189, 252, 242, 255 ], "toColor": [ 189, 252, 242, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 220, 215, 252, 255 ], "toColor": [ 220, 215, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 204, 252, 209, 255 ], "toColor": [ 204, 252, 209, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 230, 212, 255 ], "toColor": [ 252, 230, 212, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 233, 187, 255 ], "toColor": [ 252, 233, 187, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 179, 252, 222, 255 ], "toColor": [ 179, 252, 222, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 182, 188, 252, 255 ], "toColor": [ 182, 188, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 198, 182, 255 ], "toColor": [ 252, 198, 182, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 194, 219, 255 ], "toColor": [ 252, 194, 219, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 197, 252, 255 ], "toColor": [ 252, 197, 252, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "hasM": true, "hasZ": true, "enableZDefaults": false, "supportsVCSProjection": true, "allowUpdateWithoutMValues": false, "allowGeometryUpdates": true, "allowTrueCurvesUpdates": true, "onlyAllowTrueCurveUpdatesByTrueCurveClients": true, "hasAttachments": false, "supportsApplyEditsWithGlobalIds": true, "supportsOidReservation": true, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "objectIdField": "OBJECTID", "globalIdField": "GLOBALID", "displayField": "FACILITYNAME", "typeIdField": "", "subtypeField": "", "fields": [ { "name": "Shape__Length", "type": "esriFieldTypeDouble", "alias": "Shape.STLength()", "domain": null, "editable": false, "nullable": true, "defaultValue": null, "modelName": "Shape.STLength()", "required": true }, { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "SWR_TYPE", "type": "esriFieldTypeSmallInteger", "alias": "Sewer Type", "domain": { "type": "codedValue", "name": "Sewer_Type", "description": "Sewer Type", "codedValues": [ { "name": "Sanitary", "code": 0 }, { "name": "Storm", "code": 1 }, { "name": "Combined", "code": 2 }, { "name": "Sanitary Combined", "code": 3 }, { "name": "Storm Combined", "code": 4 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "defaultValue": 0, "modelName": "SWR_TYPE" }, { "name": "LINE_TYPE", "type": "esriFieldTypeString", "alias": "Line Type", "domain": { "type": "codedValue", "name": "Line_Type", "description": "Line Type", "codedValues": [ { "name": "Sewer", "code": "Sewer" }, { "name": "Collector", "code": "Collector" }, { "name": "Inlet Lead", "code": "Inlet Lead" }, { "name": "Private", "code": "Private" }, { "name": "Interceptor", "code": "Interceptor" }, { "name": "Outfall", "code": "Outfall" }, { "name": "Force Main", "code": "Force Main" }, { "name": "Perforated Drain", "code": "Perforated Drain" }, { "name": "Siphon", "code": "Siphon" }, { "name": "Diversion Line", "code": "Diversion Line" }, { "name": "Culvert", "code": "Culvert" }, { "name": "Open Channel", "code": "Open Channel" }, { "name": "Other", "code": "Other" }, { "name": "Unknown", "code": "Unknown" }, { "name": "Abandoned", "code": "Abandoned" }, { "name": "Down Spout", "code": "Down Spout" }, { "name": "Wall Drain", "code": "Wall Drain" }, { "name": "Future Interceptor", "code": "Future Interceptor" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "LINE_TYPE" }, { "name": "LINE_HEIGHT_DIAMETER", "type": "esriFieldTypeDouble", "alias": "Line Height/Diameter", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "LINE_HEIGHT_DIAMETER" }, { "name": "PLAN_LINE_LENGTH", "type": "esriFieldTypeDouble", "alias": "Plan Line Length", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "PLAN_LINE_LENGTH" }, { "name": "FACILITYID", "type": "esriFieldTypeString", "alias": "FACILITYID", "domain": null, "editable": true, "nullable": true, "length": 15, "defaultValue": null, "modelName": "FACILITYID" }, { "name": "LOCATION", "type": "esriFieldTypeString", "alias": "Address", "domain": null, "editable": true, "nullable": true, "length": 100, "defaultValue": null, "modelName": "LOCATION" }, { "name": "OWNER", "type": "esriFieldTypeString", "alias": "Owner", "domain": { "type": "codedValue", "name": "Owner", "description": "Sanitary Improvement District or Municipality responsible for maintaining the sewer asset", "codedValues": [ { "name": "Bellevue", "code": "Bellevue" }, { "name": "Bennington", "code": "Bennington" }, { "name": "Boys Town", "code": "Boys Town" }, { "name": "Carter Lake", "code": "Carter Lake" }, { "name": "Douglas County", "code": "Douglas County" }, { "name": "Gretna", "code": "Gretna" }, { "name": "La Vista", "code": "La Vista" }, { "name": "MECA", "code": "MECA" }, { "name": "NDOT", "code": "NDOT" }, { "name": "NRD", "code": "NRD" }, { "name": "Omaha", "code": "Omaha" }, { "name": "Omaha Fire", "code": "Omaha Fire" }, { "name": "Omaha Lift St/Levee", "code": "Omaha Lift St/Levee" }, { "name": "Omaha Other Facility", "code": "Omaha Other Facility" }, { "name": "Omaha Parks", "code": "Omaha Parks" }, { "name": "Omaha Sewer", "code": "Omaha Sewer" }, { "name": "Omaha Streets", "code": "Omaha Streets" }, { "name": "Omaha Traffic", "code": "Omaha Traffic" }, { "name": "Omaha WRRF", "code": "Omaha WRRF" }, { "name": "Papillion", "code": "Papillion" }, { "name": "Private", "code": "Private" }, { "name": "Ralston", "code": "Ralston" }, { "name": "Sarpy County", "code": "Sarpy County" }, { "name": "Waterloo", "code": "Waterloo" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 75, "defaultValue": null, "modelName": "OWNER" }, { "name": "SMA", "type": "esriFieldTypeString", "alias": "SMA", "domain": null, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "SMA" }, { "name": "LIFECYCLE_STATUS", "type": "esriFieldTypeSmallInteger", "alias": "Life cycle status", "domain": { "type": "codedValue", "name": "LifeCycleStatus", "description": "Life Cycle Status", "codedValues": [ { "name": "Unknown", "code": 0 }, { "name": "Proposed", "code": 1 }, { "name": "Approved", "code": 2 }, { "name": "Under Construction", "code": 4 }, { "name": "In Service", "code": 8 }, { "name": "To Be Retired", "code": 16 }, { "name": "Abandoned", "code": 32 }, { "name": "Inactive", "code": 64 }, { "name": "Temporary", "code": 65 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "defaultValue": 8, "modelName": "LIFECYCLE_STATUS" }, { "name": "Asset_Label", "type": "esriFieldTypeString", "alias": "Asset_Label", "domain": null, "editable": true, "nullable": true, "length": 6, "defaultValue": null, "modelName": "Asset_Label" }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "domain": null, "editable": false, "nullable": false, "length": 38, "defaultValue": null, "modelName": "GLOBALID" } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Shape" }, "indexes": [ { "name": "R304_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "S109_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "datesInUnknownTimezone": false, "dateFieldsTimeReference": { "timeZone": "UTC", "timeZoneIANA": "Etc/UTC", "respectsDaylightSaving": true }, "preferredTimeReference": { "timeZone": "Central Standard Time", "timeZoneIANA": "America/Chicago", "respectsDaylightSaving": true }, "types": [], "templates": [ { "name": "Sewer Lines", "description": "", "prototype": { "attributes": { "Asset_Label": null, "SMA": null, "LIFECYCLE_STATUS": 8, "SWR_TYPE": 0, "LINE_TYPE": null, "LINE_HEIGHT_DIAMETER": null, "PLAN_LINE_LENGTH": null, "FACILITYID": null, "LOCATION": null, "OWNER": null } }, "drawingTool": "esriFeatureEditToolLine" } ], "maxRecordCount": 2000, "supportedQueryFormats": "JSON, geoJSON, PBF", "supportedExportFormats": "sqlite,filegdb,shapefile,csv,geojson", "capabilities": "Query,ChangeTracking", "useStandardizedQueries": true, "bigIntegerRestrictedTo53Bits": true, "userTypeExtensions": [ "advancedEditing" ], "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "standardMaxRecordCount": 8000, "tileMaxRecordCount": 4000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1, "serviceItemId": "a126c5d36854423c815c928f5e90782e" }