{ "currentVersion": 11.5, "cimVersion": "3.5.0", "id": 80, "name": "Sewer Line", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkid": 102646, "latestWkid": 2230, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -118608900, "falseY": -91259500, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 }, "spatialReference": { "wkid": 102646, "latestWkid": 2230, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -118608900, "falseY": -91259500, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 }, "copyrightText": "", "parentLayer": { "id": 0, "name": "Sewer Network" }, "subLayers": [], "minScale": 250000, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "authoringInfo": { "visualVariables": [ { "type": "sizeInfo", "minSliderValue": 1.5, "maxSliderValue": 6 } ], "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 202, 252, 255 ], "toColor": [ 252, 202, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 190, 252, 179, 255 ], "toColor": [ 190, 252, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 197, 245, 252, 255 ], "toColor": [ 197, 245, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 212, 182, 255 ], "toColor": [ 252, 212, 182, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 182, 199, 252, 255 ], "toColor": [ 182, 199, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 240, 252, 207, 255 ], "toColor": [ 240, 252, 207, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 187, 199, 255 ], "toColor": [ 252, 187, 199, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 179, 252, 222, 255 ], "toColor": [ 179, 252, 222, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 195, 179, 252, 255 ], "toColor": [ 195, 179, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 215, 228, 252, 255 ], "toColor": [ 215, 228, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 244, 252, 179, 255 ], "toColor": [ 244, 252, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 212, 213, 255 ], "toColor": [ 252, 212, 213, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 222, 212, 252, 255 ], "toColor": [ 222, 212, 252, 255 ] } ] } }, "type": "uniqueValue", "field1": "ASSETGROUP", "uniqueValueGroups": [ { "heading": "", "classes": [ { "label": "Gravity Main", "description": "Gravity Main", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 152, 230, 0, 255 ], "width": 2 }, "values": [ [ "1" ] ] }, { "label": "Force Main", "description": "Force Main", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 197, 0, 255, 255 ], "width": 2 }, "values": [ [ "2" ] ] }, { "label": "Lateral", "description": "Lateral", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 230, 230, 0, 255 ], "width": 2 }, "values": [ [ "3" ] ] }, { "label": "Inverted Siphon", "description": "Inverted Siphon", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 115, 178, 255, 255 ], "width": 2 }, "values": [ [ "4" ] ] } ] } ], "uniqueValueInfos": [ { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 152, 230, 0, 255 ], "width": 2 }, "value": "1", "label": "Gravity Main" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 197, 0, 255, 255 ], "width": 2 }, "value": "2", "label": "Force Main" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 230, 230, 0, 255 ], "width": 2 }, "value": "3", "label": "Lateral" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 115, 178, 255, 255 ], "width": 2 }, "value": "4", "label": "Inverted Siphon" } ], "fieldDelimiter": ",", "visualVariables": [ { "type": "sizeInfo", "valueExpressionTitle": "Custom", "valueExpression": "// Get size/diameter\nvar s = $feature.diameter;\n\n// Return line width in points based on ranges\nif (s <= 8) {\n return 1.5;\n} else if (s >= 8.01 && s < 16) {\n return 3;\n} else if (s >= 16.01 && s < 27) {\n return 4.5;\n} else {\n return 6;\n}", "minDataValue": 2, "axis": "height", "legendOptions": { "title": "Custom", "showLegend": false } } ] }, "scaleSymbols": true, "transparency": 0, "labelingInfo": [ { "labelExpressionInfo": { "expression": "var diameter = DomainName($feature, 'diameter')\nvar material = $feature.Material\nvar length = Round($feature.length)\nvar plan = $feature.PlanID\nvar basin = DomainName($feature, 'SubBasinID')\nvar asset = $feature.assetID\nvar assetnew = Mid($feature.assetID, 3)\nvar year = $feature.InstallYear\n\nvar line1 = diameter + \" \" + material + \" \" + length + \"'\" + \" \" + plan\nvar line2old = asset + \" (\" + year + \")\"\nvar line2new = basin + \" \" + assetnew + \" (\" + year + \")\"\n\n\n// Check if it starts with \"sew\"\nif (Left(asset, 3) == \"sew\") {\n return line1 + TextFormatting.NewLine + line2new;\n} else {\n return line1 + TextFormatting.NewLine + line2old;\n}\n", "title": "Custom" }, "labelPlacement": "esriServerLinePlacementCenterAlong", "textLayout": "followFeature", "deconflictionStrategy": "dynamic", "allowOverrun": true, "repeatLabel": false, "lineConnection": "unambiguousLabels", "useClippedGeometry": false, "allowOverlapOfFeatureInterior": "avoid", "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "none", "stackRowLength": 24, "stackSeparators": [], "where": "ASSETGROUP <> 3", "useCodedValues": true, "maxScale": "NaN", "minScale": 2000, "name": "AssetID", "priority": -1, "symbol": { "type": "esriTS", "color": [ 0, 0, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 255, 255, 255, 255 ], "haloSize": 1.5, "font": { "family": "Arial", "size": 8, "style": "normal", "weight": "bold", "decoration": "none" } } } ] }, "defaultVisibility": true, "extent": { "xmin": 6225459.013853475, "ymin": 1987715.3044089824, "xmax": 6278487.203728631, "ymax": 2035250.3126852214, "zmin": 0, "zmax": 0, "mmin": -9.999E35, "mmax": -9.999E35, "spatialReference": { "wkid": 102646, "latestWkid": 2230, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -118608900, "falseY": -91259500, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "assetid", "typeIdField": "ASSETGROUP", "subtypeFieldName": "ASSETGROUP", "subtypeField": "ASSETGROUP", "defaultSubtypeCode": 0, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "assetid", "type": "esriFieldTypeString", "alias": "Asset ID", "length": 64, "domain": null }, { "name": "ASSETGROUP", "type": "esriFieldTypeInteger", "alias": "Asset group", "domain": null }, { "name": "ASSETTYPE", "type": "esriFieldTypeString", "alias": "Asset type", "length": 30, "domain": null }, { "name": "Ownership", "type": "esriFieldTypeString", "alias": "Ownership", "length": 50, "domain": { "type": "codedValue", "name": "shdOwnership", "description": "Shared Ownership", "codedValues": [ { "name": "Buena Sanitation District", "code": "Buena Sanitation District" }, { "name": "City of Carlsbad", "code": "City of Carlsbad" }, { "name": "City of Oceanside", "code": "City of Oceanside" }, { "name": "City of Vista", "code": "City of Vista" }, { "name": "Private", "code": "Private" }, { "name": "San Diego County", "code": "San Diego County" }, { "name": "Unknown", "code": "Unknown" }, { "name": "Vallecitos Water District", "code": "Vallecitos Water District" }, { "name": "CalTrans", "code": "CalTrans" }, { "name": "City of San Marcos", "code": "City of San Marcos" }, { "name": "SDGE", "code": "SDGE" }, { "name": "State of California", "code": "State of California" }, { "name": "Federal", "code": "Federal" }, { "name": "Private HOA", "code": "Private HOA" }, { "name": "NCTD", "code": "NCTD" }, { "name": "Joint Vista-Carlsbad", "code": "Joint Vista-Carlsbad" }, { "name": "Vista Unified School District", "code": "Vista Unified School District" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "lifecyclestatus", "type": "esriFieldTypeString", "alias": "Lifecycle Status", "length": 30, "domain": { "type": "codedValue", "name": "Lifecycle_Status", "description": "Valid lifecycle states for the assets.", "codedValues": [ { "name": "Out of Service", "code": "Out of Service" }, { "name": "Proposed", "code": "Proposed" }, { "name": "In Service", "code": "In Service" }, { "name": "Planned Removal", "code": "Planned Removal" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "SubBasinID", "type": "esriFieldTypeString", "alias": "Basin ID", "length": 5, "domain": { "type": "codedValue", "name": "wwBasinID", "description": "Sewer Basin ID", "codedValues": [ { "name": "B01", "code": "B01" }, { "name": "B02", "code": "B02" }, { "name": "B03", "code": "B03" }, { "name": "B04", "code": "B04" }, { "name": "B05", "code": "B05" }, { "name": "B06", "code": "B06" }, { "name": "B07", "code": "B07" }, { "name": "B08", "code": "B08" }, { "name": "B09", "code": "B09" }, { "name": "B10", "code": "B10" }, { "name": "B11", "code": "B11" }, { "name": "B12", "code": "B12" }, { "name": "B13", "code": "B13" }, { "name": "B14", "code": "B14" }, { "name": "B15", "code": "B15" }, { "name": "C06", "code": "C06" }, { "name": "C07", "code": "C07" }, { "name": "C08", "code": "C08" }, { "name": "C09", "code": "C09" }, { "name": "C10", "code": "C10" }, { "name": "C11", "code": "C11" }, { "name": "C12", "code": "C12" }, { "name": "C13", "code": "C13" }, { "name": "C14", "code": "C14" }, { "name": "C15", "code": "C15" }, { "name": "OV1", "code": "OV1" }, { "name": "OV2", "code": "OV2" }, { "name": "OV3", "code": "OV3" }, { "name": "OV4", "code": "OV4" }, { "name": "OV5", "code": "OV5" }, { "name": "OV6", "code": "OV6" }, { "name": "V01", "code": "V01" }, { "name": "V02", "code": "V02" }, { "name": "V03", "code": "V03" }, { "name": "V04", "code": "V04" }, { "name": "V05", "code": "V05" }, { "name": "V06", "code": "V06" }, { "name": "V07", "code": "V07" }, { "name": "V08", "code": "V08" }, { "name": "V09", "code": "V09" }, { "name": "V10", "code": "V10" }, { "name": "V11", "code": "V11" }, { "name": "V12", "code": "V12" }, { "name": "V13", "code": "V13" }, { "name": "V14", "code": "V14" }, { "name": "V15", "code": "V15" }, { "name": "V16", "code": "V16" }, { "name": "V17", "code": "V17" }, { "name": "V18", "code": "V18" }, { "name": "V19", "code": "V19" }, { "name": "V20", "code": "V20" }, { "name": "V21", "code": "V21" }, { "name": "V22", "code": "V22" }, { "name": "V23", "code": "V23" }, { "name": "V24", "code": "V24" }, { "name": "V25", "code": "V25" }, { "name": "V26", "code": "V26" }, { "name": "V27", "code": "V27" }, { "name": "V28", "code": "V28" }, { "name": "V29", "code": "V29" }, { "name": "V30", "code": "V30" }, { "name": "V31", "code": "V31" }, { "name": "V32", "code": "V32" }, { "name": "V33", "code": "V33" }, { "name": "V34", "code": "V34" }, { "name": "V35", "code": "V35" }, { "name": "VB1", "code": "VB1" }, { "name": "VB2", "code": "VB2" }, { "name": "VB4", "code": "VB4" }, { "name": "VB5", "code": "VB5" }, { "name": "VB6", "code": "VB6" }, { "name": "VB7", "code": "VB7" }, { "name": "VB8", "code": "VB8" }, { "name": "VC1", "code": "VC1" }, { "name": "VC2", "code": "VC2" }, { "name": "VC3", "code": "VC3" }, { "name": "VC4", "code": "VC4" }, { "name": "VC5", "code": "VC5" }, { "name": "OV7", "code": "OV7" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "upelev", "type": "esriFieldTypeDouble", "alias": "Upstream Elevation", "domain": null }, { "name": "downelev", "type": "esriFieldTypeDouble", "alias": "Downstream Elevation", "domain": null }, { "name": "InstallYear", "type": "esriFieldTypeSmallInteger", "alias": "Install Year", "domain": null }, { "name": "material", "type": "esriFieldTypeString", "alias": "Material", "length": 20, "domain": { "type": "codedValue", "name": "wwMainMaterial", "description": "Sewer Main Material", "codedValues": [ { "name": "ABS", "code": "ABS" }, { "name": "ACP", "code": "ACP" }, { "name": "CIP", "code": "CIP" }, { "name": "DIP", "code": "DIP" }, { "name": "HDPE", "code": "HDPE" }, { "name": "PVC", "code": "PVC" }, { "name": "PVC/DIP", "code": "PVC/DIP" }, { "name": "RCP", "code": "RCP" }, { "name": "Unknown", "code": "Unknown" }, { "name": "VCP", "code": "VCP" }, { "name": "VCP/DIP", "code": "VCP/DIP" }, { "name": "VCP/PVC", "code": "VCP/PVC" }, { "name": "DIP/CIP", "code": "DIP/CIP" }, { "name": "PVC/CIP", "code": "PVC/CIP" }, { "name": "VCP/CIP", "code": "VCP/CIP" }, { "name": "CIP/CIP", "code": "CIP/CIP" }, { "name": "RCP/CIP", "code": "RCP/CIP" }, { "name": "VCP/DIP/CIP", "code": "VCP/DIP/CIP" }, { "name": "Unknown/CIP", "code": "Unknown/CIP" }, { "name": "VCP/PVC/CIP", "code": "VCP/PVC/CIP" }, { "name": "PVC/DIP/CIP", "code": "PVC/DIP/CIP" }, { "name": "RCP/DIP/CIP", "code": "RCP/DIP/CIP" }, { "name": "VCP/DIP/PVC", "code": "VCP/DIP/PVC" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "length", "type": "esriFieldTypeDouble", "alias": "Length", "domain": null }, { "name": "diameter", "type": "esriFieldTypeDouble", "alias": "Size/Diameter", "domain": { "type": "codedValue", "name": "wwMainDiameter", "description": "Sewer Main Diameter", "codedValues": [ { "name": "Unknown", "code": 0 }, { "name": "4\"", "code": 4 }, { "name": "6\"", "code": 6 }, { "name": "8\"", "code": 8 }, { "name": "10\"", "code": 10 }, { "name": "12\"", "code": 12 }, { "name": "14\"", "code": 14 }, { "name": "15\"", "code": 15 }, { "name": "16\"", "code": 16 }, { "name": "18\"", "code": 18 }, { "name": "21\"", "code": 21 }, { "name": "24\"", "code": 24 }, { "name": "27\"", "code": 27 }, { "name": "30\"", "code": 30 }, { "name": "36\"", "code": 36 }, { "name": "42\"", "code": 42 }, { "name": "20\"", "code": 20 }, { "name": "26\"", "code": 26 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "slope", "type": "esriFieldTypeDouble", "alias": "Slope", "domain": null }, { "name": "PlanID", "type": "esriFieldTypeString", "alias": "Plan ID", "length": 20, "domain": null }, { "name": "PlanSheetNumber", "type": "esriFieldTypeString", "alias": "Plan Sheet Number", "length": 5, "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "Shape.STLength()", "type": "esriFieldTypeDouble", "alias": "Shape.STLength()", "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "S1585_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "types": [ { "domains": { "ASSETTYPE": { "type": "codedValue", "name": "Asset_Type_Unknown", "description": "The asset types for the unknown asset group.", "codedValues": [ { "name": "Unknown", "code": "Unknown" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "lifecyclestatus": {"type": "inherited"}, "constructionstatus": {"type": "inherited"}, "Ownership": {"type": "inherited"}, "diameter": {"type": "inherited"}, "material": {"type": "inherited"}, "LinerType": {"type": "inherited"}, "SubBasinID": {"type": "inherited"}, "DropLine": {"type": "inherited"}, "EMA": {"type": "inherited"}, "LowFlow": {"type": "inherited"}, "NightCleaning": {"type": "inherited"}, "WarningFlag": {"type": "inherited"}, "CleaningEquipment": {"type": "inherited"}, "RehabList": {"type": "inherited"}, "StructureAction": {"type": "inherited"}, "TenYrPhase": {"type": "inherited"}, "FifteenYrPhase": {"type": "inherited"}, "CleaningCycle": {"type": "inherited"} }, "id": 0, "name": "Unknown" }, { "domains": { "ASSETTYPE": { "type": "codedValue", "name": "Asset_Type_Sewer_Line_Gravity_Main", "description": "The asset types for the sewer line's asset group gravity main.", "codedValues": [ { "name": "Sanitary Collector", "code": "Sanitary Collector" }, { "name": "Sanitary Interceptor", "code": "Sanitary Interceptor" }, { "name": "Trunk", "code": "Trunk" }, { "name": "Excess Effluent", "code": "Excess Effluent" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "lifecyclestatus": {"type": "inherited"}, "constructionstatus": {"type": "inherited"}, "Ownership": {"type": "inherited"}, "diameter": {"type": "inherited"}, "material": {"type": "inherited"}, "LinerType": {"type": "inherited"}, "SubBasinID": {"type": "inherited"}, "DropLine": {"type": "inherited"}, "EMA": {"type": "inherited"}, "LowFlow": {"type": "inherited"}, "NightCleaning": {"type": "inherited"}, "WarningFlag": {"type": "inherited"}, "CleaningEquipment": {"type": "inherited"}, "RehabList": {"type": "inherited"}, "StructureAction": {"type": "inherited"}, "TenYrPhase": {"type": "inherited"}, "FifteenYrPhase": {"type": "inherited"}, "CleaningCycle": {"type": "inherited"} }, "id": 1, "name": "Gravity Main" }, { "domains": { "ASSETTYPE": { "type": "codedValue", "name": "Asset_Type_Sewer_Line_Force_Main", "description": "The asset types for the sewer line's asset group force main.", "codedValues": [ { "name": "Sanitary Force Main", "code": "Sanitary Force Main" }, { "name": "Excess Effluent", "code": "Excess Effluent" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "lifecyclestatus": {"type": "inherited"}, "constructionstatus": {"type": "inherited"}, "Ownership": {"type": "inherited"}, "diameter": {"type": "inherited"}, "material": {"type": "inherited"}, "LinerType": {"type": "inherited"}, "SubBasinID": {"type": "inherited"}, "DropLine": {"type": "inherited"}, "EMA": {"type": "inherited"}, "LowFlow": {"type": "inherited"}, "NightCleaning": {"type": "inherited"}, "WarningFlag": {"type": "inherited"}, "CleaningEquipment": {"type": "inherited"}, "RehabList": {"type": "inherited"}, "StructureAction": {"type": "inherited"}, "TenYrPhase": {"type": "inherited"}, "FifteenYrPhase": {"type": "inherited"}, "CleaningCycle": {"type": "inherited"} }, "id": 2, "name": "Force Main" }, { "domains": { "ASSETTYPE": { "type": "codedValue", "name": "Asset_Type_Sewer_Line_Lateral", "description": "The asset types for the sewer line's asset group lateral.", "codedValues": [ { "name": "Unknown", "code": "Unknown" }, { "name": "Residential", "code": "Residential" }, { "name": "Commercial", "code": "Commercial" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "lifecyclestatus": {"type": "inherited"}, "constructionstatus": {"type": "inherited"}, "Ownership": {"type": "inherited"}, "diameter": {"type": "inherited"}, "material": {"type": "inherited"}, "LinerType": {"type": "inherited"}, "SubBasinID": {"type": "inherited"}, "DropLine": {"type": "inherited"}, "EMA": {"type": "inherited"}, "LowFlow": {"type": "inherited"}, "NightCleaning": {"type": "inherited"}, "WarningFlag": {"type": "inherited"}, "CleaningEquipment": {"type": "inherited"}, "RehabList": {"type": "inherited"}, "StructureAction": {"type": "inherited"}, "TenYrPhase": {"type": "inherited"}, "FifteenYrPhase": {"type": "inherited"}, "CleaningCycle": {"type": "inherited"} }, "id": 3, "name": "Lateral" }, { "domains": { "ASSETTYPE": { "type": "codedValue", "name": "Asset_Type_Sewer_Line_Inverted_Siphon", "description": "The asset types for the sewer line's asset group inverted siphon.", "codedValues": [ { "name": "Sanitary Inverted Siphon", "code": "Sanitary Inverted Siphon" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "lifecyclestatus": {"type": "inherited"}, "constructionstatus": {"type": "inherited"}, "Ownership": {"type": "inherited"}, "diameter": {"type": "inherited"}, "material": {"type": "inherited"}, "LinerType": {"type": "inherited"}, "SubBasinID": {"type": "inherited"}, "DropLine": {"type": "inherited"}, "EMA": {"type": "inherited"}, "LowFlow": {"type": "inherited"}, "NightCleaning": {"type": "inherited"}, "WarningFlag": {"type": "inherited"}, "CleaningEquipment": {"type": "inherited"}, "RehabList": {"type": "inherited"}, "StructureAction": {"type": "inherited"}, "TenYrPhase": {"type": "inherited"}, "FifteenYrPhase": {"type": "inherited"}, "CleaningCycle": {"type": "inherited"} }, "id": 4, "name": "Inverted Siphon" } ], "subtypes": [ { "domains": { "ASSETTYPE": { "type": "codedValue", "name": "Asset_Type_Unknown", "description": "The asset types for the unknown asset group.", "codedValues": [ { "name": "Unknown", "code": "Unknown" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "lifecyclestatus": {"type": "inherited"}, "constructionstatus": {"type": "inherited"}, "Ownership": {"type": "inherited"}, "diameter": {"type": "inherited"}, "material": {"type": "inherited"}, "LinerType": {"type": "inherited"}, "SubBasinID": {"type": "inherited"}, "DropLine": {"type": "inherited"}, "EMA": {"type": "inherited"}, "LowFlow": {"type": "inherited"}, "NightCleaning": {"type": "inherited"}, "WarningFlag": {"type": "inherited"}, "CleaningEquipment": {"type": "inherited"}, "RehabList": {"type": "inherited"}, "StructureAction": {"type": "inherited"}, "TenYrPhase": {"type": "inherited"}, "FifteenYrPhase": {"type": "inherited"}, "CleaningCycle": {"type": "inherited"} }, "defaultValues": { "assetid": null, "ASSETGROUP": null, "ASSETTYPE": "Unknown", "lifecyclestatus": "In Service", "constructionstatus": "Construction Complete", "FROMDEVICETERMINAL": null, "TODEVICETERMINAL": null, "downelev": null, "upelev": null, "Ownership": "City of Vista", "InstallYear": null, "PlanID": null, "PlanSheetNumber": null, "length": null, "diameter": null, "slope": null, "material": null, "Comments": null, "LinerType": null, "LinerDate": null, "LinerPlanID": null, "SubBasinID": null, "OpsNotice": null, "DropLine": null, "EMA": null, "LowFlow": null, "NightCleaning": null, "WarningFlag": null, "CleaningEquipment": null, "RehabList": null, "StructureAction": null, "TenYrPhase": null, "FifteenYrPhase": null, "CleaningCycle": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null, "GlobalID": null }, "code": 0, "name": "Unknown" }, { "domains": { "ASSETTYPE": { "type": "codedValue", "name": "Asset_Type_Sewer_Line_Gravity_Main", "description": "The asset types for the sewer line's asset group gravity main.", "codedValues": [ { "name": "Sanitary Collector", "code": "Sanitary Collector" }, { "name": "Sanitary Interceptor", "code": "Sanitary Interceptor" }, { "name": "Trunk", "code": "Trunk" }, { "name": "Excess Effluent", "code": "Excess Effluent" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "lifecyclestatus": {"type": "inherited"}, "constructionstatus": {"type": "inherited"}, "Ownership": {"type": "inherited"}, "diameter": {"type": "inherited"}, "material": {"type": "inherited"}, "LinerType": {"type": "inherited"}, "SubBasinID": {"type": "inherited"}, "DropLine": {"type": "inherited"}, "EMA": {"type": "inherited"}, "LowFlow": {"type": "inherited"}, "NightCleaning": {"type": "inherited"}, "WarningFlag": {"type": "inherited"}, "CleaningEquipment": {"type": "inherited"}, "RehabList": {"type": "inherited"}, "StructureAction": {"type": "inherited"}, "TenYrPhase": {"type": "inherited"}, "FifteenYrPhase": {"type": "inherited"}, "CleaningCycle": {"type": "inherited"} }, "defaultValues": { "assetid": null, "ASSETGROUP": null, "ASSETTYPE": "Sanitary Collector", "lifecyclestatus": "In Service", "constructionstatus": "Construction Complete", "FROMDEVICETERMINAL": null, "TODEVICETERMINAL": null, "downelev": null, "upelev": null, "Ownership": "City of Vista", "InstallYear": null, "PlanID": null, "PlanSheetNumber": null, "length": null, "diameter": null, "slope": null, "material": null, "Comments": null, "LinerType": null, "LinerDate": null, "LinerPlanID": null, "SubBasinID": null, "OpsNotice": null, "DropLine": null, "EMA": null, "LowFlow": null, "NightCleaning": null, "WarningFlag": null, "CleaningEquipment": null, "RehabList": null, "StructureAction": null, "TenYrPhase": null, "FifteenYrPhase": null, "CleaningCycle": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null, "GlobalID": null }, "code": 1, "name": "Gravity Main" }, { "domains": { "ASSETTYPE": { "type": "codedValue", "name": "Asset_Type_Sewer_Line_Force_Main", "description": "The asset types for the sewer line's asset group force main.", "codedValues": [ { "name": "Sanitary Force Main", "code": "Sanitary Force Main" }, { "name": "Excess Effluent", "code": "Excess Effluent" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "lifecyclestatus": {"type": "inherited"}, "constructionstatus": {"type": "inherited"}, "Ownership": {"type": "inherited"}, "diameter": {"type": "inherited"}, "material": {"type": "inherited"}, "LinerType": {"type": "inherited"}, "SubBasinID": {"type": "inherited"}, "DropLine": {"type": "inherited"}, "EMA": {"type": "inherited"}, "LowFlow": {"type": "inherited"}, "NightCleaning": {"type": "inherited"}, "WarningFlag": {"type": "inherited"}, "CleaningEquipment": {"type": "inherited"}, "RehabList": {"type": "inherited"}, "StructureAction": {"type": "inherited"}, "TenYrPhase": {"type": "inherited"}, "FifteenYrPhase": {"type": "inherited"}, "CleaningCycle": {"type": "inherited"} }, "defaultValues": { "assetid": null, "ASSETGROUP": null, "ASSETTYPE": "Sanitary Force Main", "lifecyclestatus": "In Service", "constructionstatus": "Construction Complete", "FROMDEVICETERMINAL": null, "TODEVICETERMINAL": null, "downelev": null, "upelev": null, "Ownership": "City of Vista", "InstallYear": null, "PlanID": null, "PlanSheetNumber": null, "length": null, "diameter": null, "slope": null, "material": null, "Comments": null, "LinerType": null, "LinerDate": null, "LinerPlanID": null, "SubBasinID": null, "OpsNotice": null, "DropLine": null, "EMA": null, "LowFlow": null, "NightCleaning": null, "WarningFlag": null, "CleaningEquipment": null, "RehabList": null, "StructureAction": null, "TenYrPhase": null, "FifteenYrPhase": null, "CleaningCycle": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null, "GlobalID": null }, "code": 2, "name": "Force Main" }, { "domains": { "ASSETTYPE": { "type": "codedValue", "name": "Asset_Type_Sewer_Line_Lateral", "description": "The asset types for the sewer line's asset group lateral.", "codedValues": [ { "name": "Unknown", "code": "Unknown" }, { "name": "Residential", "code": "Residential" }, { "name": "Commercial", "code": "Commercial" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "lifecyclestatus": {"type": "inherited"}, "constructionstatus": {"type": "inherited"}, "Ownership": {"type": "inherited"}, "diameter": {"type": "inherited"}, "material": {"type": "inherited"}, "LinerType": {"type": "inherited"}, "SubBasinID": {"type": "inherited"}, "DropLine": {"type": "inherited"}, "EMA": {"type": "inherited"}, "LowFlow": {"type": "inherited"}, "NightCleaning": {"type": "inherited"}, "WarningFlag": {"type": "inherited"}, "CleaningEquipment": {"type": "inherited"}, "RehabList": {"type": "inherited"}, "StructureAction": {"type": "inherited"}, "TenYrPhase": {"type": "inherited"}, "FifteenYrPhase": {"type": "inherited"}, "CleaningCycle": {"type": "inherited"} }, "defaultValues": { "assetid": null, "ASSETGROUP": null, "ASSETTYPE": "Unknown", "lifecyclestatus": "In Service", "constructionstatus": "Construction Complete", "FROMDEVICETERMINAL": null, "TODEVICETERMINAL": null, "downelev": null, "upelev": null, "Ownership": "Private", "InstallYear": null, "PlanID": null, "PlanSheetNumber": null, "length": null, "diameter": null, "slope": null, "material": null, "Comments": null, "LinerType": null, "LinerDate": null, "LinerPlanID": null, "SubBasinID": null, "OpsNotice": null, "DropLine": null, "EMA": null, "LowFlow": null, "NightCleaning": null, "WarningFlag": null, "CleaningEquipment": null, "RehabList": null, "StructureAction": null, "TenYrPhase": null, "FifteenYrPhase": null, "CleaningCycle": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null, "GlobalID": null }, "code": 3, "name": "Lateral" }, { "domains": { "ASSETTYPE": { "type": "codedValue", "name": "Asset_Type_Sewer_Line_Inverted_Siphon", "description": "The asset types for the sewer line's asset group inverted siphon.", "codedValues": [ { "name": "Sanitary Inverted Siphon", "code": "Sanitary Inverted Siphon" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "lifecyclestatus": {"type": "inherited"}, "constructionstatus": {"type": "inherited"}, "Ownership": {"type": "inherited"}, "diameter": {"type": "inherited"}, "material": {"type": "inherited"}, "LinerType": {"type": "inherited"}, "SubBasinID": {"type": "inherited"}, "DropLine": {"type": "inherited"}, "EMA": {"type": "inherited"}, "LowFlow": {"type": "inherited"}, "NightCleaning": {"type": "inherited"}, "WarningFlag": {"type": "inherited"}, "CleaningEquipment": {"type": "inherited"}, "RehabList": {"type": "inherited"}, "StructureAction": {"type": "inherited"}, "TenYrPhase": {"type": "inherited"}, "FifteenYrPhase": {"type": "inherited"}, "CleaningCycle": {"type": "inherited"} }, "defaultValues": { "assetid": null, "ASSETGROUP": null, "ASSETTYPE": "Sanitary Inverted Siphon", "lifecyclestatus": "In Service", "constructionstatus": "Construction Complete", "FROMDEVICETERMINAL": null, "TODEVICETERMINAL": null, "downelev": null, "upelev": null, "Ownership": "City of Vista", "InstallYear": null, "PlanID": null, "PlanSheetNumber": null, "length": null, "diameter": null, "slope": null, "material": null, "Comments": null, "LinerType": null, "LinerDate": null, "LinerPlanID": null, "SubBasinID": null, "OpsNotice": null, "DropLine": null, "EMA": null, "LowFlow": null, "NightCleaning": null, "WarningFlag": null, "CleaningEquipment": null, "RehabList": null, "StructureAction": null, "TenYrPhase": null, "FifteenYrPhase": null, "CleaningCycle": null, "created_user": null, "created_date": null, "last_edited_user": null, "last_edited_date": null, "GlobalID": null }, "code": 4, "name": "Inverted Siphon" } ], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": true, "capabilities": "Query,Map,Data", "maxRecordCount": 2000, "maxSelectionCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "hasZ": true, "hasM": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": true, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsAdvancedQueryRelated": true, "supportsQueryRelatedPagination": true, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": false, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeLengthFieldName": "Shape.STLength()", "units": "esriFeet", "mapUnits": {"uwkid": 9003} }, "hasMetadata": true, "isDataArchived": true, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1748539396000 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "c57cb84e5ada4145b4e428585a664aff" }