{ "layers": [ { "currentVersion": 11.1, "cimVersion": "3.1.0", "id": 0, "name": "Storm Discharge Points", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102650, "latestWkid": 102650, "xyTolerance": 0.0032808333333333335, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -17463800, "falseY": -46132600, "xyUnits": 3048.0060960121914, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 255, 0, 0, 255 ], "size": 8, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 0 ], "width": 0.7 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 512071.6794183366, "ymin": 1256307.1593320966, "xmax": 550161.571086172, "ymax": 1300082.9139720127, "spatialReference": { "wkid": 102650, "latestWkid": 102650, "xyTolerance": 0.003280833333333333, "zTolerance": 2.0E-5, "mTolerance": 2.0E-4, "falseX": -17747300, "falseY": -46132600, "xyUnits": 3048.003967234846, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "FACILITYID", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "FACILITYID", "type": "esriFieldTypeString", "alias": "Facility Identifier", "length": 20, "domain": null }, { "name": "AVGDISCH", "type": "esriFieldTypeString", "alias": "Average Discharge", "length": 10, "domain": null }, { "name": "DISCHID", "type": "esriFieldTypeString", "alias": "Discharge Identifier", "length": 20, "domain": null }, { "name": "DISCHRGTYP", "type": "esriFieldTypeString", "alias": "Discharge Type", "length": 50, "domain": { "type": "codedValue", "name": "piDischargePointType_2", "description": "List of infrastructure Discharge Point Types", "codedValues": [ { "name": "Outfall", "code": "Outfall" }, { "name": "Overflow", "code": "Overflow" }, { "name": "Standard Outlet", "code": "Standard Outlet" }, { "name": "Other", "code": "Other" }, { "name": "Unknown", "code": "Unknown" }, { "name": "Dip", "code": "Dip" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "PEAKDISCH", "type": "esriFieldTypeString", "alias": "Peak Discharge", "length": 10, "domain": null }, { "name": "PERMIT", "type": "esriFieldTypeString", "alias": "Permitted", "length": 30, "domain": { "type": "codedValue", "name": "YesNo", "description": "A yes/no indicator", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "PERMITID", "type": "esriFieldTypeString", "alias": "Permit Identifier", "length": 20, "domain": null }, { "name": "INSTALLDATE", "type": "esriFieldTypeDate", "alias": "Install Date", "length": 8, "domain": null }, { "name": "LOCDESC", "type": "esriFieldTypeString", "alias": "Location Description", "length": 200, "domain": null }, { "name": "ROTATION", "type": "esriFieldTypeDouble", "alias": "Rotation", "domain": null }, { "name": "DIAMETER", "type": "esriFieldTypeDouble", "alias": "Diameter", "domain": { "type": "codedValue", "name": "piPipeDiameter_4", "description": "A list of pipe diameters", "codedValues": [ { "name": "3/4\"", "code": 0.75 }, { "name": "1\"", "code": 1 }, { "name": "1 1/4\"", "code": 1.25 }, { "name": "1 1/2\"", "code": 1.5 }, { "name": "2\"", "code": 2 }, { "name": "2 1/2\"", "code": 2.5 }, { "name": "3\"", "code": 3 }, { "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": "20\"", "code": 20 }, { "name": "24\"", "code": 24 }, { "name": "30\"", "code": 30 }, { "name": "36\"", "code": 36 }, { "name": "40\"", "code": 40 }, { "name": "42\"", "code": 42 }, { "name": "48\"", "code": 48 }, { "name": "54\"", "code": 54 }, { "name": "60\"", "code": 60 }, { "name": "66\"", "code": 66 }, { "name": "72\"", "code": 72 }, { "name": "75\"", "code": 75 }, { "name": "Unknown", "code": 0 }, { "name": "Other", "code": -1 }, { "name": "78\"", "code": 78 }, { "name": "84\"", "code": 84 }, { "name": "96\"", "code": 96 }, { "name": "108\"", "code": 108 }, { "name": "120\"", "code": 120 }, { "name": "132\"", "code": 132 }, { "name": "144\"", "code": 144 }, { "name": "240\"", "code": 240 }, { "name": "252\"", "code": 252 }, { "name": "168\"", "code": 168 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "ENABLED", "type": "esriFieldTypeSmallInteger", "alias": "Enabled", "domain": { "type": "codedValue", "name": "EnabledDomain", "description": "Geometric Network Enabled domain", "codedValues": [ { "name": "False", "code": 0 }, { "name": "True", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ACTIVEFLAG", "type": "esriFieldTypeSmallInteger", "alias": "Active Flag", "domain": { "type": "codedValue", "name": "BooleanDomain", "description": "A 0/1 boolean domain", "codedValues": [ { "name": "False", "code": 0 }, { "name": "True", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "OWNEDBY", "type": "esriFieldTypeSmallInteger", "alias": "Owned By", "domain": { "type": "codedValue", "name": "AssetOwner", "description": "The owner of the asset", "codedValues": [ { "name": "Our Agency", "code": 1 }, { "name": "Private", "code": -1 }, { "name": "Other", "code": -2 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "MAINTBY", "type": "esriFieldTypeSmallInteger", "alias": "Managed By", "domain": { "type": "codedValue", "name": "AssetManager", "description": "The manager of the asset", "codedValues": [ { "name": "Our Agency", "code": 1 }, { "name": "Private", "code": -1 }, { "name": "Other", "code": -2 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "LASTUPDATE", "type": "esriFieldTypeDate", "alias": "Last Update Date", "length": 8, "domain": null }, { "name": "LASTEDITOR", "type": "esriFieldTypeString", "alias": "Last Editor", "length": 50, "domain": null }, { "name": "AncillaryRole", "type": "esriFieldTypeSmallInteger", "alias": "AncillaryRole", "domain": { "type": "codedValue", "name": "AncillaryRoleDomain", "description": "", "codedValues": [ { "name": "None", "code": 0 }, { "name": "Source", "code": 1 }, { "name": "Sink", "code": 2 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null }, { "name": "GISEDIT.DBO.swDischargePoint.FID", "type": "esriFieldTypeString", "alias": "GISEDIT.DBO.swDischargePoint.FID", "length": 20, "domain": null }, { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null }, { "name": "ESRIGNSS_RECEIVER", "type": "esriFieldTypeString", "alias": "Receiver Name", "length": 50, "domain": null }, { "name": "ESRIGNSS_H_RMS", "type": "esriFieldTypeDouble", "alias": "Horizontal Accuracy (m)", "domain": null }, { "name": "ESRIGNSS_V_RMS", "type": "esriFieldTypeDouble", "alias": "Vertical Accuracy (m)", "domain": null }, { "name": "ESRIGNSS_LATITUDE", "type": "esriFieldTypeDouble", "alias": "Latitude", "domain": null }, { "name": "ESRIGNSS_LONGITUDE", "type": "esriFieldTypeDouble", "alias": "Longitude", "domain": null }, { "name": "ESRIGNSS_ALTITUDE", "type": "esriFieldTypeDouble", "alias": "Altitude", "domain": null }, { "name": "ESRIGNSS_PDOP", "type": "esriFieldTypeDouble", "alias": "PDOP", "domain": null }, { "name": "ESRIGNSS_HDOP", "type": "esriFieldTypeDouble", "alias": "HDOP", "domain": null }, { "name": "ESRIGNSS_VDOP", "type": "esriFieldTypeDouble", "alias": "VDOP", "domain": null }, { "name": "ESRIGNSS_FIXTYPE", "type": "esriFieldTypeSmallInteger", "alias": "Fix Type", "domain": { "type": "codedValue", "name": "ESRI_FIX_TYPE_DOMAIN", "description": "Fix Type", "codedValues": [ { "name": "Fix not valid", "code": 0 }, { "name": "GPS", "code": 1 }, { "name": "Differential GPS", "code": 2 }, { "name": "RTK Fixed", "code": 4 }, { "name": "RTK Float", "code": 5 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ESRIGNSS_CORRECTIONAGE", "type": "esriFieldTypeDouble", "alias": "Correction Age", "domain": null }, { "name": "ESRIGNSS_STATIONID", "type": "esriFieldTypeSmallInteger", "alias": "Station ID", "domain": { "type": "range", "name": "ESRI_STATION_ID_DOMAIN", "description": "Station ID", "range": [ 0, 1023 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ESRIGNSS_NUMSATS", "type": "esriFieldTypeSmallInteger", "alias": "Number of Satellites", "domain": { "type": "range", "name": "ESRI_NUM_SATS_DOMAIN", "description": "Number of Satellites", "range": [ 0, 99 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ESRIGNSS_FIXDATETIME", "type": "esriFieldTypeDate", "alias": "Fix Time", "length": 8, "domain": null }, { "name": "ESRIGNSS_AVG_H_RMS", "type": "esriFieldTypeDouble", "alias": "Average Horizontal Accuracy (m)", "domain": null }, { "name": "ESRIGNSS_AVG_V_RMS", "type": "esriFieldTypeDouble", "alias": "Average Vertical Accuracy (m)", "domain": null }, { "name": "ESRIGNSS_AVG_POSITIONS", "type": "esriFieldTypeSmallInteger", "alias": "Averaged Positions", "domain": null }, { "name": "ESRIGNSS_H_STDDEV", "type": "esriFieldTypeDouble", "alias": "Standard Deviation (m)", "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "R1148_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_1148", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "S913_idx", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Query,Map,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "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, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "91d7701946b844858c7ef7c49a2ff52c" }, { "currentVersion": 11.1, "cimVersion": "3.1.0", "id": 1, "name": "Storm Inlets", "type": "Feature Layer", "description": "

Stormwater inlets typically found along the side or roads or in drainage swales.<\/SPAN><\/P><\/DIV><\/DIV>", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102650, "latestWkid": 102650, "xyTolerance": 0.0032808333333333335, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -17463800, "falseY": -46132600, "xyUnits": 3048.0060960121914, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriPMS", "url": "5451df884e184673dac855bfebd65879", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABcAAAAUCAYAAABmvqYOAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABMElEQVQ4jd2U0VHCQBCGv7uEIkgbsQzjoyMWgEUoEhgowhQADI9iGdIGNGF2nUUywylhAoPD6P+Uy959t7v338X8ouL/Ac+ZJp6ofSrsmdtlLdzAQrnO6ayOBY+YZEA9/NyKLwIfM+sKZA5WH+hgt1VVzL6rOGgz+HizWJMenWzIPG0hr8BVFbeYQ4sn7hc2t4W7VnTdCC6QGbhyQM70pq7CEr/0SBd4awT3ENhxn3scvj9m1lckBdm7+V64ool5voJa6Y/cFeEcGVhbtvF3GzeEU0S4lyHzPNpkhpUdwB2+XV06RQJ/H4T36ORfhyq5oMsSgrKVaKFIN8alSrkWosIjSSO4aduGINtv1/xh99+ISXP4ORTA7V2J0XTExPp8lOwMDsK37lidmOgP/d2H6xPFfXh3cyk4gAAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 17, "height": 15, "angle": 0, "xoffset": 0, "yoffset": 0 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 513765.3604141697, "ymin": 1256423.8858046755, "xmax": 548799.4871961698, "ymax": 1302243.683928676, "spatialReference": { "wkid": 102650, "latestWkid": 102650, "xyTolerance": 0.003280833333333333, "zTolerance": 2.0E-5, "mTolerance": 2.0E-4, "falseX": -17747300, "falseY": -46132600, "xyUnits": 3048.003967234846, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "FACILITYID", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "FACILITYID", "type": "esriFieldTypeString", "alias": "Facility ID", "length": 20, "domain": null }, { "name": "INSTALLDATE", "type": "esriFieldTypeDate", "alias": "Install Date", "length": 8, "domain": null }, { "name": "INLETTYPE", "type": "esriFieldTypeString", "alias": "Inlet Type", "length": 50, "domain": { "type": "codedValue", "name": "piInletTypes_2", "description": "List of inlet types", "codedValues": [ { "name": "Catchbasin", "code": "Catchbasin" }, { "name": "Rear Yard", "code": "Rear Yard" }, { "name": "Open Lid Manhole", "code": "Open Lid Manhole" }, { "name": "Closed Lid Manhole", "code": "Closed Lid Manhole" }, { "name": "Standard", "code": "Standard" }, { "name": "Other", "code": "Other" }, { "name": "Unknown", "code": "Unknown" }, { "name": "Dip", "code": "Dip" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ACCESSDIAM", "type": "esriFieldTypeDouble", "alias": "Access Diameter", "domain": { "type": "range", "name": "piAccessDiameter", "description": "Valid range of infrastructure access diameters", "range": [ 0, 72 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "INVERTELEV", "type": "esriFieldTypeDouble", "alias": "Invert Elevation", "domain": null }, { "name": "ACCESSMAT", "type": "esriFieldTypeString", "alias": "Access Material", "length": 20, "domain": { "type": "codedValue", "name": "piPipeMaterial_3", "description": "The list of pipe materials types based on the NASSCO standards", "codedValues": [ { "name": "Other", "code": "OTH" }, { "name": "ABS", "code": "ABS" }, { "name": "ASP", "code": "ASP" }, { "name": "BR", "code": "BR" }, { "name": "CAS", "code": "CAS" }, { "name": "CT", "code": "CT" }, { "name": "CP", "code": "CP" }, { "name": "CSB", "code": "CSB" }, { "name": "CSU", "code": "CSU" }, { "name": "CMP", "code": "CMP" }, { "name": "Cop", "code": "COP" }, { "name": "CIPP", "code": "CIPP" }, { "name": "DIP", "code": "DIP" }, { "name": "FRP", "code": "FRP" }, { "name": "EARGEO", "code": "EARGEO" }, { "name": "EAR", "code": "EAR" }, { "name": "Geo", "code": "GEO" }, { "name": "GP", "code": "GP" }, { "name": "GRC", "code": "GRC" }, { "name": "OB", "code": "OB" }, { "name": "PSC", "code": "PSC" }, { "name": "PE", "code": "PE" }, { "name": "PP", "code": "PP" }, { "name": "PVC", "code": "PVC" }, { "name": "PCCP", "code": "PCCP" }, { "name": "RCP", "code": "RCP" }, { "name": "RPM", "code": "RPM" }, { "name": "SB", "code": "SB" }, { "name": "SP", "code": "SP" }, { "name": "TTE", "code": "TTE" }, { "name": "VCP", "code": "VCP" }, { "name": "WD", "code": "WD" }, { "name": "UNK", "code": "UNK" }, { "name": "BMP", "code": "BMP" }, { "name": "HDPE", "code": "HDPE" }, { "name": "ACP", "code": "ACP" }, { "name": "C-900", "code": "C-900" }, { "name": "CCP", "code": "CCP" }, { "name": "CBC", "code": "CBC" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ACCESSTYPE", "type": "esriFieldTypeString", "alias": "Access Type", "length": 20, "domain": { "type": "codedValue", "name": "piAccessType", "description": "List of infrastructure access types", "codedValues": [ { "name": "Door", "code": "Door" }, { "name": "Grate", "code": "Grate" }, { "name": "Cover", "code": "Cover" }, { "name": "Hand", "code": "Hand" }, { "name": "Lid", "code": "Lid" }, { "name": "Unknown", "code": "Unknown" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ENABLED", "type": "esriFieldTypeSmallInteger", "alias": "Enabled", "domain": { "type": "codedValue", "name": "EnabledDomain", "description": "Geometric Network Enabled domain", "codedValues": [ { "name": "False", "code": 0 }, { "name": "True", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ACTIVEFLAG", "type": "esriFieldTypeSmallInteger", "alias": "Active Flag", "domain": { "type": "codedValue", "name": "BooleanDomain", "description": "A 0/1 boolean domain", "codedValues": [ { "name": "False", "code": 0 }, { "name": "True", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "OWNEDBY", "type": "esriFieldTypeSmallInteger", "alias": "Owned By", "domain": { "type": "codedValue", "name": "AssetOwner", "description": "The owner of the asset", "codedValues": [ { "name": "Our Agency", "code": 1 }, { "name": "Private", "code": -1 }, { "name": "Other", "code": -2 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "MAINTBY", "type": "esriFieldTypeSmallInteger", "alias": "Managed By", "domain": { "type": "codedValue", "name": "AssetManager", "description": "The manager of the asset", "codedValues": [ { "name": "Our Agency", "code": 1 }, { "name": "Private", "code": -1 }, { "name": "Other", "code": -2 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "LASTUPDATE", "type": "esriFieldTypeDate", "alias": "Last Update Date", "length": 8, "domain": null }, { "name": "LASTEDITOR", "type": "esriFieldTypeString", "alias": "Last Editor", "length": 50, "domain": null }, { "name": "AncillaryRole", "type": "esriFieldTypeSmallInteger", "alias": "AncillaryRole", "domain": { "type": "codedValue", "name": "AncillaryRoleDomain", "description": "", "codedValues": [ { "name": "None", "code": 0 }, { "name": "Source", "code": 1 }, { "name": "Sink", "code": 2 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null }, { "name": "GISEDIT.DBO.swInlet.FID", "type": "esriFieldTypeString", "alias": "GISEDIT.DBO.swInlet.FID", "length": 20, "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "ESRIGNSS_RECEIVER", "type": "esriFieldTypeString", "alias": "Receiver Name", "length": 50, "domain": null }, { "name": "ESRIGNSS_H_RMS", "type": "esriFieldTypeDouble", "alias": "Horizontal Accuracy (m)", "domain": null }, { "name": "ESRIGNSS_V_RMS", "type": "esriFieldTypeDouble", "alias": "Vertical Accuracy (m)", "domain": null }, { "name": "ESRIGNSS_LATITUDE", "type": "esriFieldTypeDouble", "alias": "Latitude", "domain": null }, { "name": "ESRIGNSS_LONGITUDE", "type": "esriFieldTypeDouble", "alias": "Longitude", "domain": null }, { "name": "ESRIGNSS_ALTITUDE", "type": "esriFieldTypeDouble", "alias": "Altitude", "domain": null }, { "name": "ESRIGNSS_PDOP", "type": "esriFieldTypeDouble", "alias": "PDOP", "domain": null }, { "name": "ESRIGNSS_HDOP", "type": "esriFieldTypeDouble", "alias": "HDOP", "domain": null }, { "name": "ESRIGNSS_VDOP", "type": "esriFieldTypeDouble", "alias": "VDOP", "domain": null }, { "name": "ESRIGNSS_FIXTYPE", "type": "esriFieldTypeSmallInteger", "alias": "Fix Type", "domain": { "type": "codedValue", "name": "ESRI_FIX_TYPE_DOMAIN", "description": "Fix Type", "codedValues": [ { "name": "Fix not valid", "code": 0 }, { "name": "GPS", "code": 1 }, { "name": "Differential GPS", "code": 2 }, { "name": "RTK Fixed", "code": 4 }, { "name": "RTK Float", "code": 5 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ESRIGNSS_CORRECTIONAGE", "type": "esriFieldTypeDouble", "alias": "Correction Age", "domain": null }, { "name": "ESRIGNSS_STATIONID", "type": "esriFieldTypeSmallInteger", "alias": "Station ID", "domain": { "type": "range", "name": "ESRI_STATION_ID_DOMAIN", "description": "Station ID", "range": [ 0, 1023 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ESRIGNSS_NUMSATS", "type": "esriFieldTypeSmallInteger", "alias": "Number of Satellites", "domain": { "type": "range", "name": "ESRI_NUM_SATS_DOMAIN", "description": "Number of Satellites", "range": [ 0, 99 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ESRIGNSS_FIXDATETIME", "type": "esriFieldTypeDate", "alias": "Fix Time", "length": 8, "domain": null }, { "name": "ESRIGNSS_AVG_H_RMS", "type": "esriFieldTypeDouble", "alias": "Average Horizontal Accuracy (m)", "domain": null }, { "name": "ESRIGNSS_AVG_V_RMS", "type": "esriFieldTypeDouble", "alias": "Average Vertical Accuracy (m)", "domain": null }, { "name": "ESRIGNSS_AVG_POSITIONS", "type": "esriFieldTypeSmallInteger", "alias": "Averaged Positions", "domain": null }, { "name": "ESRIGNSS_H_STDDEV", "type": "esriFieldTypeDouble", "alias": "Standard Deviation (m)", "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "R1152_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_1152", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "S917_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Query,Map,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "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, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "91d7701946b844858c7ef7c49a2ff52c" }, { "currentVersion": 11.1, "cimVersion": "3.1.0", "id": 2, "name": "Storm Manholes", "type": "Feature Layer", "description": "

Manhole features connect two or more pipes and control the flow of water in the network through pipe elevations. Manhole invert elevations are stored on the pipes, instead of the manholes themselves.<\/SPAN><\/P><\/DIV><\/DIV><\/DIV>", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102650, "latestWkid": 102650, "xyTolerance": 0.0032808333333333335, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -17463800, "falseY": -46132600, "xyUnits": 3048.0060960121914, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriPMS", "url": "fe649f70b640e5e962292d7cad1c6ab2", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABgUlEQVQ4jd2U0XGCQBCGv0NSBLSBZUgeHbQALEJ0zohFxAICk1ctI7aBRSTcZRbFEEVlMpOHZGcYOA6++//dvXP5pXD/F1iT+Q+ogcH6oAJ5p6AwOOs5w92PwE+8Bg4mLnHWhnKriYqvxcxgSa5L7EQzKjqDV+SxofQTRpNLFxVoLdeK/E2TPbbB3TalhtKfMdK1QoeeV883UzAl6gsc6N8FO5j4Axb1+JBjE0puj24Ci1kkjDcylmdxOCVa3wRb7P7cmkATolNaUrJCk+3kO1lgSS6LXAdrMp9OoTYuRrqkElC7uQp26HkOprXK313hW9yiOb4JnjPcpeTxLai4UjCYMQxP+u8pvhYKgpSXUOF4BkKLXTS7yFLuO4DNtlnld+y2V1lVgZXS0tPNllOUYXlWuFZwwniTkj+LEgEcO6Tq6fNYkmmF3WnG3VKREE3kpyVZWG+UZsiiolSgdT93AksIUACiXnpboTy5y5zCeLKJ2pR2Kt78kMuL86JL/L2D/hOxP6jnwByZ8QAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 16, "height": 15, "angle": 0, "xoffset": 0, "yoffset": 0 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 518732.39575567096, "ymin": 1260996.085977845, "xmax": 545249.3266455866, "ymax": 1272719.1589883417, "spatialReference": { "wkid": 102650, "latestWkid": 102650, "xyTolerance": 0.003280833333333333, "zTolerance": 2.0E-5, "mTolerance": 2.0E-4, "falseX": -17747300, "falseY": -46132600, "xyUnits": 3048.003967234846, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "FACILITYID", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "FACILITYID", "type": "esriFieldTypeString", "alias": "Facility ID", "length": 20, "domain": null }, { "name": "INSTALLDATE", "type": "esriFieldTypeDate", "alias": "Install Date", "length": 8, "domain": null }, { "name": "HIGHELEV", "type": "esriFieldTypeDouble", "alias": "High Pipe Elevation", "domain": null }, { "name": "INVERTELEV", "type": "esriFieldTypeDouble", "alias": "Invert Elevation", "domain": null }, { "name": "INVERT", "type": "esriFieldTypeDouble", "alias": "Invert", "domain": null }, { "name": "RIMELEV", "type": "esriFieldTypeDouble", "alias": "Rim Elevation", "domain": null }, { "name": "CVTYPE", "type": "esriFieldTypeString", "alias": "Cover Type", "length": 50, "domain": { "type": "codedValue", "name": "piManholeCoverType", "description": "List of infrastructure Manhole Cover Types", "codedValues": [ { "name": "Standard W/ Lock", "code": "Standard W/ Lock" }, { "name": "Standard W/ Ears", "code": "Standard W/ Ears" }, { "name": "Non-District", "code": "Non-District" }, { "name": "Water Tight", "code": "Water Tight" }, { "name": "27\" Diameter", "code": "27\" Diameter" }, { "name": "42\" Diameter", "code": "42\" Diameter" }, { "name": "Large - Water Tight", "code": "Large - Water Tight" }, { "name": "Rectangular", "code": "Rectangular" }, { "name": "Other", "code": "Other" }, { "name": "Unknown", "code": "Unknown" }, { "name": "Cover", "code": "Cover" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "WALLMAT", "type": "esriFieldTypeString", "alias": "Wall Material", "length": 25, "domain": { "type": "codedValue", "name": "piPipeMaterial_3", "description": "The list of pipe materials types based on the NASSCO standards", "codedValues": [ { "name": "Other", "code": "OTH" }, { "name": "ABS", "code": "ABS" }, { "name": "ASP", "code": "ASP" }, { "name": "BR", "code": "BR" }, { "name": "CAS", "code": "CAS" }, { "name": "CT", "code": "CT" }, { "name": "CP", "code": "CP" }, { "name": "CSB", "code": "CSB" }, { "name": "CSU", "code": "CSU" }, { "name": "CMP", "code": "CMP" }, { "name": "Cop", "code": "COP" }, { "name": "CIPP", "code": "CIPP" }, { "name": "DIP", "code": "DIP" }, { "name": "FRP", "code": "FRP" }, { "name": "EARGEO", "code": "EARGEO" }, { "name": "EAR", "code": "EAR" }, { "name": "Geo", "code": "GEO" }, { "name": "GP", "code": "GP" }, { "name": "GRC", "code": "GRC" }, { "name": "OB", "code": "OB" }, { "name": "PSC", "code": "PSC" }, { "name": "PE", "code": "PE" }, { "name": "PP", "code": "PP" }, { "name": "PVC", "code": "PVC" }, { "name": "PCCP", "code": "PCCP" }, { "name": "RCP", "code": "RCP" }, { "name": "RPM", "code": "RPM" }, { "name": "SB", "code": "SB" }, { "name": "SP", "code": "SP" }, { "name": "TTE", "code": "TTE" }, { "name": "VCP", "code": "VCP" }, { "name": "WD", "code": "WD" }, { "name": "UNK", "code": "UNK" }, { "name": "BMP", "code": "BMP" }, { "name": "HDPE", "code": "HDPE" }, { "name": "ACP", "code": "ACP" }, { "name": "C-900", "code": "C-900" }, { "name": "CCP", "code": "CCP" }, { "name": "CBC", "code": "CBC" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "MHTYPE", "type": "esriFieldTypeString", "alias": "Manhole Type", "length": 15, "domain": { "type": "codedValue", "name": "piManholeType", "description": "List of infrastructure Manhole Types", "codedValues": [ { "name": "Standard", "code": "STD" }, { "name": "Drop", "code": "DRP" }, { "name": "Split", "code": "SPL" }, { "name": "Diversion", "code": "DIV" }, { "name": "Sedimentation", "code": "SED" }, { "name": "Other", "code": "OTH" }, { "name": "Unknown", "code": "UNK" }, { "name": "Clean Out", "code": "CleanOut" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "CONDITION", "type": "esriFieldTypeString", "alias": "Manhole Condition", "length": 10, "domain": { "type": "codedValue", "name": "Condition", "description": "The condition of the asset", "codedValues": [ { "name": "Excellent", "code": "Excellent" }, { "name": "Very Good", "code": "Very Good" }, { "name": "Good", "code": "Good" }, { "name": "Fair", "code": "Fair" }, { "name": "Poor", "code": "Poor" }, { "name": "Dyimg", "code": "Dying" }, { "name": "Root Girdled", "code": "Root Girdled" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "LOCDESC", "type": "esriFieldTypeString", "alias": "Location Description", "length": 200, "domain": null }, { "name": "CUTDEPTH", "type": "esriFieldTypeDouble", "alias": "Pavement Cut Depth", "domain": null }, { "name": "FLOWDIR", "type": "esriFieldTypeString", "alias": "Flow Direction", "length": 25, "domain": { "type": "codedValue", "name": "Direction", "description": "A general description of cardinal direction", "codedValues": [ { "name": "East", "code": "East" }, { "name": "North", "code": "North" }, { "name": "South", "code": "South" }, { "name": "West", "code": "West" }, { "name": "Northeast", "code": "Northeast" }, { "name": "Northwest", "code": "Northwest" }, { "name": "Southeast", "code": "Southeast" }, { "name": "Southwest", "code": "Southwest" }, { "name": "North/South", "code": "North/South" }, { "name": "East/West", "code": "East/West" }, { "name": "Northeast/Northwest", "code": "Northeast/Northwest" }, { "name": "Southeast/Southwest", "code": "Southeast/Southwest" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "LINED", "type": "esriFieldTypeString", "alias": "Lined", "length": 3, "domain": { "type": "codedValue", "name": "YesNo", "description": "A yes/no indicator", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "GPSDATE", "type": "esriFieldTypeDate", "alias": "GPS Date", "length": 8, "domain": null }, { "name": "ENABLED", "type": "esriFieldTypeSmallInteger", "alias": "Enabled", "domain": { "type": "codedValue", "name": "EnabledDomain", "description": "Geometric Network Enabled domain", "codedValues": [ { "name": "False", "code": 0 }, { "name": "True", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ACTIVEFLAG", "type": "esriFieldTypeSmallInteger", "alias": "Active Flag", "domain": { "type": "codedValue", "name": "BooleanDomain", "description": "A 0/1 boolean domain", "codedValues": [ { "name": "False", "code": 0 }, { "name": "True", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "OWNEDBY", "type": "esriFieldTypeSmallInteger", "alias": "Owned By", "domain": { "type": "codedValue", "name": "AssetOwner", "description": "The owner of the asset", "codedValues": [ { "name": "Our Agency", "code": 1 }, { "name": "Private", "code": -1 }, { "name": "Other", "code": -2 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "MAINTBY", "type": "esriFieldTypeSmallInteger", "alias": "Managed By", "domain": { "type": "codedValue", "name": "AssetManager", "description": "The manager of the asset", "codedValues": [ { "name": "Our Agency", "code": 1 }, { "name": "Private", "code": -1 }, { "name": "Other", "code": -2 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "SUMFLOW", "type": "esriFieldTypeDouble", "alias": "Flow Summary", "domain": null }, { "name": "LASTUPDATE", "type": "esriFieldTypeDate", "alias": "Last Update Date", "length": 8, "domain": null }, { "name": "LASTEDITOR", "type": "esriFieldTypeString", "alias": "Last Editor", "length": 50, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null }, { "name": "GISEDIT.DBO.swManhole.FID", "type": "esriFieldTypeString", "alias": "GISEDIT.DBO.swManhole.FID", "length": 20, "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "ESRIGNSS_RECEIVER", "type": "esriFieldTypeString", "alias": "Receiver Name", "length": 50, "domain": null }, { "name": "ESRIGNSS_H_RMS", "type": "esriFieldTypeDouble", "alias": "Horizontal Accuracy (m)", "domain": null }, { "name": "ESRIGNSS_V_RMS", "type": "esriFieldTypeDouble", "alias": "Vertical Accuracy (m)", "domain": null }, { "name": "ESRIGNSS_LATITUDE", "type": "esriFieldTypeDouble", "alias": "Latitude", "domain": null }, { "name": "ESRIGNSS_LONGITUDE", "type": "esriFieldTypeDouble", "alias": "Longitude", "domain": null }, { "name": "ESRIGNSS_ALTITUDE", "type": "esriFieldTypeDouble", "alias": "Altitude", "domain": null }, { "name": "ESRIGNSS_PDOP", "type": "esriFieldTypeDouble", "alias": "PDOP", "domain": null }, { "name": "ESRIGNSS_HDOP", "type": "esriFieldTypeDouble", "alias": "HDOP", "domain": null }, { "name": "ESRIGNSS_VDOP", "type": "esriFieldTypeDouble", "alias": "VDOP", "domain": null }, { "name": "ESRIGNSS_FIXTYPE", "type": "esriFieldTypeSmallInteger", "alias": "Fix Type", "domain": { "type": "codedValue", "name": "ESRI_FIX_TYPE_DOMAIN", "description": "Fix Type", "codedValues": [ { "name": "Fix not valid", "code": 0 }, { "name": "GPS", "code": 1 }, { "name": "Differential GPS", "code": 2 }, { "name": "RTK Fixed", "code": 4 }, { "name": "RTK Float", "code": 5 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ESRIGNSS_CORRECTIONAGE", "type": "esriFieldTypeDouble", "alias": "Correction Age", "domain": null }, { "name": "ESRIGNSS_STATIONID", "type": "esriFieldTypeSmallInteger", "alias": "Station ID", "domain": { "type": "range", "name": "ESRI_STATION_ID_DOMAIN", "description": "Station ID", "range": [ 0, 1023 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ESRIGNSS_NUMSATS", "type": "esriFieldTypeSmallInteger", "alias": "Number of Satellites", "domain": { "type": "range", "name": "ESRI_NUM_SATS_DOMAIN", "description": "Number of Satellites", "range": [ 0, 99 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ESRIGNSS_FIXDATETIME", "type": "esriFieldTypeDate", "alias": "Fix Time", "length": 8, "domain": null }, { "name": "ESRIGNSS_AVG_H_RMS", "type": "esriFieldTypeDouble", "alias": "Average Horizontal Accuracy (m)", "domain": null }, { "name": "ESRIGNSS_AVG_V_RMS", "type": "esriFieldTypeDouble", "alias": "Average Vertical Accuracy (m)", "domain": null }, { "name": "ESRIGNSS_AVG_POSITIONS", "type": "esriFieldTypeSmallInteger", "alias": "Averaged Positions", "domain": null }, { "name": "ESRIGNSS_H_STDDEV", "type": "esriFieldTypeDouble", "alias": "Standard Deviation (m)", "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "R1153_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_1153", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "S918_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Query,Map,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "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, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "91d7701946b844858c7ef7c49a2ff52c" }, { "currentVersion": 11.1, "cimVersion": "3.1.0", "id": 3, "name": "Storm Network Structures", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102650, "latestWkid": 102650, "xyTolerance": 0.0032808333333333335, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -17463800, "falseY": -46132600, "xyUnits": 3048.0060960121914, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriPMS", "url": "2f685d847263c06e0c85911d98a3ee97", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAjklEQVQokZ2RUQ2AMAxE3xJMMBvYABsgY+jABjqwgY2Sjo0Q6MLCfTVr3u7aNvxUU2oIjIB3MFeDAp4TaAVWB1utY1Ao1frB8AkKdJwxs3p9e7pajtZMq85bBNNCegNstedgKTneI2IkeYPJTecrSV3nfJ4IpoWY93ooCCwO9uwYb1YBRhiYMqjZr/w1OgDHOh1YKz0yVwAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 10, "height": 9, "angle": 0, "xoffset": 0, "yoffset": 0 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 513604.1156579219, "ymin": 1257312.9525960907, "xmax": 539276.3674629219, "ymax": 1302688.3503621742, "spatialReference": { "wkid": 102650, "latestWkid": 102650, "xyTolerance": 0.003280833333333333, "zTolerance": 2.0E-5, "mTolerance": 2.0E-4, "falseX": -17747300, "falseY": -46132600, "xyUnits": 3048.003967234846, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "NAME", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "FACILITYID", "type": "esriFieldTypeString", "alias": "Facility Identifier", "length": 20, "domain": null }, { "name": "INSTALLDATE", "type": "esriFieldTypeDate", "alias": "Install Date", "length": 8, "domain": null }, { "name": "LOCDESC", "type": "esriFieldTypeString", "alias": "Location Description", "length": 200, "domain": null }, { "name": "ROTATION", "type": "esriFieldTypeDouble", "alias": "Rotation", "domain": null }, { "name": "NAME", "type": "esriFieldTypeString", "alias": "Name", "length": 20, "domain": null }, { "name": "OPDATE", "type": "esriFieldTypeDate", "alias": "Operational Date", "length": 8, "domain": null }, { "name": "STRUCTTYPE", "type": "esriFieldTypeString", "alias": "Structure Type", "length": 30, "domain": { "type": "codedValue", "name": "swNetworkStructureType", "description": "Stormwater network structure types", "codedValues": [ { "name": "Diversion Chamber", "code": "Diversion Chamber" }, { "name": "Diversion Point", "code": "Diversion Point" }, { "name": "Junction Chamber", "code": "Junction Chamber" }, { "name": "Pump Station", "code": "Pump Station" }, { "name": "Split Manhole", "code": "Split Manhole" }, { "name": "Storage Basin", "code": "Storage Basin" }, { "name": "Tide Chamber", "code": "Tide Chamber" }, { "name": "Lift Station", "code": "Lift Station" }, { "name": "Discharge Structure", "code": "Discharge Structure" }, { "name": "Unknown", "code": "Unknown" }, { "name": "Other", "code": "Other" }, { "name": "Virtual Junction", "code": "Virtual Junction" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ENABLED", "type": "esriFieldTypeSmallInteger", "alias": "Enabled", "domain": { "type": "codedValue", "name": "EnabledDomain", "description": "Geometric Network Enabled domain", "codedValues": [ { "name": "False", "code": 0 }, { "name": "True", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ACTIVEFLAG", "type": "esriFieldTypeSmallInteger", "alias": "Active Flag", "domain": { "type": "codedValue", "name": "BooleanDomain", "description": "A 0/1 boolean domain", "codedValues": [ { "name": "False", "code": 0 }, { "name": "True", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "OWNEDBY", "type": "esriFieldTypeSmallInteger", "alias": "Owned By", "domain": { "type": "codedValue", "name": "AssetOwner", "description": "The owner of the asset", "codedValues": [ { "name": "Our Agency", "code": 1 }, { "name": "Private", "code": -1 }, { "name": "Other", "code": -2 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "MAINTBY", "type": "esriFieldTypeSmallInteger", "alias": "Managed By", "domain": { "type": "codedValue", "name": "AssetManager", "description": "The manager of the asset", "codedValues": [ { "name": "Our Agency", "code": 1 }, { "name": "Private", "code": -1 }, { "name": "Other", "code": -2 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "LASTUPDATE", "type": "esriFieldTypeDate", "alias": "Last Update Date", "length": 8, "domain": null }, { "name": "LASTEDITOR", "type": "esriFieldTypeString", "alias": "Last Editor", "length": 50, "domain": null }, { "name": "AncillaryRole", "type": "esriFieldTypeSmallInteger", "alias": "AncillaryRole", "domain": { "type": "codedValue", "name": "AncillaryRoleDomain", "description": "", "codedValues": [ { "name": "None", "code": 0 }, { "name": "Source", "code": 1 }, { "name": "Sink", "code": 2 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null }, { "name": "GISEDIT.DBO.swNetworkStructure.FID", "type": "esriFieldTypeString", "alias": "GISEDIT.DBO.swNetworkStructure.FID", "length": 20, "domain": null }, { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null }, { "name": "ESRIGNSS_RECEIVER", "type": "esriFieldTypeString", "alias": "Receiver Name", "length": 50, "domain": null }, { "name": "ESRIGNSS_H_RMS", "type": "esriFieldTypeDouble", "alias": "Horizontal Accuracy (m)", "domain": null }, { "name": "ESRIGNSS_V_RMS", "type": "esriFieldTypeDouble", "alias": "Vertical Accuracy (m)", "domain": null }, { "name": "ESRIGNSS_LATITUDE", "type": "esriFieldTypeDouble", "alias": "Latitude", "domain": null }, { "name": "ESRIGNSS_LONGITUDE", "type": "esriFieldTypeDouble", "alias": "Longitude", "domain": null }, { "name": "ESRIGNSS_ALTITUDE", "type": "esriFieldTypeDouble", "alias": "Altitude", "domain": null }, { "name": "ESRIGNSS_PDOP", "type": "esriFieldTypeDouble", "alias": "PDOP", "domain": null }, { "name": "ESRIGNSS_HDOP", "type": "esriFieldTypeDouble", "alias": "HDOP", "domain": null }, { "name": "ESRIGNSS_VDOP", "type": "esriFieldTypeDouble", "alias": "VDOP", "domain": null }, { "name": "ESRIGNSS_FIXTYPE", "type": "esriFieldTypeSmallInteger", "alias": "Fix Type", "domain": { "type": "codedValue", "name": "ESRI_FIX_TYPE_DOMAIN", "description": "Fix Type", "codedValues": [ { "name": "Fix not valid", "code": 0 }, { "name": "GPS", "code": 1 }, { "name": "Differential GPS", "code": 2 }, { "name": "RTK Fixed", "code": 4 }, { "name": "RTK Float", "code": 5 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ESRIGNSS_CORRECTIONAGE", "type": "esriFieldTypeDouble", "alias": "Correction Age", "domain": null }, { "name": "ESRIGNSS_STATIONID", "type": "esriFieldTypeSmallInteger", "alias": "Station ID", "domain": { "type": "range", "name": "ESRI_STATION_ID_DOMAIN", "description": "Station ID", "range": [ 0, 1023 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ESRIGNSS_NUMSATS", "type": "esriFieldTypeSmallInteger", "alias": "Number of Satellites", "domain": { "type": "range", "name": "ESRI_NUM_SATS_DOMAIN", "description": "Number of Satellites", "range": [ 0, 99 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ESRIGNSS_FIXDATETIME", "type": "esriFieldTypeDate", "alias": "Fix Time", "length": 8, "domain": null }, { "name": "ESRIGNSS_AVG_H_RMS", "type": "esriFieldTypeDouble", "alias": "Average Horizontal Accuracy (m)", "domain": null }, { "name": "ESRIGNSS_AVG_V_RMS", "type": "esriFieldTypeDouble", "alias": "Average Vertical Accuracy (m)", "domain": null }, { "name": "ESRIGNSS_AVG_POSITIONS", "type": "esriFieldTypeSmallInteger", "alias": "Averaged Positions", "domain": null }, { "name": "ESRIGNSS_H_STDDEV", "type": "esriFieldTypeDouble", "alias": "Standard Deviation (m)", "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "R1154_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_1154", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "S919_idx", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Query,Map,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "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, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "91d7701946b844858c7ef7c49a2ff52c" }, { "currentVersion": 11.1, "cimVersion": "3.1.0", "id": 4, "name": "Culvert", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102650, "latestWkid": 102650, "xyTolerance": 0.0032808333333333335, "zTolerance": 2, "mTolerance": 2, "falseX": -17463800, "falseY": -46132600, "xyUnits": 3048.0060960121914, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 255, 170, 0, 255 ], "size": 7, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 0 ], "width": 0.7 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 514536.6147771701, "ymin": 1258037.0521977618, "xmax": 548844.7708982527, "ymax": 1301674.676536508, "spatialReference": { "wkid": 102650, "latestWkid": 102650, "xyTolerance": 0.003280833333333333, "zTolerance": 2.0E-5, "mTolerance": 2.0E-4, "falseX": -17747300, "falseY": -46132600, "xyUnits": 3048.003967234846, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "FACILITYID", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "FACILITYID", "type": "esriFieldTypeString", "alias": "Facility Identifier", "length": 20, "domain": null }, { "name": "INSTALLDATE", "type": "esriFieldTypeDate", "alias": "Install Date", "length": 8, "domain": null }, { "name": "MATERIAL", "type": "esriFieldTypeString", "alias": "Material", "length": 20, "domain": { "type": "codedValue", "name": "piPipeMaterial_3", "description": "The list of pipe materials types based on the NASSCO standards", "codedValues": [ { "name": "Other", "code": "OTH" }, { "name": "ABS", "code": "ABS" }, { "name": "ASP", "code": "ASP" }, { "name": "BR", "code": "BR" }, { "name": "CAS", "code": "CAS" }, { "name": "CT", "code": "CT" }, { "name": "CP", "code": "CP" }, { "name": "CSB", "code": "CSB" }, { "name": "CSU", "code": "CSU" }, { "name": "CMP", "code": "CMP" }, { "name": "Cop", "code": "COP" }, { "name": "CIPP", "code": "CIPP" }, { "name": "DIP", "code": "DIP" }, { "name": "FRP", "code": "FRP" }, { "name": "EARGEO", "code": "EARGEO" }, { "name": "EAR", "code": "EAR" }, { "name": "Geo", "code": "GEO" }, { "name": "GP", "code": "GP" }, { "name": "GRC", "code": "GRC" }, { "name": "OB", "code": "OB" }, { "name": "PSC", "code": "PSC" }, { "name": "PE", "code": "PE" }, { "name": "PP", "code": "PP" }, { "name": "PVC", "code": "PVC" }, { "name": "PCCP", "code": "PCCP" }, { "name": "RCP", "code": "RCP" }, { "name": "RPM", "code": "RPM" }, { "name": "SB", "code": "SB" }, { "name": "SP", "code": "SP" }, { "name": "TTE", "code": "TTE" }, { "name": "VCP", "code": "VCP" }, { "name": "WD", "code": "WD" }, { "name": "UNK", "code": "UNK" }, { "name": "BMP", "code": "BMP" }, { "name": "HDPE", "code": "HDPE" }, { "name": "ACP", "code": "ACP" }, { "name": "C-900", "code": "C-900" }, { "name": "CCP", "code": "CCP" }, { "name": "CBC", "code": "CBC" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "DIAMETER", "type": "esriFieldTypeDouble", "alias": "Diameter", "domain": { "type": "codedValue", "name": "piPipeDiameter_4", "description": "A list of pipe diameters", "codedValues": [ { "name": "3/4\"", "code": 0.75 }, { "name": "1\"", "code": 1 }, { "name": "1 1/4\"", "code": 1.25 }, { "name": "1 1/2\"", "code": 1.5 }, { "name": "2\"", "code": 2 }, { "name": "2 1/2\"", "code": 2.5 }, { "name": "3\"", "code": 3 }, { "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": "20\"", "code": 20 }, { "name": "24\"", "code": 24 }, { "name": "30\"", "code": 30 }, { "name": "36\"", "code": 36 }, { "name": "40\"", "code": 40 }, { "name": "42\"", "code": 42 }, { "name": "48\"", "code": 48 }, { "name": "54\"", "code": 54 }, { "name": "60\"", "code": 60 }, { "name": "66\"", "code": 66 }, { "name": "72\"", "code": 72 }, { "name": "75\"", "code": 75 }, { "name": "Unknown", "code": 0 }, { "name": "Other", "code": -1 }, { "name": "78\"", "code": 78 }, { "name": "84\"", "code": 84 }, { "name": "96\"", "code": 96 }, { "name": "108\"", "code": 108 }, { "name": "120\"", "code": 120 }, { "name": "132\"", "code": 132 }, { "name": "144\"", "code": 144 }, { "name": "240\"", "code": 240 }, { "name": "252\"", "code": 252 }, { "name": "168\"", "code": 168 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "MAINSHAPE", "type": "esriFieldTypeString", "alias": "Main Shape", "length": 50, "domain": { "type": "codedValue", "name": "piPipeShape", "description": "Sanitary and stormwater pipe shapes", "codedValues": [ { "name": "Circular", "code": "Circular" }, { "name": "Horseshoe", "code": "Horseshoe" }, { "name": "Oblong", "code": "Oblong" }, { "name": "Rectangular", "code": "Rectangular" }, { "name": "Trapezoidal", "code": "Trapezoidal" }, { "name": "Triangular", "code": "Triangular" }, { "name": "Other", "code": "Other" }, { "name": "Unknown", "code": "Unknown" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ENABLED", "type": "esriFieldTypeSmallInteger", "alias": "Enabled", "domain": { "type": "codedValue", "name": "EnabledDomain", "description": "Geometric Network Enabled domain", "codedValues": [ { "name": "False", "code": 0 }, { "name": "True", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ACTIVEFLAG", "type": "esriFieldTypeSmallInteger", "alias": "Active Flag", "domain": { "type": "codedValue", "name": "BooleanDomain", "description": "A 0/1 boolean domain", "codedValues": [ { "name": "False", "code": 0 }, { "name": "True", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "OWNEDBY", "type": "esriFieldTypeSmallInteger", "alias": "Owned By", "domain": { "type": "codedValue", "name": "AssetOwner", "description": "The owner of the asset", "codedValues": [ { "name": "Our Agency", "code": 1 }, { "name": "Private", "code": -1 }, { "name": "Other", "code": -2 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "MAINTBY", "type": "esriFieldTypeSmallInteger", "alias": "Managed By", "domain": { "type": "codedValue", "name": "AssetManager", "description": "The manager of the asset", "codedValues": [ { "name": "Our Agency", "code": 1 }, { "name": "Private", "code": -1 }, { "name": "Other", "code": -2 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "SUMFLOW", "type": "esriFieldTypeDouble", "alias": "Flow Summary", "domain": null }, { "name": "LASTUPDATE", "type": "esriFieldTypeDate", "alias": "Last Update Date", "length": 8, "domain": null }, { "name": "LASTEDITOR", "type": "esriFieldTypeString", "alias": "Last Editor", "length": 50, "domain": null }, { "name": "DOWNELEV", "type": "esriFieldTypeDouble", "alias": "DOWNELEV", "domain": null }, { "name": "UPELEV", "type": "esriFieldTypeDouble", "alias": "UPELEV", "domain": null }, { "name": "GISEDIT_DBO_swCulvert_FID", "type": "esriFieldTypeString", "alias": "GISEDIT.DBO.swCulvert.FID", "length": 20, "domain": null }, { "name": "NUMOFPIPES", "type": "esriFieldTypeDouble", "alias": "NUMOFPIPES", "domain": null }, { "name": "Rise", "type": "esriFieldTypeDouble", "alias": "Rise", "domain": { "type": "codedValue", "name": "piPipeDiameter_4", "description": "A list of pipe diameters", "codedValues": [ { "name": "3/4\"", "code": 0.75 }, { "name": "1\"", "code": 1 }, { "name": "1 1/4\"", "code": 1.25 }, { "name": "1 1/2\"", "code": 1.5 }, { "name": "2\"", "code": 2 }, { "name": "2 1/2\"", "code": 2.5 }, { "name": "3\"", "code": 3 }, { "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": "20\"", "code": 20 }, { "name": "24\"", "code": 24 }, { "name": "30\"", "code": 30 }, { "name": "36\"", "code": 36 }, { "name": "40\"", "code": 40 }, { "name": "42\"", "code": 42 }, { "name": "48\"", "code": 48 }, { "name": "54\"", "code": 54 }, { "name": "60\"", "code": 60 }, { "name": "66\"", "code": 66 }, { "name": "72\"", "code": 72 }, { "name": "75\"", "code": 75 }, { "name": "Unknown", "code": 0 }, { "name": "Other", "code": -1 }, { "name": "78\"", "code": 78 }, { "name": "84\"", "code": 84 }, { "name": "96\"", "code": 96 }, { "name": "108\"", "code": 108 }, { "name": "120\"", "code": 120 }, { "name": "132\"", "code": 132 }, { "name": "144\"", "code": 144 }, { "name": "240\"", "code": 240 }, { "name": "252\"", "code": 252 }, { "name": "168\"", "code": 168 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "Span", "type": "esriFieldTypeDouble", "alias": "Span", "domain": { "type": "codedValue", "name": "piPipeDiameter_4", "description": "A list of pipe diameters", "codedValues": [ { "name": "3/4\"", "code": 0.75 }, { "name": "1\"", "code": 1 }, { "name": "1 1/4\"", "code": 1.25 }, { "name": "1 1/2\"", "code": 1.5 }, { "name": "2\"", "code": 2 }, { "name": "2 1/2\"", "code": 2.5 }, { "name": "3\"", "code": 3 }, { "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": "20\"", "code": 20 }, { "name": "24\"", "code": 24 }, { "name": "30\"", "code": 30 }, { "name": "36\"", "code": 36 }, { "name": "40\"", "code": 40 }, { "name": "42\"", "code": 42 }, { "name": "48\"", "code": 48 }, { "name": "54\"", "code": 54 }, { "name": "60\"", "code": 60 }, { "name": "66\"", "code": 66 }, { "name": "72\"", "code": 72 }, { "name": "75\"", "code": 75 }, { "name": "Unknown", "code": 0 }, { "name": "Other", "code": -1 }, { "name": "78\"", "code": 78 }, { "name": "84\"", "code": 84 }, { "name": "96\"", "code": 96 }, { "name": "108\"", "code": 108 }, { "name": "120\"", "code": 120 }, { "name": "132\"", "code": 132 }, { "name": "144\"", "code": 144 }, { "name": "240\"", "code": 240 }, { "name": "252\"", "code": 252 }, { "name": "168\"", "code": 168 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null }, { "name": "ESRIGNSS_RECEIVER", "type": "esriFieldTypeString", "alias": "Receiver Name", "length": 50, "domain": null }, { "name": "ESRIGNSS_H_RMS", "type": "esriFieldTypeDouble", "alias": "Horizontal Accuracy (m)", "domain": null }, { "name": "ESRIGNSS_V_RMS", "type": "esriFieldTypeDouble", "alias": "Vertical Accuracy (m)", "domain": null }, { "name": "ESRIGNSS_LATITUDE", "type": "esriFieldTypeDouble", "alias": "Latitude", "domain": null }, { "name": "ESRIGNSS_LONGITUDE", "type": "esriFieldTypeDouble", "alias": "Longitude", "domain": null }, { "name": "ESRIGNSS_ALTITUDE", "type": "esriFieldTypeDouble", "alias": "Altitude", "domain": null }, { "name": "ESRIGNSS_PDOP", "type": "esriFieldTypeDouble", "alias": "PDOP", "domain": null }, { "name": "ESRIGNSS_HDOP", "type": "esriFieldTypeDouble", "alias": "HDOP", "domain": null }, { "name": "ESRIGNSS_VDOP", "type": "esriFieldTypeDouble", "alias": "VDOP", "domain": null }, { "name": "ESRIGNSS_FIXTYPE", "type": "esriFieldTypeSmallInteger", "alias": "Fix Type", "domain": { "type": "codedValue", "name": "ESRI_FIX_TYPE_DOMAIN", "description": "Fix Type", "codedValues": [ { "name": "Fix not valid", "code": 0 }, { "name": "GPS", "code": 1 }, { "name": "Differential GPS", "code": 2 }, { "name": "RTK Fixed", "code": 4 }, { "name": "RTK Float", "code": 5 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ESRIGNSS_CORRECTIONAGE", "type": "esriFieldTypeDouble", "alias": "Correction Age", "domain": null }, { "name": "ESRIGNSS_STATIONID", "type": "esriFieldTypeSmallInteger", "alias": "Station ID", "domain": { "type": "range", "name": "ESRI_STATION_ID_DOMAIN", "description": "Station ID", "range": [ 0, 1023 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ESRIGNSS_NUMSATS", "type": "esriFieldTypeSmallInteger", "alias": "Number of Satellites", "domain": { "type": "range", "name": "ESRI_NUM_SATS_DOMAIN", "description": "Number of Satellites", "range": [ 0, 99 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ESRIGNSS_FIXDATETIME", "type": "esriFieldTypeDate", "alias": "Fix Time", "length": 8, "domain": null }, { "name": "ESRIGNSS_AVG_H_RMS", "type": "esriFieldTypeDouble", "alias": "Average Horizontal Accuracy (m)", "domain": null }, { "name": "ESRIGNSS_AVG_V_RMS", "type": "esriFieldTypeDouble", "alias": "Average Vertical Accuracy (m)", "domain": null }, { "name": "ESRIGNSS_AVG_POSITIONS", "type": "esriFieldTypeSmallInteger", "alias": "Averaged Positions", "domain": null }, { "name": "ESRIGNSS_H_STDDEV", "type": "esriFieldTypeDouble", "alias": "Standard Deviation (m)", "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "R1166_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S925_idx", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Query,Map,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "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, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "91d7701946b844858c7ef7c49a2ff52c" }, { "currentVersion": 11.1, "cimVersion": "3.1.0", "id": 5, "name": "Box Culvert Location", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102650, "latestWkid": 102650, "xyTolerance": 0.0032808333333333335, "zTolerance": 2, "mTolerance": 2, "falseX": -17463800, "falseY": -46132600, "xyUnits": 3048.0060960121914, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriPMS", "url": "cca9bbcd7c92835328b336fa56f21cd1", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABO0lEQVQ4jb1T3U3DQAz+nISKFZIxOMZol6hC7okZCDP06RLEELRruGM0KyCqnJGTnAgkQQIV/OSzfZ//Pie4kCT/ArTdHbOrlazPb3R4vr85qS2v2UQem8qachGocOwIMACq3iKFACZZifoqAlg8nHqs45OzppoF8hGq2MMJ+mD9SIBVMM0jfVgDIB1i5oGe7gwDuNXyR+8gVu2xhwmJtPXQ8uyMvgB8sheON7jQ1tKgRNei+nJF3wmha62TuEUGgH8F5AUN0dT+84qob0WljT/0v2V2PrP+7e6Y6XDJg8OM/Cs1s0AKQC1K8ljr2zpmCB6FlJBSwCP1gsMwoyZwaAKkIBF1rO3PAShBeBncymId9MPw3i+21p7J1qMs+tk6LtoIHNrMa94ru/WQF4HGpQYZH+ZobhPmX2xr7z66irV4bC5XAAAAAElFTkSuQmCC", "contentType": "image/png", "width": 13, "height": 13, "angle": 0, "xoffset": 0, "yoffset": 0 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 514155.6089775041, "ymin": 1256396.9629582614, "xmax": 543986.0106026717, "ymax": 1303001.7086593434, "spatialReference": { "wkid": 102650, "latestWkid": 102650, "xyTolerance": 0.003280833333333333, "zTolerance": 2.0E-5, "mTolerance": 2.0E-4, "falseX": -17747300, "falseY": -46132600, "xyUnits": 3048.003967234846, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Water_Body_Name", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OID", "domain": null }, { "name": "AssetObjectId", "type": "esriFieldTypeInteger", "alias": "AssetObjectId", "domain": null }, { "name": "AssetId", "type": "esriFieldTypeInteger", "alias": "AssetId", "domain": null }, { "name": "AssetObjectStatus", "type": "esriFieldTypeString", "alias": "AssetObjectStatus", "length": 32, "domain": null }, { "name": "Status", "type": "esriFieldTypeString", "alias": "Status", "length": 32, "domain": null }, { "name": "Feature", "type": "esriFieldTypeString", "alias": "Feature", "length": 64, "domain": null }, { "name": "SubFeature", "type": "esriFieldTypeString", "alias": "SubFeature", "length": 64, "domain": null }, { "name": "AssetCode", "type": "esriFieldTypeString", "alias": "AssetCode", "length": 32, "domain": null }, { "name": "LaneLocation", "type": "esriFieldTypeString", "alias": "LaneLocation", "length": 32, "domain": null }, { "name": "Route", "type": "esriFieldTypeString", "alias": "Route", "length": 32, "domain": null }, { "name": "FromMilepost", "type": "esriFieldTypeInteger", "alias": "FromMilepost", "domain": null }, { "name": "FromOffset", "type": "esriFieldTypeDouble", "alias": "FromOffset", "domain": null }, { "name": "ToMilepost", "type": "esriFieldTypeInteger", "alias": "ToMilepost", "domain": null }, { "name": "ToOffset", "type": "esriFieldTypeDouble", "alias": "ToOffset", "domain": null }, { "name": "Outfall", "type": "esriFieldTypeString", "alias": "Outfall", "length": 255, "domain": null }, { "name": "Water_Quality_Status", "type": "esriFieldTypeString", "alias": "Water Quality Status", "length": 255, "domain": null }, { "name": "Water_Body_ID", "type": "esriFieldTypeString", "alias": "Water Body ID", "length": 255, "domain": null }, { "name": "Water_Body_Name", "type": "esriFieldTypeString", "alias": "Water Body Name", "length": 255, "domain": null }, { "name": "Impairment", "type": "esriFieldTypeString", "alias": "Impairment", "length": 255, "domain": null }, { "name": "Flow_Direction", "type": "esriFieldTypeString", "alias": "Flow Direction", "length": 255, "domain": null }, { "name": "Outfall_Comments", "type": "esriFieldTypeString", "alias": "Outfall Comments", "length": 255, "domain": null }, { "name": "Inspection_Date", "type": "esriFieldTypeString", "alias": "Inspection Date", "length": 255, "domain": null }, { "name": "Total_Maximum_Daily_Load", "type": "esriFieldTypeString", "alias": "Total Maximum Daily Load", "length": 255, "domain": null }, { "name": "Impaired_Water", "type": "esriFieldTypeString", "alias": "Impaired Water", "length": 255, "domain": null }, { "name": "Immediate_Surrounding_Land_Use", "type": "esriFieldTypeString", "alias": "Immediate Surrounding Land Use", "length": 255, "domain": null }, { "name": "Flow", "type": "esriFieldTypeString", "alias": "Flow", "length": 255, "domain": null }, { "name": "Outstanding_Arizona_Water", "type": "esriFieldTypeString", "alias": "Outstanding Arizona Water", "length": 255, "domain": null }, { "name": "Smell", "type": "esriFieldTypeString", "alias": "Smell", "length": 255, "domain": null }, { "name": "Floatables", "type": "esriFieldTypeString", "alias": "Floatables", "length": 255, "domain": null }, { "name": "Vegetative__Algae", "type": "esriFieldTypeString", "alias": "Vegetative / Algae", "length": 255, "domain": null }, { "name": "Deposits", "type": "esriFieldTypeString", "alias": "Deposits", "length": 255, "domain": null }, { "name": "Dry_Weather_Comments", "type": "esriFieldTypeString", "alias": "Dry Weather Comments", "length": 255, "domain": null }, { "name": "Follow_Up_Activities", "type": "esriFieldTypeString", "alias": "Follow Up Activities", "length": 255, "domain": null }, { "name": "Documents", "type": "esriFieldTypeString", "alias": "Documents", "length": 255, "domain": null }, { "name": "Closure_Date", "type": "esriFieldTypeString", "alias": "Closure Date", "length": 255, "domain": null }, { "name": "Barrel_Height", "type": "esriFieldTypeString", "alias": "Barrel Height", "length": 255, "domain": null }, { "name": "Barrel_Width", "type": "esriFieldTypeString", "alias": "Barrel Width", "length": 255, "domain": null }, { "name": "Number_of_Barrels", "type": "esriFieldTypeString", "alias": "Number of Barrels", "length": 255, "domain": null }, { "name": "Erosion_Treatment", "type": "esriFieldTypeString", "alias": "Erosion Treatment", "length": 255, "domain": null }, { "name": "Culvert_Location", "type": "esriFieldTypeString", "alias": "Culvert Location", "length": 255, "domain": null }, { "name": "Box_Culvert_Images", "type": "esriFieldTypeString", "alias": "Box Culvert Image(s)", "length": 255, "domain": null }, { "name": "DebrisSediment_Rating", "type": "esriFieldTypeString", "alias": "Debris/Sediment Rating", "length": 255, "domain": null }, { "name": "Erosion_Rating", "type": "esriFieldTypeString", "alias": "Erosion Rating", "length": 255, "domain": null }, { "name": "Visual_Defects", "type": "esriFieldTypeString", "alias": "Visual Defects", "length": 255, "domain": null }, { "name": "Obstructions_to_Opening", "type": "esriFieldTypeString", "alias": "Obstructions to Opening", "length": 255, "domain": null }, { "name": "Other_Review_Reasons", "type": "esriFieldTypeString", "alias": "Other Review Reasons", "length": 255, "domain": null }, { "name": "Multiple_OpeningsWorst_Conditio", "type": "esriFieldTypeString", "alias": "Multiple Openings/Worst Condition", "length": 255, "domain": null }, { "name": "Further_Review_Needed", "type": "esriFieldTypeString", "alias": "Further Review Needed", "length": 255, "domain": null }, { "name": "Condition_Comments", "type": "esriFieldTypeString", "alias": "Condition Comments", "length": 255, "domain": null }, { "name": "Opening_Cleaned_Mid_Box_Remains", "type": "esriFieldTypeString", "alias": "Opening Cleaned, Mid Box Remains Obstructed", "length": 255, "domain": null }, { "name": "Recommend_Check_After_Next_Majo", "type": "esriFieldTypeString", "alias": "Recommend Check After Next Major Weather Event", "length": 255, "domain": null }, { "name": "Outfa_1", "type": "esriFieldTypeString", "alias": "Outfall?", "length": 255, "domain": null }, { "name": "Water_Quality_Stat_2", "type": "esriFieldTypeString", "alias": "Water Quality Status", "length": 255, "domain": null }, { "name": "Water_Body__3", "type": "esriFieldTypeString", "alias": "Water Body ID", "length": 255, "domain": null }, { "name": "Impairme_4", "type": "esriFieldTypeString", "alias": "Impairment", "length": 255, "domain": null }, { "name": "Flow_Directi_5", "type": "esriFieldTypeString", "alias": "Flow Direction", "length": 255, "domain": null }, { "name": "Outfall_Assessment_Comments", "type": "esriFieldTypeString", "alias": "Outfall Assessment Comments", "length": 255, "domain": null }, { "name": "Inspection_Da_6", "type": "esriFieldTypeString", "alias": "Inspection Date", "length": 255, "domain": null }, { "name": "Immediate_Surrounding_Land_U_7", "type": "esriFieldTypeString", "alias": "Immediate Surrounding Land Use?", "length": 255, "domain": null }, { "name": "Fl_8", "type": "esriFieldTypeString", "alias": "Flow", "length": 255, "domain": null }, { "name": "Sme_9", "type": "esriFieldTypeString", "alias": "Smell", "length": 255, "domain": null }, { "name": "Floatab_10", "type": "esriFieldTypeString", "alias": "Floatables", "length": 255, "domain": null }, { "name": "Dry_Weather_Assessment_Comments", "type": "esriFieldTypeString", "alias": "Dry Weather Assessment Comments", "length": 255, "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "ESRIGNSS_RECEIVER", "type": "esriFieldTypeString", "alias": "Receiver Name", "length": 50, "domain": null }, { "name": "ESRIGNSS_H_RMS", "type": "esriFieldTypeDouble", "alias": "Horizontal Accuracy (m)", "domain": null }, { "name": "ESRIGNSS_V_RMS", "type": "esriFieldTypeDouble", "alias": "Vertical Accuracy (m)", "domain": null }, { "name": "ESRIGNSS_LATITUDE", "type": "esriFieldTypeDouble", "alias": "Latitude", "domain": null }, { "name": "ESRIGNSS_LONGITUDE", "type": "esriFieldTypeDouble", "alias": "Longitude", "domain": null }, { "name": "ESRIGNSS_ALTITUDE", "type": "esriFieldTypeDouble", "alias": "Altitude", "domain": null }, { "name": "ESRIGNSS_PDOP", "type": "esriFieldTypeDouble", "alias": "PDOP", "domain": null }, { "name": "ESRIGNSS_HDOP", "type": "esriFieldTypeDouble", "alias": "HDOP", "domain": null }, { "name": "ESRIGNSS_VDOP", "type": "esriFieldTypeDouble", "alias": "VDOP", "domain": null }, { "name": "ESRIGNSS_FIXTYPE", "type": "esriFieldTypeSmallInteger", "alias": "Fix Type", "domain": { "type": "codedValue", "name": "ESRI_FIX_TYPE_DOMAIN", "description": "Fix Type", "codedValues": [ { "name": "Fix not valid", "code": 0 }, { "name": "GPS", "code": 1 }, { "name": "Differential GPS", "code": 2 }, { "name": "RTK Fixed", "code": 4 }, { "name": "RTK Float", "code": 5 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ESRIGNSS_CORRECTIONAGE", "type": "esriFieldTypeDouble", "alias": "Correction Age", "domain": null }, { "name": "ESRIGNSS_STATIONID", "type": "esriFieldTypeSmallInteger", "alias": "Station ID", "domain": { "type": "range", "name": "ESRI_STATION_ID_DOMAIN", "description": "Station ID", "range": [ 0, 1023 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ESRIGNSS_NUMSATS", "type": "esriFieldTypeSmallInteger", "alias": "Number of Satellites", "domain": { "type": "range", "name": "ESRI_NUM_SATS_DOMAIN", "description": "Number of Satellites", "range": [ 0, 99 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ESRIGNSS_FIXDATETIME", "type": "esriFieldTypeDate", "alias": "Fix Time", "length": 8, "domain": null }, { "name": "ESRIGNSS_AVG_H_RMS", "type": "esriFieldTypeDouble", "alias": "Average Horizontal Accuracy (m)", "domain": null }, { "name": "ESRIGNSS_AVG_V_RMS", "type": "esriFieldTypeDouble", "alias": "Average Vertical Accuracy (m)", "domain": null }, { "name": "ESRIGNSS_AVG_POSITIONS", "type": "esriFieldTypeSmallInteger", "alias": "Averaged Positions", "domain": null }, { "name": "ESRIGNSS_H_STDDEV", "type": "esriFieldTypeDouble", "alias": "Standard Deviation (m)", "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "R1170_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S929_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Query,Map,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "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, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "91d7701946b844858c7ef7c49a2ff52c" }, { "currentVersion": 11.1, "cimVersion": "3.1.0", "id": 6, "name": "Catch Basin", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102650, "latestWkid": 102650, "xyTolerance": 0.0032808333333333335, "zTolerance": 2, "mTolerance": 2, "falseX": -17463800, "falseY": -46132600, "xyUnits": 3048.0060960121914, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriPMS", "url": "226b8eab284641ad11fb30ca5ec5332f", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA0ElEQVQokc2SzQ2CQBCFv0GakDY4CLEFuZJIM1qHBQjxSg1GPNAGNiG7ZmHlJ6CJ8aBz2bfz83bmzbp8ae7/EKRrPFHs0HgI1Wy2jTmKQ3ylnHTgKA7mjIs2aOy0wn8mHwOi5EJufLMj1EIkwjINuHU+011AZLCAnwb4aPLXGihKLT2BKdL0HQ3xhEDTFCOLQUHd3zt8ZzlLILSzmcRRB/UEV7MECzvbUzQrYjUQkaR4I6IS9mZNWTjwabwstC+2eIPd1ohge26SGrU/sd9/5Qd6+k7NU/dPmgAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 12, "height": 10, "angle": 0, "xoffset": 0, "yoffset": 0 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 514418.6402755864, "ymin": 1256493.6596152633, "xmax": 544485.2723994218, "ymax": 1302318.3750522584, "spatialReference": { "wkid": 102650, "latestWkid": 102650, "xyTolerance": 0.003280833333333333, "zTolerance": 2.0E-5, "mTolerance": 2.0E-4, "falseX": -17747300, "falseY": -46132600, "xyUnits": 3048.003967234846, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "AssetObjectStatus", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OID", "domain": null }, { "name": "AssetObjectId", "type": "esriFieldTypeInteger", "alias": "AssetObjectId", "domain": null }, { "name": "AssetId", "type": "esriFieldTypeInteger", "alias": "AssetId", "domain": null }, { "name": "AssetObjectStatus", "type": "esriFieldTypeString", "alias": "AssetObjectStatus", "length": 32, "domain": null }, { "name": "Status", "type": "esriFieldTypeString", "alias": "Status", "length": 32, "domain": null }, { "name": "Feature", "type": "esriFieldTypeString", "alias": "Feature", "length": 64, "domain": null }, { "name": "SubFeature", "type": "esriFieldTypeString", "alias": "SubFeature", "length": 64, "domain": null }, { "name": "AssetCode", "type": "esriFieldTypeString", "alias": "AssetCode", "length": 32, "domain": null }, { "name": "LaneLocation", "type": "esriFieldTypeString", "alias": "LaneLocation", "length": 32, "domain": null }, { "name": "Route", "type": "esriFieldTypeString", "alias": "Route", "length": 32, "domain": null }, { "name": "FromMilepost", "type": "esriFieldTypeInteger", "alias": "FromMilepost", "domain": null }, { "name": "FromOffset", "type": "esriFieldTypeDouble", "alias": "FromOffset", "domain": null }, { "name": "ToMilepost", "type": "esriFieldTypeInteger", "alias": "ToMilepost", "domain": null }, { "name": "ToOffset", "type": "esriFieldTypeDouble", "alias": "ToOffset", "domain": null }, { "name": "Catch_Basin_Images", "type": "esriFieldTypeString", "alias": "Catch Basin Image(s)", "length": 255, "domain": null }, { "name": "Reason_for_Review", "type": "esriFieldTypeString", "alias": "Reason for Review", "length": 255, "domain": null }, { "name": "Further_Review_Needed", "type": "esriFieldTypeString", "alias": "Further Review Needed", "length": 255, "domain": null }, { "name": "Condition_Comments", "type": "esriFieldTypeString", "alias": "Condition Comments", "length": 255, "domain": null }, { "name": "Type", "type": "esriFieldTypeString", "alias": "Type", "length": 255, "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "ESRIGNSS_RECEIVER", "type": "esriFieldTypeString", "alias": "Receiver Name", "length": 50, "domain": null }, { "name": "ESRIGNSS_H_RMS", "type": "esriFieldTypeDouble", "alias": "Horizontal Accuracy (m)", "domain": null }, { "name": "ESRIGNSS_V_RMS", "type": "esriFieldTypeDouble", "alias": "Vertical Accuracy (m)", "domain": null }, { "name": "ESRIGNSS_LATITUDE", "type": "esriFieldTypeDouble", "alias": "Latitude", "domain": null }, { "name": "ESRIGNSS_LONGITUDE", "type": "esriFieldTypeDouble", "alias": "Longitude", "domain": null }, { "name": "ESRIGNSS_ALTITUDE", "type": "esriFieldTypeDouble", "alias": "Altitude", "domain": null }, { "name": "ESRIGNSS_PDOP", "type": "esriFieldTypeDouble", "alias": "PDOP", "domain": null }, { "name": "ESRIGNSS_HDOP", "type": "esriFieldTypeDouble", "alias": "HDOP", "domain": null }, { "name": "ESRIGNSS_VDOP", "type": "esriFieldTypeDouble", "alias": "VDOP", "domain": null }, { "name": "ESRIGNSS_FIXTYPE", "type": "esriFieldTypeSmallInteger", "alias": "Fix Type", "domain": { "type": "codedValue", "name": "ESRI_FIX_TYPE_DOMAIN", "description": "Fix Type", "codedValues": [ { "name": "Fix not valid", "code": 0 }, { "name": "GPS", "code": 1 }, { "name": "Differential GPS", "code": 2 }, { "name": "RTK Fixed", "code": 4 }, { "name": "RTK Float", "code": 5 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ESRIGNSS_CORRECTIONAGE", "type": "esriFieldTypeDouble", "alias": "Correction Age", "domain": null }, { "name": "ESRIGNSS_STATIONID", "type": "esriFieldTypeSmallInteger", "alias": "Station ID", "domain": { "type": "range", "name": "ESRI_STATION_ID_DOMAIN", "description": "Station ID", "range": [ 0, 1023 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ESRIGNSS_NUMSATS", "type": "esriFieldTypeSmallInteger", "alias": "Number of Satellites", "domain": { "type": "range", "name": "ESRI_NUM_SATS_DOMAIN", "description": "Number of Satellites", "range": [ 0, 99 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ESRIGNSS_FIXDATETIME", "type": "esriFieldTypeDate", "alias": "Fix Time", "length": 8, "domain": null }, { "name": "ESRIGNSS_AVG_H_RMS", "type": "esriFieldTypeDouble", "alias": "Average Horizontal Accuracy (m)", "domain": null }, { "name": "ESRIGNSS_AVG_V_RMS", "type": "esriFieldTypeDouble", "alias": "Average Vertical Accuracy (m)", "domain": null }, { "name": "ESRIGNSS_AVG_POSITIONS", "type": "esriFieldTypeSmallInteger", "alias": "Averaged Positions", "domain": null }, { "name": "ESRIGNSS_H_STDDEV", "type": "esriFieldTypeDouble", "alias": "Standard Deviation (m)", "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "R1171_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S930_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Query,Map,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "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, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "91d7701946b844858c7ef7c49a2ff52c" }, { "currentVersion": 11.1, "cimVersion": "3.1.0", "id": 7, "name": "Pipe Opening", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102650, "latestWkid": 102650, "xyTolerance": 0.0032808333333333335, "zTolerance": 2, "mTolerance": 2, "falseX": -17463800, "falseY": -46132600, "xyUnits": 3048.0060960121914, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 168, 112, 0, 255 ], "size": 6, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 0 ], "width": 0.7 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 514276.25374933705, "ymin": 1255840.247536257, "xmax": 549576.8652345873, "ymax": 1302445.11134734, "spatialReference": { "wkid": 102650, "latestWkid": 102650, "xyTolerance": 0.003280833333333333, "zTolerance": 2.0E-5, "mTolerance": 2.0E-4, "falseX": -17747300, "falseY": -46132600, "xyUnits": 3048.003967234846, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Water_Body_Name", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OID", "domain": null }, { "name": "AssetObjectId", "type": "esriFieldTypeInteger", "alias": "AssetObjectId", "domain": null }, { "name": "AssetId", "type": "esriFieldTypeInteger", "alias": "AssetId", "domain": null }, { "name": "AssetObjectStatus", "type": "esriFieldTypeString", "alias": "AssetObjectStatus", "length": 32, "domain": null }, { "name": "Status", "type": "esriFieldTypeString", "alias": "Status", "length": 32, "domain": null }, { "name": "Feature", "type": "esriFieldTypeString", "alias": "Feature", "length": 64, "domain": null }, { "name": "SubFeature", "type": "esriFieldTypeString", "alias": "SubFeature", "length": 64, "domain": null }, { "name": "AssetCode", "type": "esriFieldTypeString", "alias": "AssetCode", "length": 32, "domain": null }, { "name": "LaneLocation", "type": "esriFieldTypeString", "alias": "LaneLocation", "length": 32, "domain": null }, { "name": "Route", "type": "esriFieldTypeString", "alias": "Route", "length": 32, "domain": null }, { "name": "FromMilepost", "type": "esriFieldTypeInteger", "alias": "FromMilepost", "domain": null }, { "name": "FromOffset", "type": "esriFieldTypeDouble", "alias": "FromOffset", "domain": null }, { "name": "ToMilepost", "type": "esriFieldTypeInteger", "alias": "ToMilepost", "domain": null }, { "name": "ToOffset", "type": "esriFieldTypeDouble", "alias": "ToOffset", "domain": null }, { "name": "Outfall", "type": "esriFieldTypeString", "alias": "Outfall", "length": 255, "domain": null }, { "name": "Water_Quality_Status", "type": "esriFieldTypeString", "alias": "Water Quality Status", "length": 255, "domain": null }, { "name": "Water_Body_ID", "type": "esriFieldTypeString", "alias": "Water Body ID", "length": 255, "domain": null }, { "name": "Water_Body_Name", "type": "esriFieldTypeString", "alias": "Water Body Name", "length": 255, "domain": null }, { "name": "Impairment", "type": "esriFieldTypeString", "alias": "Impairment", "length": 255, "domain": null }, { "name": "Flow_Direction", "type": "esriFieldTypeString", "alias": "Flow Direction", "length": 255, "domain": null }, { "name": "Outfall_Comments", "type": "esriFieldTypeString", "alias": "Outfall Comments", "length": 255, "domain": null }, { "name": "Inspection_Date", "type": "esriFieldTypeString", "alias": "Inspection Date", "length": 255, "domain": null }, { "name": "Total_Maximum_Daily_Load", "type": "esriFieldTypeString", "alias": "Total Maximum Daily Load", "length": 255, "domain": null }, { "name": "Impaired_Water", "type": "esriFieldTypeString", "alias": "Impaired Water", "length": 255, "domain": null }, { "name": "Immediate_Surrounding_Land_Use", "type": "esriFieldTypeString", "alias": "Immediate Surrounding Land Use", "length": 255, "domain": null }, { "name": "Flow", "type": "esriFieldTypeString", "alias": "Flow", "length": 255, "domain": null }, { "name": "Outstanding_Arizona_Water", "type": "esriFieldTypeString", "alias": "Outstanding Arizona Water", "length": 255, "domain": null }, { "name": "Smell", "type": "esriFieldTypeString", "alias": "Smell", "length": 255, "domain": null }, { "name": "Floatables", "type": "esriFieldTypeString", "alias": "Floatables", "length": 255, "domain": null }, { "name": "Vegetative__Algae", "type": "esriFieldTypeString", "alias": "Vegetative / Algae", "length": 255, "domain": null }, { "name": "Deposits", "type": "esriFieldTypeString", "alias": "Deposits", "length": 255, "domain": null }, { "name": "Dry_Weather_Comments", "type": "esriFieldTypeString", "alias": "Dry Weather Comments", "length": 255, "domain": null }, { "name": "Follow_Up_Activities", "type": "esriFieldTypeString", "alias": "Follow Up Activities", "length": 255, "domain": null }, { "name": "Documents", "type": "esriFieldTypeString", "alias": "Documents", "length": 255, "domain": null }, { "name": "Closure_Date", "type": "esriFieldTypeString", "alias": "Closure Date", "length": 255, "domain": null }, { "name": "Are_Both_Ends_on_the_Same_Side_", "type": "esriFieldTypeString", "alias": "Are Both Ends on the Same Side of the Road?", "length": 255, "domain": null }, { "name": "Diameter", "type": "esriFieldTypeString", "alias": "Diameter", "length": 255, "domain": null }, { "name": "Number_of_Openings", "type": "esriFieldTypeString", "alias": "Number of Openings", "length": 255, "domain": null }, { "name": "Erosion_Treatment", "type": "esriFieldTypeString", "alias": "Erosion Treatment", "length": 255, "domain": null }, { "name": "End_Treatment", "type": "esriFieldTypeString", "alias": "End Treatment", "length": 255, "domain": null }, { "name": "Opening_Location", "type": "esriFieldTypeString", "alias": "Opening Location", "length": 255, "domain": null }, { "name": "Asphalt_Coated", "type": "esriFieldTypeString", "alias": "Asphalt Coated", "length": 255, "domain": null }, { "name": "Type", "type": "esriFieldTypeString", "alias": "Type", "length": 255, "domain": null }, { "name": "Pipe_Type", "type": "esriFieldTypeString", "alias": "Pipe Type", "length": 255, "domain": null }, { "name": "Land_Ownership", "type": "esriFieldTypeString", "alias": "Land Ownership", "length": 255, "domain": null }, { "name": "Direction_of_Pipe", "type": "esriFieldTypeString", "alias": "Direction of Pipe", "length": 255, "domain": null }, { "name": "Pipe_Opening_Images", "type": "esriFieldTypeString", "alias": "Pipe Opening Image(s)", "length": 255, "domain": null }, { "name": "DebrisSediment_Rating", "type": "esriFieldTypeString", "alias": "Debris/Sediment Rating", "length": 255, "domain": null }, { "name": "Collapse_Rating", "type": "esriFieldTypeString", "alias": "Collapse Rating", "length": 255, "domain": null }, { "name": "Corrosion_Rating", "type": "esriFieldTypeString", "alias": "Corrosion Rating", "length": 255, "domain": null }, { "name": "Erosion_Rating", "type": "esriFieldTypeString", "alias": "Erosion Rating", "length": 255, "domain": null }, { "name": "Other_Review_Reasons", "type": "esriFieldTypeString", "alias": "Other Review Reasons", "length": 255, "domain": null }, { "name": "Multiple_OpeningWorst_Condition", "type": "esriFieldTypeString", "alias": "Multiple Opening/Worst Condition", "length": 255, "domain": null }, { "name": "Further_Review_Needed", "type": "esriFieldTypeString", "alias": "Further Review Needed", "length": 255, "domain": null }, { "name": "Condition_Comments", "type": "esriFieldTypeString", "alias": "Condition Comments", "length": 255, "domain": null }, { "name": "Comments", "type": "esriFieldTypeString", "alias": "Comments", "length": 255, "domain": null }, { "name": "Other_Defects", "type": "esriFieldTypeString", "alias": "Other Defects", "length": 255, "domain": null }, { "name": "Opening_Cleaned_Mid_Pipe_Remain", "type": "esriFieldTypeString", "alias": "Opening Cleaned, Mid Pipe Remains Obstructed", "length": 255, "domain": null }, { "name": "Recommend_Check_After_Next_Majo", "type": "esriFieldTypeString", "alias": "Recommend Check After Next Major Weather Event", "length": 255, "domain": null }, { "name": "Outfa_1", "type": "esriFieldTypeString", "alias": "Outfall?", "length": 255, "domain": null }, { "name": "Water_Quality_Stat_2", "type": "esriFieldTypeString", "alias": "Water Quality Status", "length": 255, "domain": null }, { "name": "Water_Body__3", "type": "esriFieldTypeString", "alias": "Water Body ID", "length": 255, "domain": null }, { "name": "Impairme_4", "type": "esriFieldTypeString", "alias": "Impairment", "length": 255, "domain": null }, { "name": "Flow_Directi_5", "type": "esriFieldTypeString", "alias": "Flow Direction", "length": 255, "domain": null }, { "name": "Outfall_Assessment_Comments", "type": "esriFieldTypeString", "alias": "Outfall Assessment Comments", "length": 255, "domain": null }, { "name": "Inspection_Da_6", "type": "esriFieldTypeString", "alias": "Inspection Date", "length": 255, "domain": null }, { "name": "Immediate_Surrounding_Land_U_7", "type": "esriFieldTypeString", "alias": "Immediate Surrounding Land Use?", "length": 255, "domain": null }, { "name": "Fl_8", "type": "esriFieldTypeString", "alias": "Flow", "length": 255, "domain": null }, { "name": "Sme_9", "type": "esriFieldTypeString", "alias": "Smell", "length": 255, "domain": null }, { "name": "Floatab_10", "type": "esriFieldTypeString", "alias": "Floatables", "length": 255, "domain": null }, { "name": "Dry_Weather_Assessment_Comments", "type": "esriFieldTypeString", "alias": "Dry Weather Assessment Comments", "length": 255, "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "ESRIGNSS_RECEIVER", "type": "esriFieldTypeString", "alias": "Receiver Name", "length": 50, "domain": null }, { "name": "ESRIGNSS_H_RMS", "type": "esriFieldTypeDouble", "alias": "Horizontal Accuracy (m)", "domain": null }, { "name": "ESRIGNSS_V_RMS", "type": "esriFieldTypeDouble", "alias": "Vertical Accuracy (m)", "domain": null }, { "name": "ESRIGNSS_LATITUDE", "type": "esriFieldTypeDouble", "alias": "Latitude", "domain": null }, { "name": "ESRIGNSS_LONGITUDE", "type": "esriFieldTypeDouble", "alias": "Longitude", "domain": null }, { "name": "ESRIGNSS_ALTITUDE", "type": "esriFieldTypeDouble", "alias": "Altitude", "domain": null }, { "name": "ESRIGNSS_PDOP", "type": "esriFieldTypeDouble", "alias": "PDOP", "domain": null }, { "name": "ESRIGNSS_HDOP", "type": "esriFieldTypeDouble", "alias": "HDOP", "domain": null }, { "name": "ESRIGNSS_VDOP", "type": "esriFieldTypeDouble", "alias": "VDOP", "domain": null }, { "name": "ESRIGNSS_FIXTYPE", "type": "esriFieldTypeSmallInteger", "alias": "Fix Type", "domain": { "type": "codedValue", "name": "ESRI_FIX_TYPE_DOMAIN", "description": "Fix Type", "codedValues": [ { "name": "Fix not valid", "code": 0 }, { "name": "GPS", "code": 1 }, { "name": "Differential GPS", "code": 2 }, { "name": "RTK Fixed", "code": 4 }, { "name": "RTK Float", "code": 5 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ESRIGNSS_CORRECTIONAGE", "type": "esriFieldTypeDouble", "alias": "Correction Age", "domain": null }, { "name": "ESRIGNSS_STATIONID", "type": "esriFieldTypeSmallInteger", "alias": "Station ID", "domain": { "type": "range", "name": "ESRI_STATION_ID_DOMAIN", "description": "Station ID", "range": [ 0, 1023 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ESRIGNSS_NUMSATS", "type": "esriFieldTypeSmallInteger", "alias": "Number of Satellites", "domain": { "type": "range", "name": "ESRI_NUM_SATS_DOMAIN", "description": "Number of Satellites", "range": [ 0, 99 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ESRIGNSS_FIXDATETIME", "type": "esriFieldTypeDate", "alias": "Fix Time", "length": 8, "domain": null }, { "name": "ESRIGNSS_AVG_H_RMS", "type": "esriFieldTypeDouble", "alias": "Average Horizontal Accuracy (m)", "domain": null }, { "name": "ESRIGNSS_AVG_V_RMS", "type": "esriFieldTypeDouble", "alias": "Average Vertical Accuracy (m)", "domain": null }, { "name": "ESRIGNSS_AVG_POSITIONS", "type": "esriFieldTypeSmallInteger", "alias": "Averaged Positions", "domain": null }, { "name": "ESRIGNSS_H_STDDEV", "type": "esriFieldTypeDouble", "alias": "Standard Deviation (m)", "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "R1174_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S933_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Query,Map,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "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, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "91d7701946b844858c7ef7c49a2ff52c" }, { "currentVersion": 11.1, "cimVersion": "3.1.0", "id": 8, "name": "Spillway", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 102650, "latestWkid": 102650, "xyTolerance": 0.0032808333333333335, "zTolerance": 2, "mTolerance": 2, "falseX": -17463800, "falseY": -46132600, "xyUnits": 3048.0060960121914, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 0, 77, 168, 255 ], "size": 6, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 0 ], "width": 0.7 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 517894.34723491967, "ymin": 1255929.0944714248, "xmax": 549311.9287565872, "ymax": 1290393.0429318398, "spatialReference": { "wkid": 102650, "latestWkid": 102650, "xyTolerance": 0.003280833333333333, "zTolerance": 2.0E-5, "mTolerance": 2.0E-4, "falseX": -17747300, "falseY": -46132600, "xyUnits": 3048.003967234846, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Water_Body_Name", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OID", "domain": null }, { "name": "AssetObjectId", "type": "esriFieldTypeInteger", "alias": "AssetObjectId", "domain": null }, { "name": "AssetId", "type": "esriFieldTypeInteger", "alias": "AssetId", "domain": null }, { "name": "AssetObjectStatus", "type": "esriFieldTypeString", "alias": "AssetObjectStatus", "length": 32, "domain": null }, { "name": "Status", "type": "esriFieldTypeString", "alias": "Status", "length": 32, "domain": null }, { "name": "Feature", "type": "esriFieldTypeString", "alias": "Feature", "length": 64, "domain": null }, { "name": "SubFeature", "type": "esriFieldTypeString", "alias": "SubFeature", "length": 64, "domain": null }, { "name": "AssetCode", "type": "esriFieldTypeString", "alias": "AssetCode", "length": 32, "domain": null }, { "name": "LaneLocation", "type": "esriFieldTypeString", "alias": "LaneLocation", "length": 32, "domain": null }, { "name": "Route", "type": "esriFieldTypeString", "alias": "Route", "length": 32, "domain": null }, { "name": "FromMilepost", "type": "esriFieldTypeInteger", "alias": "FromMilepost", "domain": null }, { "name": "FromOffset", "type": "esriFieldTypeDouble", "alias": "FromOffset", "domain": null }, { "name": "ToMilepost", "type": "esriFieldTypeInteger", "alias": "ToMilepost", "domain": null }, { "name": "ToOffset", "type": "esriFieldTypeDouble", "alias": "ToOffset", "domain": null }, { "name": "Outfall", "type": "esriFieldTypeString", "alias": "Outfall", "length": 255, "domain": null }, { "name": "Water_Quality_Status", "type": "esriFieldTypeString", "alias": "Water Quality Status", "length": 255, "domain": null }, { "name": "Water_Body_ID", "type": "esriFieldTypeString", "alias": "Water Body ID", "length": 255, "domain": null }, { "name": "Water_Body_Name", "type": "esriFieldTypeString", "alias": "Water Body Name", "length": 255, "domain": null }, { "name": "Impairment", "type": "esriFieldTypeString", "alias": "Impairment", "length": 255, "domain": null }, { "name": "Flow_Direction", "type": "esriFieldTypeString", "alias": "Flow Direction", "length": 255, "domain": null }, { "name": "Outfall_Comments", "type": "esriFieldTypeString", "alias": "Outfall Comments", "length": 255, "domain": null }, { "name": "Inspection_Date", "type": "esriFieldTypeString", "alias": "Inspection Date", "length": 255, "domain": null }, { "name": "Total_Maximum_Daily_Load", "type": "esriFieldTypeString", "alias": "Total Maximum Daily Load", "length": 255, "domain": null }, { "name": "Impaired_Water", "type": "esriFieldTypeString", "alias": "Impaired Water", "length": 255, "domain": null }, { "name": "Immediate_Surrounding_Land_Use", "type": "esriFieldTypeString", "alias": "Immediate Surrounding Land Use", "length": 255, "domain": null }, { "name": "Flow", "type": "esriFieldTypeString", "alias": "Flow", "length": 255, "domain": null }, { "name": "Outstanding_Arizona_Water", "type": "esriFieldTypeString", "alias": "Outstanding Arizona Water", "length": 255, "domain": null }, { "name": "Smell", "type": "esriFieldTypeString", "alias": "Smell", "length": 255, "domain": null }, { "name": "Floatables", "type": "esriFieldTypeString", "alias": "Floatables", "length": 255, "domain": null }, { "name": "Vegetative__Algae", "type": "esriFieldTypeString", "alias": "Vegetative / Algae", "length": 255, "domain": null }, { "name": "Deposits", "type": "esriFieldTypeString", "alias": "Deposits", "length": 255, "domain": null }, { "name": "Dry_Weather_Comments", "type": "esriFieldTypeString", "alias": "Dry Weather Comments", "length": 255, "domain": null }, { "name": "Follow_Up_Activities", "type": "esriFieldTypeString", "alias": "Follow Up Activities", "length": 255, "domain": null }, { "name": "Documents", "type": "esriFieldTypeString", "alias": "Documents", "length": 255, "domain": null }, { "name": "Closure_Date", "type": "esriFieldTypeString", "alias": "Closure Date", "length": 255, "domain": null }, { "name": "Spillway_Images", "type": "esriFieldTypeString", "alias": "Spillway Image(s)", "length": 255, "domain": null }, { "name": "Erosion_Treatment", "type": "esriFieldTypeString", "alias": "Erosion Treatment", "length": 255, "domain": null }, { "name": "Erosion_Rating", "type": "esriFieldTypeString", "alias": "Erosion Rating", "length": 255, "domain": null }, { "name": "Reason_for_Review", "type": "esriFieldTypeString", "alias": "Reason for Review", "length": 255, "domain": null }, { "name": "Further_Review_Needed", "type": "esriFieldTypeString", "alias": "Further Review Needed", "length": 255, "domain": null }, { "name": "Condition_Comments", "type": "esriFieldTypeString", "alias": "Condition Comments", "length": 255, "domain": null }, { "name": "Outfa_1", "type": "esriFieldTypeString", "alias": "Outfall?", "length": 255, "domain": null }, { "name": "Water_Quality_Stat_2", "type": "esriFieldTypeString", "alias": "Water Quality Status", "length": 255, "domain": null }, { "name": "Water_Body__3", "type": "esriFieldTypeString", "alias": "Water Body ID", "length": 255, "domain": null }, { "name": "Impairme_4", "type": "esriFieldTypeString", "alias": "Impairment", "length": 255, "domain": null }, { "name": "Flow_Directi_5", "type": "esriFieldTypeString", "alias": "Flow Direction", "length": 255, "domain": null }, { "name": "Outfall_Assessment_Comments", "type": "esriFieldTypeString", "alias": "Outfall Assessment Comments", "length": 255, "domain": null }, { "name": "Inspection_Da_6", "type": "esriFieldTypeString", "alias": "Inspection Date", "length": 255, "domain": null }, { "name": "Immediate_Surrounding_Land_U_7", "type": "esriFieldTypeString", "alias": "Immediate Surrounding Land Use?", "length": 255, "domain": null }, { "name": "Fl_8", "type": "esriFieldTypeString", "alias": "Flow", "length": 255, "domain": null }, { "name": "Sme_9", "type": "esriFieldTypeString", "alias": "Smell", "length": 255, "domain": null }, { "name": "Floatab_10", "type": "esriFieldTypeString", "alias": "Floatables", "length": 255, "domain": null }, { "name": "Dry_Weather_Assessment_Comments", "type": "esriFieldTypeString", "alias": "Dry Weather Assessment Comments", "length": 255, "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "ESRIGNSS_RECEIVER", "type": "esriFieldTypeString", "alias": "Receiver Name", "length": 50, "domain": null }, { "name": "ESRIGNSS_H_RMS", "type": "esriFieldTypeDouble", "alias": "Horizontal Accuracy (m)", "domain": null }, { "name": "ESRIGNSS_V_RMS", "type": "esriFieldTypeDouble", "alias": "Vertical Accuracy (m)", "domain": null }, { "name": "ESRIGNSS_LATITUDE", "type": "esriFieldTypeDouble", "alias": "Latitude", "domain": null }, { "name": "ESRIGNSS_LONGITUDE", "type": "esriFieldTypeDouble", "alias": "Longitude", "domain": null }, { "name": "ESRIGNSS_ALTITUDE", "type": "esriFieldTypeDouble", "alias": "Altitude", "domain": null }, { "name": "ESRIGNSS_PDOP", "type": "esriFieldTypeDouble", "alias": "PDOP", "domain": null }, { "name": "ESRIGNSS_HDOP", "type": "esriFieldTypeDouble", "alias": "HDOP", "domain": null }, { "name": "ESRIGNSS_VDOP", "type": "esriFieldTypeDouble", "alias": "VDOP", "domain": null }, { "name": "ESRIGNSS_FIXTYPE", "type": "esriFieldTypeSmallInteger", "alias": "Fix Type", "domain": { "type": "codedValue", "name": "ESRI_FIX_TYPE_DOMAIN", "description": "Fix Type", "codedValues": [ { "name": "Fix not valid", "code": 0 }, { "name": "GPS", "code": 1 }, { "name": "Differential GPS", "code": 2 }, { "name": "RTK Fixed", "code": 4 }, { "name": "RTK Float", "code": 5 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ESRIGNSS_CORRECTIONAGE", "type": "esriFieldTypeDouble", "alias": "Correction Age", "domain": null }, { "name": "ESRIGNSS_STATIONID", "type": "esriFieldTypeSmallInteger", "alias": "Station ID", "domain": { "type": "range", "name": "ESRI_STATION_ID_DOMAIN", "description": "Station ID", "range": [ 0, 1023 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ESRIGNSS_NUMSATS", "type": "esriFieldTypeSmallInteger", "alias": "Number of Satellites", "domain": { "type": "range", "name": "ESRI_NUM_SATS_DOMAIN", "description": "Number of Satellites", "range": [ 0, 99 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ESRIGNSS_FIXDATETIME", "type": "esriFieldTypeDate", "alias": "Fix Time", "length": 8, "domain": null }, { "name": "ESRIGNSS_AVG_H_RMS", "type": "esriFieldTypeDouble", "alias": "Average Horizontal Accuracy (m)", "domain": null }, { "name": "ESRIGNSS_AVG_V_RMS", "type": "esriFieldTypeDouble", "alias": "Average Vertical Accuracy (m)", "domain": null }, { "name": "ESRIGNSS_AVG_POSITIONS", "type": "esriFieldTypeSmallInteger", "alias": "Averaged Positions", "domain": null }, { "name": "ESRIGNSS_H_STDDEV", "type": "esriFieldTypeDouble", "alias": "Standard Deviation (m)", "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "R1176_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S935_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Query,Map,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "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, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "91d7701946b844858c7ef7c49a2ff52c" }, { "currentVersion": 11.1, "cimVersion": "3.1.0", "id": 9, "name": "Gravity Main", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkid": 102650, "latestWkid": 102650, "xyTolerance": 0.0032808333333333335, "zTolerance": 2.0E-5, "mTolerance": 2.0E-5, "falseX": -17463800, "falseY": -46132600, "xyUnits": 3048.0060960121914, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 99999.99999999999 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 197, 255, 255 ], "width": 2.5 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 513762.84532733634, "ymin": 1256348.7734220922, "xmax": 550337.7705369219, "ymax": 1300187.5144845918, "spatialReference": { "wkid": 102650, "latestWkid": 102650, "xyTolerance": 0.003280833333333333, "zTolerance": 2.0E-5, "mTolerance": 2.0E-4, "falseX": -17747300, "falseY": -46132600, "xyUnits": 3048.003967234846, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": true, "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalid", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "editable": false, "nullable": false, "length": 4, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "editable": false, "nullable": false, "length": 38, "domain": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "editable": true, "nullable": false, "length": 250, "domain": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "editable": true, "nullable": false, "length": 150, "domain": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "editable": true, "nullable": false, "length": 4, "domain": null } ], "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "FACILITYID", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "FACILITYID", "type": "esriFieldTypeString", "alias": "Facility Identifier", "length": 20, "domain": null }, { "name": "INSTALLDATE", "type": "esriFieldTypeDate", "alias": "Install Date", "length": 8, "domain": null }, { "name": "MATERIAL", "type": "esriFieldTypeString", "alias": "Material", "length": 20, "domain": { "type": "codedValue", "name": "piPipeMaterial_3", "description": "The list of pipe materials types based on the NASSCO standards", "codedValues": [ { "name": "Other", "code": "OTH" }, { "name": "ABS", "code": "ABS" }, { "name": "ASP", "code": "ASP" }, { "name": "BR", "code": "BR" }, { "name": "CAS", "code": "CAS" }, { "name": "CT", "code": "CT" }, { "name": "CP", "code": "CP" }, { "name": "CSB", "code": "CSB" }, { "name": "CSU", "code": "CSU" }, { "name": "CMP", "code": "CMP" }, { "name": "Cop", "code": "COP" }, { "name": "CIPP", "code": "CIPP" }, { "name": "DIP", "code": "DIP" }, { "name": "FRP", "code": "FRP" }, { "name": "EARGEO", "code": "EARGEO" }, { "name": "EAR", "code": "EAR" }, { "name": "Geo", "code": "GEO" }, { "name": "GP", "code": "GP" }, { "name": "GRC", "code": "GRC" }, { "name": "OB", "code": "OB" }, { "name": "PSC", "code": "PSC" }, { "name": "PE", "code": "PE" }, { "name": "PP", "code": "PP" }, { "name": "PVC", "code": "PVC" }, { "name": "PCCP", "code": "PCCP" }, { "name": "RCP", "code": "RCP" }, { "name": "RPM", "code": "RPM" }, { "name": "SB", "code": "SB" }, { "name": "SP", "code": "SP" }, { "name": "TTE", "code": "TTE" }, { "name": "VCP", "code": "VCP" }, { "name": "WD", "code": "WD" }, { "name": "UNK", "code": "UNK" }, { "name": "BMP", "code": "BMP" }, { "name": "HDPE", "code": "HDPE" }, { "name": "ACP", "code": "ACP" }, { "name": "C-900", "code": "C-900" }, { "name": "CCP", "code": "CCP" }, { "name": "CBC", "code": "CBC" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "DIAMETER", "type": "esriFieldTypeDouble", "alias": "Diameter", "domain": { "type": "codedValue", "name": "piPipeDiameter_4", "description": "A list of pipe diameters", "codedValues": [ { "name": "3/4\"", "code": 0.75 }, { "name": "1\"", "code": 1 }, { "name": "1 1/4\"", "code": 1.25 }, { "name": "1 1/2\"", "code": 1.5 }, { "name": "2\"", "code": 2 }, { "name": "2 1/2\"", "code": 2.5 }, { "name": "3\"", "code": 3 }, { "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": "20\"", "code": 20 }, { "name": "24\"", "code": 24 }, { "name": "30\"", "code": 30 }, { "name": "36\"", "code": 36 }, { "name": "40\"", "code": 40 }, { "name": "42\"", "code": 42 }, { "name": "48\"", "code": 48 }, { "name": "54\"", "code": 54 }, { "name": "60\"", "code": 60 }, { "name": "66\"", "code": 66 }, { "name": "72\"", "code": 72 }, { "name": "75\"", "code": 75 }, { "name": "Unknown", "code": 0 }, { "name": "Other", "code": -1 }, { "name": "78\"", "code": 78 }, { "name": "84\"", "code": 84 }, { "name": "96\"", "code": 96 }, { "name": "108\"", "code": 108 }, { "name": "120\"", "code": 120 }, { "name": "132\"", "code": 132 }, { "name": "144\"", "code": 144 }, { "name": "240\"", "code": 240 }, { "name": "252\"", "code": 252 }, { "name": "168\"", "code": 168 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "MAINSHAPE", "type": "esriFieldTypeString", "alias": "Main Shape", "length": 50, "domain": { "type": "codedValue", "name": "piPipeShape", "description": "Sanitary and stormwater pipe shapes", "codedValues": [ { "name": "Circular", "code": "Circular" }, { "name": "Horseshoe", "code": "Horseshoe" }, { "name": "Oblong", "code": "Oblong" }, { "name": "Rectangular", "code": "Rectangular" }, { "name": "Trapezoidal", "code": "Trapezoidal" }, { "name": "Triangular", "code": "Triangular" }, { "name": "Other", "code": "Other" }, { "name": "Unknown", "code": "Unknown" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "PIPETYPE", "type": "esriFieldTypeString", "alias": "Pipe Type", "length": 50, "domain": { "type": "codedValue", "name": "stwgravpitype", "description": "storm gavity pipe types", "codedValues": [ { "name": "Open Wash", "code": "opw" }, { "name": "Pipe", "code": "Pi" }, { "name": "Concrete Channel", "code": "CCh" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "LINEDYEAR", "type": "esriFieldTypeString", "alias": "Year Lined", "length": 4, "domain": null }, { "name": "LINERTYPE", "type": "esriFieldTypeString", "alias": "Liner Type", "length": 20, "domain": { "type": "codedValue", "name": "piLiningMethod", "description": "The pipe lining method based on LACP and PACP standards", "codedValues": [ { "name": "Cured in Place", "code": "CP" }, { "name": "Fold and Form or Deform/Reform", "code": "FF" }, { "name": "Segmented Panel", "code": "SN" }, { "name": "Segmented Pipe", "code": "SP" }, { "name": "Spiral Wound", "code": "SW" }, { "name": "Other", "code": "OTH" }, { "name": "None", "code": "NONE" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "DOWNELEV", "type": "esriFieldTypeDouble", "alias": "Downstream Elevation", "domain": null }, { "name": "UPELEV", "type": "esriFieldTypeDouble", "alias": "Upstream Elevation", "domain": null }, { "name": "SLOPE", "type": "esriFieldTypeDouble", "alias": "Slope", "domain": null }, { "name": "FROMMH", "type": "esriFieldTypeString", "alias": "From Manhole", "length": 11, "domain": null }, { "name": "TOMH", "type": "esriFieldTypeString", "alias": "To Manhole", "length": 11, "domain": null }, { "name": "ENABLED", "type": "esriFieldTypeSmallInteger", "alias": "Enabled", "domain": { "type": "codedValue", "name": "EnabledDomain", "description": "Geometric Network Enabled domain", "codedValues": [ { "name": "False", "code": 0 }, { "name": "True", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ACTIVEFLAG", "type": "esriFieldTypeSmallInteger", "alias": "Active Flag", "domain": { "type": "codedValue", "name": "BooleanDomain", "description": "A 0/1 boolean domain", "codedValues": [ { "name": "False", "code": 0 }, { "name": "True", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "OWNEDBY", "type": "esriFieldTypeSmallInteger", "alias": "Owned By", "domain": { "type": "codedValue", "name": "AssetOwner", "description": "The owner of the asset", "codedValues": [ { "name": "Our Agency", "code": 1 }, { "name": "Private", "code": -1 }, { "name": "Other", "code": -2 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "MAINTBY", "type": "esriFieldTypeSmallInteger", "alias": "Managed By", "domain": { "type": "codedValue", "name": "AssetManager", "description": "The manager of the asset", "codedValues": [ { "name": "Our Agency", "code": 1 }, { "name": "Private", "code": -1 }, { "name": "Other", "code": -2 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "SUMFLOW", "type": "esriFieldTypeDouble", "alias": "Flow Summary", "domain": null }, { "name": "LASTUPDATE", "type": "esriFieldTypeDate", "alias": "Last Update Date", "length": 8, "domain": null }, { "name": "LASTEDITOR", "type": "esriFieldTypeString", "alias": "Last Editor", "length": 50, "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null }, { "name": "GISEDIT.DBO.swGravityMain.FID", "type": "esriFieldTypeString", "alias": "GISEDIT.DBO.swGravityMain.FID", "length": 20, "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": "R1151_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_1151", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "S916_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Query,Map,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "hasM": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "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, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryAnalytic": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeLengthFieldName": "Shape.STLength()", "units": "esriFeet", "mapUnits": {"uwkid": 9003} }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "91d7701946b844858c7ef7c49a2ff52c" }, { "currentVersion": 11.1, "cimVersion": "3.1.0", "id": 10, "name": "Bank Protection", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkid": 102650, "latestWkid": 102650, "xyTolerance": 0.0032808333333333335, "zTolerance": 2, "mTolerance": 2, "falseX": -17463800, "falseY": -46132600, "xyUnits": 3048.0060960121914, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 38, 115, 0, 255 ], "width": 1 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 514598.20881408826, "ymin": 1256578.7995368466, "xmax": 538699.289220754, "ymax": 1301249.1475319266, "spatialReference": { "wkid": 102650, "latestWkid": 102650, "xyTolerance": 0.003280833333333333, "zTolerance": 2.0E-5, "mTolerance": 2.0E-4, "falseX": -17747300, "falseY": -46132600, "xyUnits": 3048.003967234846, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "AssetObjectStatus", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OID", "domain": null }, { "name": "AssetObjectId", "type": "esriFieldTypeInteger", "alias": "AssetObjectId", "domain": null }, { "name": "AssetId", "type": "esriFieldTypeInteger", "alias": "AssetId", "domain": null }, { "name": "AssetObjectStatus", "type": "esriFieldTypeString", "alias": "AssetObjectStatus", "length": 32, "domain": null }, { "name": "Status", "type": "esriFieldTypeString", "alias": "Status", "length": 32, "domain": null }, { "name": "Feature", "type": "esriFieldTypeString", "alias": "Feature", "length": 64, "domain": null }, { "name": "SubFeature", "type": "esriFieldTypeString", "alias": "SubFeature", "length": 64, "domain": null }, { "name": "AssetCode", "type": "esriFieldTypeString", "alias": "AssetCode", "length": 32, "domain": null }, { "name": "LaneLocation", "type": "esriFieldTypeString", "alias": "LaneLocation", "length": 32, "domain": null }, { "name": "Route", "type": "esriFieldTypeString", "alias": "Route", "length": 32, "domain": null }, { "name": "FromMilepost", "type": "esriFieldTypeInteger", "alias": "FromMilepost", "domain": null }, { "name": "FromOffset", "type": "esriFieldTypeDouble", "alias": "FromOffset", "domain": null }, { "name": "ToMilepost", "type": "esriFieldTypeInteger", "alias": "ToMilepost", "domain": null }, { "name": "ToOffset", "type": "esriFieldTypeDouble", "alias": "ToOffset", "domain": null }, { "name": "Bank_Protection_Images", "type": "esriFieldTypeString", "alias": "Bank Protection Image(s)", "length": 255, "domain": null }, { "name": "Further_Review_Needed", "type": "esriFieldTypeString", "alias": "Further Review Needed", "length": 255, "domain": null }, { "name": "Condition_Comments", "type": "esriFieldTypeString", "alias": "Condition Comments", "length": 255, "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": "R1169_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S928_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Query,Map,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "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, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeLengthFieldName": "Shape.STLength()", "units": "esriFeet", "mapUnits": {"uwkid": 9003} }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "91d7701946b844858c7ef7c49a2ff52c" }, { "currentVersion": 11.1, "cimVersion": "3.1.0", "id": 11, "name": "Channel", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkid": 102650, "latestWkid": 102650, "xyTolerance": 0.0032808333333333335, "zTolerance": 2, "mTolerance": 2, "falseX": -17463800, "falseY": -46132600, "xyUnits": 3048.0060960121914, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 76, 115, 0, 255 ], "width": 2 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 515709.67870400473, "ymin": 1258415.593435429, "xmax": 540180.1140150055, "ymax": 1297203.5883658454, "spatialReference": { "wkid": 102650, "latestWkid": 102650, "xyTolerance": 0.003280833333333333, "zTolerance": 2.0E-5, "mTolerance": 2.0E-4, "falseX": -17747300, "falseY": -46132600, "xyUnits": 3048.003967234846, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Water_Body_Name", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OID", "domain": null }, { "name": "AssetObjectId", "type": "esriFieldTypeInteger", "alias": "AssetObjectId", "domain": null }, { "name": "AssetId", "type": "esriFieldTypeInteger", "alias": "AssetId", "domain": null }, { "name": "AssetObjectStatus", "type": "esriFieldTypeString", "alias": "AssetObjectStatus", "length": 32, "domain": null }, { "name": "Status", "type": "esriFieldTypeString", "alias": "Status", "length": 32, "domain": null }, { "name": "Feature", "type": "esriFieldTypeString", "alias": "Feature", "length": 64, "domain": null }, { "name": "SubFeature", "type": "esriFieldTypeString", "alias": "SubFeature", "length": 64, "domain": null }, { "name": "AssetCode", "type": "esriFieldTypeString", "alias": "AssetCode", "length": 32, "domain": null }, { "name": "LaneLocation", "type": "esriFieldTypeString", "alias": "LaneLocation", "length": 32, "domain": null }, { "name": "Route", "type": "esriFieldTypeString", "alias": "Route", "length": 32, "domain": null }, { "name": "FromMilepost", "type": "esriFieldTypeInteger", "alias": "FromMilepost", "domain": null }, { "name": "FromOffset", "type": "esriFieldTypeDouble", "alias": "FromOffset", "domain": null }, { "name": "ToMilepost", "type": "esriFieldTypeInteger", "alias": "ToMilepost", "domain": null }, { "name": "ToOffset", "type": "esriFieldTypeDouble", "alias": "ToOffset", "domain": null }, { "name": "Outfall", "type": "esriFieldTypeString", "alias": "Outfall", "length": 255, "domain": null }, { "name": "Water_Quality_Status", "type": "esriFieldTypeString", "alias": "Water Quality Status", "length": 255, "domain": null }, { "name": "Water_Body_ID", "type": "esriFieldTypeString", "alias": "Water Body ID", "length": 255, "domain": null }, { "name": "Water_Body_Name", "type": "esriFieldTypeString", "alias": "Water Body Name", "length": 255, "domain": null }, { "name": "Impairment", "type": "esriFieldTypeString", "alias": "Impairment", "length": 255, "domain": null }, { "name": "Flow_Direction", "type": "esriFieldTypeString", "alias": "Flow Direction", "length": 255, "domain": null }, { "name": "Outfall_Comments", "type": "esriFieldTypeString", "alias": "Outfall Comments", "length": 255, "domain": null }, { "name": "Inspection_Date", "type": "esriFieldTypeString", "alias": "Inspection Date", "length": 255, "domain": null }, { "name": "Total_Maximum_Daily_Load", "type": "esriFieldTypeString", "alias": "Total Maximum Daily Load", "length": 255, "domain": null }, { "name": "Impaired_Water", "type": "esriFieldTypeString", "alias": "Impaired Water", "length": 255, "domain": null }, { "name": "Immediate_Surrounding_Land_Use", "type": "esriFieldTypeString", "alias": "Immediate Surrounding Land Use", "length": 255, "domain": null }, { "name": "Flow", "type": "esriFieldTypeString", "alias": "Flow", "length": 255, "domain": null }, { "name": "Outstanding_Arizona_Water", "type": "esriFieldTypeString", "alias": "Outstanding Arizona Water", "length": 255, "domain": null }, { "name": "Smell", "type": "esriFieldTypeString", "alias": "Smell", "length": 255, "domain": null }, { "name": "Floatables", "type": "esriFieldTypeString", "alias": "Floatables", "length": 255, "domain": null }, { "name": "Vegetative__Algae", "type": "esriFieldTypeString", "alias": "Vegetative / Algae", "length": 255, "domain": null }, { "name": "Deposits", "type": "esriFieldTypeString", "alias": "Deposits", "length": 255, "domain": null }, { "name": "Dry_Weather_Comments", "type": "esriFieldTypeString", "alias": "Dry Weather Comments", "length": 255, "domain": null }, { "name": "Follow_Up_Activities", "type": "esriFieldTypeString", "alias": "Follow Up Activities", "length": 255, "domain": null }, { "name": "Documents", "type": "esriFieldTypeString", "alias": "Documents", "length": 255, "domain": null }, { "name": "Closure_Date", "type": "esriFieldTypeString", "alias": "Closure Date", "length": 255, "domain": null }, { "name": "Depth", "type": "esriFieldTypeString", "alias": "Depth", "length": 255, "domain": null }, { "name": "Top_Width", "type": "esriFieldTypeString", "alias": "Top Width", "length": 255, "domain": null }, { "name": "Bottom_Width", "type": "esriFieldTypeString", "alias": "Bottom Width", "length": 255, "domain": null }, { "name": "Channel_Images", "type": "esriFieldTypeString", "alias": "Channel Image(s)", "length": 255, "domain": null }, { "name": "Further_Review_Needed", "type": "esriFieldTypeString", "alias": "Further Review Needed", "length": 255, "domain": null }, { "name": "Condition_Comments", "type": "esriFieldTypeString", "alias": "Condition Comments", "length": 255, "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": "R1172_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S931_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Query,Map,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "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, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeLengthFieldName": "Shape.STLength()", "units": "esriFeet", "mapUnits": {"uwkid": 9003} }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "91d7701946b844858c7ef7c49a2ff52c" }, { "currentVersion": 11.1, "cimVersion": "3.1.0", "id": 12, "name": "ADOT Ditch", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkid": 102650, "latestWkid": 102650, "xyTolerance": 0.0032808333333333335, "zTolerance": 2, "mTolerance": 2, "falseX": -17463800, "falseY": -46132600, "xyUnits": 3048.0060960121914, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 92, 230, 255 ], "width": 2 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 514766.21996100247, "ymin": 1255991.17604018, "xmax": 549512.140626505, "ymax": 1300959.100211762, "spatialReference": { "wkid": 102650, "latestWkid": 102650, "xyTolerance": 0.003280833333333333, "zTolerance": 2.0E-5, "mTolerance": 2.0E-4, "falseX": -17747300, "falseY": -46132600, "xyUnits": 3048.003967234846, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Water_Body_Name", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OID", "domain": null }, { "name": "AssetObjectId", "type": "esriFieldTypeInteger", "alias": "AssetObjectId", "domain": null }, { "name": "AssetId", "type": "esriFieldTypeInteger", "alias": "AssetId", "domain": null }, { "name": "AssetObjectStatus", "type": "esriFieldTypeString", "alias": "AssetObjectStatus", "length": 32, "domain": null }, { "name": "Status", "type": "esriFieldTypeString", "alias": "Status", "length": 32, "domain": null }, { "name": "Feature", "type": "esriFieldTypeString", "alias": "Feature", "length": 64, "domain": null }, { "name": "SubFeature", "type": "esriFieldTypeString", "alias": "SubFeature", "length": 64, "domain": null }, { "name": "AssetCode", "type": "esriFieldTypeString", "alias": "AssetCode", "length": 32, "domain": null }, { "name": "LaneLocation", "type": "esriFieldTypeString", "alias": "LaneLocation", "length": 32, "domain": null }, { "name": "Route", "type": "esriFieldTypeString", "alias": "Route", "length": 32, "domain": null }, { "name": "FromMilepost", "type": "esriFieldTypeInteger", "alias": "FromMilepost", "domain": null }, { "name": "FromOffset", "type": "esriFieldTypeDouble", "alias": "FromOffset", "domain": null }, { "name": "ToMilepost", "type": "esriFieldTypeInteger", "alias": "ToMilepost", "domain": null }, { "name": "ToOffset", "type": "esriFieldTypeDouble", "alias": "ToOffset", "domain": null }, { "name": "Outfall", "type": "esriFieldTypeString", "alias": "Outfall", "length": 255, "domain": null }, { "name": "Water_Quality_Status", "type": "esriFieldTypeString", "alias": "Water Quality Status", "length": 255, "domain": null }, { "name": "Water_Body_ID", "type": "esriFieldTypeString", "alias": "Water Body ID", "length": 255, "domain": null }, { "name": "Water_Body_Name", "type": "esriFieldTypeString", "alias": "Water Body Name", "length": 255, "domain": null }, { "name": "Impairment", "type": "esriFieldTypeString", "alias": "Impairment", "length": 255, "domain": null }, { "name": "Flow_Direction", "type": "esriFieldTypeString", "alias": "Flow Direction", "length": 255, "domain": null }, { "name": "Outfall_Comments", "type": "esriFieldTypeString", "alias": "Outfall Comments", "length": 255, "domain": null }, { "name": "Inspection_Date", "type": "esriFieldTypeString", "alias": "Inspection Date", "length": 255, "domain": null }, { "name": "Total_Maximum_Daily_Load", "type": "esriFieldTypeString", "alias": "Total Maximum Daily Load", "length": 255, "domain": null }, { "name": "Impaired_Water", "type": "esriFieldTypeString", "alias": "Impaired Water", "length": 255, "domain": null }, { "name": "Immediate_Surrounding_Land_Use", "type": "esriFieldTypeString", "alias": "Immediate Surrounding Land Use", "length": 255, "domain": null }, { "name": "Flow", "type": "esriFieldTypeString", "alias": "Flow", "length": 255, "domain": null }, { "name": "Outstanding_Arizona_Water", "type": "esriFieldTypeString", "alias": "Outstanding Arizona Water", "length": 255, "domain": null }, { "name": "Smell", "type": "esriFieldTypeString", "alias": "Smell", "length": 255, "domain": null }, { "name": "Floatables", "type": "esriFieldTypeString", "alias": "Floatables", "length": 255, "domain": null }, { "name": "Vegetative__Algae", "type": "esriFieldTypeString", "alias": "Vegetative / Algae", "length": 255, "domain": null }, { "name": "Deposits", "type": "esriFieldTypeString", "alias": "Deposits", "length": 255, "domain": null }, { "name": "Dry_Weather_Comments", "type": "esriFieldTypeString", "alias": "Dry Weather Comments", "length": 255, "domain": null }, { "name": "Follow_Up_Activities", "type": "esriFieldTypeString", "alias": "Follow Up Activities", "length": 255, "domain": null }, { "name": "Documents", "type": "esriFieldTypeString", "alias": "Documents", "length": 255, "domain": null }, { "name": "Closure_Date", "type": "esriFieldTypeString", "alias": "Closure Date", "length": 255, "domain": null }, { "name": "Ditch_Images", "type": "esriFieldTypeString", "alias": "Ditch Image(s)", "length": 255, "domain": null }, { "name": "Lined", "type": "esriFieldTypeString", "alias": "Lined", "length": 255, "domain": null }, { "name": "Further_Review_Needed", "type": "esriFieldTypeString", "alias": "Further Review Needed", "length": 255, "domain": null }, { "name": "Condition_Comments", "type": "esriFieldTypeString", "alias": "Condition Comments", "length": 255, "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": "R1173_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S932_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Query,Map,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "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, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeLengthFieldName": "Shape.STLength()", "units": "esriFeet", "mapUnits": {"uwkid": 9003} }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "91d7701946b844858c7ef7c49a2ff52c" }, { "currentVersion": 11.1, "cimVersion": "3.1.0", "id": 13, "name": "ADOT Roadway Cut Ditches", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkid": 102650, "latestWkid": 102650, "xyTolerance": 0.0032808333333333335, "zTolerance": 2, "mTolerance": 2, "falseX": -17463800, "falseY": -46132600, "xyUnits": 3048.0060960121914, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 77, 168, 255 ], "width": 2 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 517318.7335567549, "ymin": 1255902.0125045925, "xmax": 548186.9303504191, "ymax": 1292461.519437924, "spatialReference": { "wkid": 102650, "latestWkid": 102650, "xyTolerance": 0.003280833333333333, "zTolerance": 2.0E-5, "mTolerance": 2.0E-4, "falseX": -17747300, "falseY": -46132600, "xyUnits": 3048.003967234846, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Water_Body_Name", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OID", "domain": null }, { "name": "AssetObjectId", "type": "esriFieldTypeInteger", "alias": "AssetObjectId", "domain": null }, { "name": "AssetId", "type": "esriFieldTypeInteger", "alias": "AssetId", "domain": null }, { "name": "AssetObjectStatus", "type": "esriFieldTypeString", "alias": "AssetObjectStatus", "length": 32, "domain": null }, { "name": "Status", "type": "esriFieldTypeString", "alias": "Status", "length": 32, "domain": null }, { "name": "Feature", "type": "esriFieldTypeString", "alias": "Feature", "length": 64, "domain": null }, { "name": "SubFeature", "type": "esriFieldTypeString", "alias": "SubFeature", "length": 64, "domain": null }, { "name": "AssetCode", "type": "esriFieldTypeString", "alias": "AssetCode", "length": 32, "domain": null }, { "name": "LaneLocation", "type": "esriFieldTypeString", "alias": "LaneLocation", "length": 32, "domain": null }, { "name": "Route", "type": "esriFieldTypeString", "alias": "Route", "length": 32, "domain": null }, { "name": "FromMilepost", "type": "esriFieldTypeInteger", "alias": "FromMilepost", "domain": null }, { "name": "FromOffset", "type": "esriFieldTypeDouble", "alias": "FromOffset", "domain": null }, { "name": "ToMilepost", "type": "esriFieldTypeInteger", "alias": "ToMilepost", "domain": null }, { "name": "ToOffset", "type": "esriFieldTypeDouble", "alias": "ToOffset", "domain": null }, { "name": "Outfall", "type": "esriFieldTypeString", "alias": "Outfall", "length": 255, "domain": null }, { "name": "Water_Quality_Status", "type": "esriFieldTypeString", "alias": "Water Quality Status", "length": 255, "domain": null }, { "name": "Water_Body_ID", "type": "esriFieldTypeString", "alias": "Water Body ID", "length": 255, "domain": null }, { "name": "Water_Body_Name", "type": "esriFieldTypeString", "alias": "Water Body Name", "length": 255, "domain": null }, { "name": "Impairment", "type": "esriFieldTypeString", "alias": "Impairment", "length": 255, "domain": null }, { "name": "Flow_Direction", "type": "esriFieldTypeString", "alias": "Flow Direction", "length": 255, "domain": null }, { "name": "Outfall_Comments", "type": "esriFieldTypeString", "alias": "Outfall Comments", "length": 255, "domain": null }, { "name": "Inspection_Date", "type": "esriFieldTypeString", "alias": "Inspection Date", "length": 255, "domain": null }, { "name": "Total_Maximum_Daily_Load", "type": "esriFieldTypeString", "alias": "Total Maximum Daily Load", "length": 255, "domain": null }, { "name": "Impaired_Water", "type": "esriFieldTypeString", "alias": "Impaired Water", "length": 255, "domain": null }, { "name": "Immediate_Surrounding_Land_Use", "type": "esriFieldTypeString", "alias": "Immediate Surrounding Land Use", "length": 255, "domain": null }, { "name": "Flow", "type": "esriFieldTypeString", "alias": "Flow", "length": 255, "domain": null }, { "name": "Outstanding_Arizona_Water", "type": "esriFieldTypeString", "alias": "Outstanding Arizona Water", "length": 255, "domain": null }, { "name": "Smell", "type": "esriFieldTypeString", "alias": "Smell", "length": 255, "domain": null }, { "name": "Floatables", "type": "esriFieldTypeString", "alias": "Floatables", "length": 255, "domain": null }, { "name": "Vegetative__Algae", "type": "esriFieldTypeString", "alias": "Vegetative / Algae", "length": 255, "domain": null }, { "name": "Deposits", "type": "esriFieldTypeString", "alias": "Deposits", "length": 255, "domain": null }, { "name": "Dry_Weather_Comments", "type": "esriFieldTypeString", "alias": "Dry Weather Comments", "length": 255, "domain": null }, { "name": "Follow_Up_Activities", "type": "esriFieldTypeString", "alias": "Follow Up Activities", "length": 255, "domain": null }, { "name": "Documents", "type": "esriFieldTypeString", "alias": "Documents", "length": 255, "domain": null }, { "name": "Closure_Date", "type": "esriFieldTypeString", "alias": "Closure Date", "length": 255, "domain": null }, { "name": "Width", "type": "esriFieldTypeDouble", "alias": "Width", "domain": null }, { "name": "Cut_Ditch_Images", "type": "esriFieldTypeString", "alias": "Cut Ditch Image(s)", "length": 255, "domain": null }, { "name": "Further_Review_Needed", "type": "esriFieldTypeString", "alias": "Further Review Needed", "length": 255, "domain": null }, { "name": "Condition_Comments", "type": "esriFieldTypeString", "alias": "Condition Comments", "length": 255, "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": "R1175_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S934_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Query,Map,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "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, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeLengthFieldName": "Shape.STLength()", "units": "esriFeet", "mapUnits": {"uwkid": 9003} }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "91d7701946b844858c7ef7c49a2ff52c" }, { "currentVersion": 11.1, "cimVersion": "3.1.0", "id": 14, "name": "Open Drain", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102650, "latestWkid": 102650, "xyTolerance": 0.0032808333333333335, "zTolerance": 2, "mTolerance": 2, "falseX": -17463800, "falseY": -46132600, "xyUnits": 3048.0060960121914, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 0, 132, 168, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 0 ], "width": 0.7 } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 516063.40863958746, "ymin": 1256338.8771164268, "xmax": 550364.1244868375, "ymax": 1284132.87434984, "spatialReference": { "wkid": 102650, "latestWkid": 102650, "xyTolerance": 0.003280833333333333, "zTolerance": 2.0E-5, "mTolerance": 2.0E-4, "falseX": -17747300, "falseY": -46132600, "xyUnits": 3048.003967234846, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "WASH_NAME", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "FACILITYID", "type": "esriFieldTypeString", "alias": "Facility Identifier", "length": 20, "domain": null }, { "name": "INSTALLDATE", "type": "esriFieldTypeDate", "alias": "Install Date", "length": 8, "domain": null }, { "name": "TOPWIDTH", "type": "esriFieldTypeDouble", "alias": "Top Width", "domain": null }, { "name": "BOTWIDTH", "type": "esriFieldTypeDouble", "alias": "Bottom Width", "domain": null }, { "name": "DEPTH", "type": "esriFieldTypeDouble", "alias": "Depth", "domain": null }, { "name": "BEDMATERIAL", "type": "esriFieldTypeString", "alias": "Bed Material", "length": 50, "domain": { "type": "codedValue", "name": "piPipeMaterial_3", "description": "The list of pipe materials types based on the NASSCO standards", "codedValues": [ { "name": "Other", "code": "OTH" }, { "name": "ABS", "code": "ABS" }, { "name": "ASP", "code": "ASP" }, { "name": "BR", "code": "BR" }, { "name": "CAS", "code": "CAS" }, { "name": "CT", "code": "CT" }, { "name": "CP", "code": "CP" }, { "name": "CSB", "code": "CSB" }, { "name": "CSU", "code": "CSU" }, { "name": "CMP", "code": "CMP" }, { "name": "Cop", "code": "COP" }, { "name": "CIPP", "code": "CIPP" }, { "name": "DIP", "code": "DIP" }, { "name": "FRP", "code": "FRP" }, { "name": "EARGEO", "code": "EARGEO" }, { "name": "EAR", "code": "EAR" }, { "name": "Geo", "code": "GEO" }, { "name": "GP", "code": "GP" }, { "name": "GRC", "code": "GRC" }, { "name": "OB", "code": "OB" }, { "name": "PSC", "code": "PSC" }, { "name": "PE", "code": "PE" }, { "name": "PP", "code": "PP" }, { "name": "PVC", "code": "PVC" }, { "name": "PCCP", "code": "PCCP" }, { "name": "RCP", "code": "RCP" }, { "name": "RPM", "code": "RPM" }, { "name": "SB", "code": "SB" }, { "name": "SP", "code": "SP" }, { "name": "TTE", "code": "TTE" }, { "name": "VCP", "code": "VCP" }, { "name": "WD", "code": "WD" }, { "name": "UNK", "code": "UNK" }, { "name": "BMP", "code": "BMP" }, { "name": "HDPE", "code": "HDPE" }, { "name": "ACP", "code": "ACP" }, { "name": "C-900", "code": "C-900" }, { "name": "CCP", "code": "CCP" }, { "name": "CBC", "code": "CBC" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "SIDEMATERIAL", "type": "esriFieldTypeString", "alias": "Side Material", "length": 50, "domain": { "type": "codedValue", "name": "piPipeMaterial_3", "description": "The list of pipe materials types based on the NASSCO standards", "codedValues": [ { "name": "Other", "code": "OTH" }, { "name": "ABS", "code": "ABS" }, { "name": "ASP", "code": "ASP" }, { "name": "BR", "code": "BR" }, { "name": "CAS", "code": "CAS" }, { "name": "CT", "code": "CT" }, { "name": "CP", "code": "CP" }, { "name": "CSB", "code": "CSB" }, { "name": "CSU", "code": "CSU" }, { "name": "CMP", "code": "CMP" }, { "name": "Cop", "code": "COP" }, { "name": "CIPP", "code": "CIPP" }, { "name": "DIP", "code": "DIP" }, { "name": "FRP", "code": "FRP" }, { "name": "EARGEO", "code": "EARGEO" }, { "name": "EAR", "code": "EAR" }, { "name": "Geo", "code": "GEO" }, { "name": "GP", "code": "GP" }, { "name": "GRC", "code": "GRC" }, { "name": "OB", "code": "OB" }, { "name": "PSC", "code": "PSC" }, { "name": "PE", "code": "PE" }, { "name": "PP", "code": "PP" }, { "name": "PVC", "code": "PVC" }, { "name": "PCCP", "code": "PCCP" }, { "name": "RCP", "code": "RCP" }, { "name": "RPM", "code": "RPM" }, { "name": "SB", "code": "SB" }, { "name": "SP", "code": "SP" }, { "name": "TTE", "code": "TTE" }, { "name": "VCP", "code": "VCP" }, { "name": "WD", "code": "WD" }, { "name": "UNK", "code": "UNK" }, { "name": "BMP", "code": "BMP" }, { "name": "HDPE", "code": "HDPE" }, { "name": "ACP", "code": "ACP" }, { "name": "C-900", "code": "C-900" }, { "name": "CCP", "code": "CCP" }, { "name": "CBC", "code": "CBC" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "LEFTSLOPE", "type": "esriFieldTypeDouble", "alias": "Left Slope", "domain": null }, { "name": "RIGHTSLOPE", "type": "esriFieldTypeDouble", "alias": "Right Slope", "domain": null }, { "name": "UPTOP", "type": "esriFieldTypeDouble", "alias": "Uptop", "domain": null }, { "name": "DWNTOP", "type": "esriFieldTypeDouble", "alias": "Down Top", "domain": null }, { "name": "ENABLED", "type": "esriFieldTypeSmallInteger", "alias": "Enabled", "domain": { "type": "codedValue", "name": "EnabledDomain", "description": "Geometric Network Enabled domain", "codedValues": [ { "name": "False", "code": 0 }, { "name": "True", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "ACTIVEFLAG", "type": "esriFieldTypeSmallInteger", "alias": "Active Flag", "domain": { "type": "codedValue", "name": "BooleanDomain", "description": "A 0/1 boolean domain", "codedValues": [ { "name": "False", "code": 0 }, { "name": "True", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "OWNEDBY", "type": "esriFieldTypeSmallInteger", "alias": "Owned By", "domain": { "type": "codedValue", "name": "AssetOwner", "description": "The owner of the asset", "codedValues": [ { "name": "Our Agency", "code": 1 }, { "name": "Private", "code": -1 }, { "name": "Other", "code": -2 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "MAINTBY", "type": "esriFieldTypeSmallInteger", "alias": "Managed By", "domain": { "type": "codedValue", "name": "AssetManager", "description": "The manager of the asset", "codedValues": [ { "name": "Our Agency", "code": 1 }, { "name": "Private", "code": -1 }, { "name": "Other", "code": -2 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "LASTUPDATE", "type": "esriFieldTypeDate", "alias": "Last Update Date", "length": 8, "domain": null }, { "name": "LASTEDITOR", "type": "esriFieldTypeString", "alias": "Last Editor", "length": 50, "domain": null }, { "name": "WASH_NAME", "type": "esriFieldTypeString", "alias": "WASH_NAME", "length": 50, "domain": null }, { "name": "PARCEL_ID", "type": "esriFieldTypeString", "alias": "PARCEL_ID", "length": 25, "domain": null }, { "name": "TAXPIN", "type": "esriFieldTypeString", "alias": "TAXPIN", "length": 20, "domain": null }, { "name": "GISEDIT_DBO_swOpenDrain_FID", "type": "esriFieldTypeString", "alias": "GISEDIT.DBO.swOpenDrain.FID", "length": 50, "domain": null }, { "name": "HTEASSET_ID", "type": "esriFieldTypeString", "alias": "HTEASSET_ID", "length": 20, "domain": null }, { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null }, { "name": "SHAPE.STArea()", "type": "esriFieldTypeDouble", "alias": "SHAPE.STArea()", "domain": null }, { "name": "SHAPE.STLength()", "type": "esriFieldTypeDouble", "alias": "SHAPE.STLength()", "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "R1168_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S927_idx", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Query,Map,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "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, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "SHAPE.STArea()", "shapeLengthFieldName": "SHAPE.STLength()", "units": "esriFeet", "mapUnits": {"uwkid": 9003} }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "91d7701946b844858c7ef7c49a2ff52c" }, { "currentVersion": 11.1, "cimVersion": "3.1.0", "id": 15, "name": "Drainage Area", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolygon", "sourceSpatialReference": { "wkid": 102650, "latestWkid": 102650, "xyTolerance": 0.0032808333333333335, "zTolerance": 2, "mTolerance": 2, "falseX": -17463800, "falseY": -46132600, "xyUnits": 3048.0060960121914, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "Basin_ID", "defaultSymbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 130, 130, 130, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "defaultLabel": "", "uniqueValueInfos": [ { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 189, 184, 194, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "2005", "label": "2005" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 73, 70, 77, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "2205", "label": "2205" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 128, 122, 135, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "3805", "label": "3805" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 241, 235, 247, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "4005", "label": "4005" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 162, 152, 171, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "AQ05", "label": "AQ05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 220, 207, 232, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "AQ10", "label": "AQ10" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 100, 95, 105, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "AT05", "label": "AT05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 186, 175, 196, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "AV05", "label": "AV05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 221, 216, 227, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "AZ05", "label": "AZ05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 147, 143, 150, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "BG05", "label": "BG05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 240, 227, 252, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "BS05", "label": "BS05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 201, 190, 212, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "BV05", "label": "BV05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 114, 109, 120, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "BV10", "label": "BV10" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 166, 161, 171, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "BW05", "label": "BW05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 89, 85, 92, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "CD05", "label": "CD05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 204, 199, 209, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "CD10", "label": "CD10" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 145, 138, 153, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "CH05", "label": "CH05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 156, 151, 161, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "CM05", "label": "CM05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 230, 223, 237, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "CM10", "label": "CM10" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 199, 192, 207, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "CM15", "label": "CM15" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 226, 216, 237, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "CM20", "label": "CM20" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 80, 78, 82, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "CO05", "label": "CO05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 122, 119, 125, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "CS05", "label": "CS05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 213, 204, 222, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "CS10", "label": "CS10" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 134, 131, 138, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "CS15", "label": "CS15" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 170, 161, 179, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "CS20", "label": "CS20" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 187, 180, 194, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "CS25", "label": "CS25" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 180, 172, 189, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "CS30", "label": "CS30" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 105, 102, 107, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "CW05", "label": "CW05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 114, 111, 117, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "DT05", "label": "DT05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 85, 79, 89, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "DT10", "label": "DT10" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 174, 170, 179, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "DT15", "label": "DT15" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 232, 218, 245, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "DT20", "label": "DT20" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 210, 197, 222, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "ED05", "label": "ED05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 153, 146, 161, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "ED10", "label": "ED10" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 111, 104, 117, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "ED15", "label": "ED15" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 194, 185, 201, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "ED20", "label": "ED20" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 84, 81, 87, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "ED25", "label": "ED25" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 133, 128, 138, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "ED30", "label": "ED30" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 234, 228, 240, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "ED35", "label": "ED35" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 242, 232, 252, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "ED40", "label": "ED40" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 234, 223, 245, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "FC05", "label": "FC05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 120, 115, 125, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "FC10", "label": "FC10" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 92, 90, 94, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "FS05", "label": "FS05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 141, 133, 148, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "FS10", "label": "FS10" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 121, 113, 128, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "FS15", "label": "FS15" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 176, 166, 186, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "FS20", "label": "FS20" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 162, 155, 168, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "FS25", "label": "FS25" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 221, 213, 230, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "FS30", "label": "FS30" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 150, 145, 156, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "FS35", "label": "FS35" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 99, 96, 102, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "GR05", "label": "GR05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 77, 73, 82, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "HI05", "label": "HI05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 169, 162, 176, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "HI10", "label": "HI10" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 129, 126, 133, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "HI15", "label": "HI15" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 104, 98, 110, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "HV05", "label": "HV05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 177, 171, 184, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "HV10", "label": "HV10" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 133, 125, 140, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "HV15", "label": "HV15" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 211, 200, 222, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "HV20", "label": "HV20" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 215, 209, 222, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "HV25", "label": "HV25" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 125, 121, 130, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "HV30", "label": "HV30" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 198, 186, 209, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "HV35", "label": "HV35" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 157, 150, 163, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "HV40", "label": "HV40" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 236, 228, 245, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "ID05", "label": "ID05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 226, 213, 237, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "IN05", "label": "IN05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 108, 104, 112, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "IN10", "label": "IN10" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 217, 207, 227, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "IP05", "label": "IP05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 147, 141, 153, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "IP10", "label": "IP10" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 144, 139, 148, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "IP15", "label": "IP15" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 169, 165, 173, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "IP20", "label": "IP20" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 189, 179, 199, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "IP25", "label": "IP25" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 226, 220, 232, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "IP30", "label": "IP30" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 92, 87, 97, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "IP35", "label": "IP35" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 196, 191, 201, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "IP40", "label": "IP40" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 239, 225, 252, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "IR05", "label": "IR05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 182, 177, 186, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "IS05", "label": "IS05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 205, 199, 212, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "IS10", "label": "IS10" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 152, 143, 161, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "JA05", "label": "JA05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 75, 71, 79, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "KW05", "label": "KW05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 194, 187, 201, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "KW10", "label": "KW10" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 177, 168, 186, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "KW15", "label": "KW15" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 108, 103, 112, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "KW20", "label": "KW20" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 163, 155, 171, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "KW25", "label": "KW25" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 184, 176, 191, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "LA05", "label": "LA05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 157, 149, 166, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "LK05", "label": "LK05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 76, 73, 79, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "LK10", "label": "LK10" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 125, 118, 133, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "LK15", "label": "LK15" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 202, 196, 207, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "LK20", "label": "LK20" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 122, 116, 128, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "LK25", "label": "LK25" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 236, 230, 242, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "LK30", "label": "LK30" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 198, 188, 207, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "LK35", "label": "LK35" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 172, 166, 179, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "LK40", "label": "LK40" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 224, 216, 232, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "LK45", "label": "LK45" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 164, 154, 173, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "LK50", "label": "LK50" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 209, 200, 219, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "LK55", "label": "LK55" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 169, 159, 179, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "LK60", "label": "LK60" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 87, 83, 92, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "LK65", "label": "LK65" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 97, 92, 102, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "LK70", "label": "LK70" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 162, 157, 166, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "LK75", "label": "LK75" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 146, 141, 150, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "LK80", "label": "LK80" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 101, 97, 105, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "LS05", "label": "LS05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 87, 84, 89, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "MA05", "label": "MA05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 148, 142, 153, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "MB05", "label": "MB05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 168, 161, 173, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "MB10", "label": "MB10" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 85, 81, 89, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "MB15", "label": "MB15" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 152, 148, 156, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "MB20", "label": "MB20" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 237, 228, 247, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "MN05", "label": "MN05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 140, 134, 145, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "MU05", "label": "MU05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 159, 152, 166, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "MU10", "label": "MU10" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 246, 240, 252, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "MU15", "label": "MU15" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 194, 184, 204, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "ND05", "label": "ND05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 94, 90, 97, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "NG05", "label": "NG05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 82, 79, 84, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "NG10", "label": "NG10" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 162, 157, 168, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "NG15", "label": "NG15" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 220, 213, 227, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "NG20", "label": "NG20" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 132, 128, 135, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "NO05", "label": "NO05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 130, 124, 135, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "NO10", "label": "NO10" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 153, 145, 161, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "NO15", "label": "NO15" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 142, 136, 148, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "NO20", "label": "NO20" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 124, 118, 130, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "NO25", "label": "NO25" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 116, 109, 122, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "NO30", "label": "NO30" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 216, 204, 227, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "NO35", "label": "NO35" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 241, 232, 250, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "NO40", "label": "NO40" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 80, 77, 84, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "NO45", "label": "NO45" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 231, 218, 242, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "NO50", "label": "NO50" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 116, 110, 122, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "NO55", "label": "NO55" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 175, 165, 184, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "NO60", "label": "NO60" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 135, 129, 140, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "NO65", "label": "NO65" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 183, 177, 189, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "NO70", "label": "NO70" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 242, 235, 250, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "NO75", "label": "NO75" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 168, 160, 176, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "NO80", "label": "NO80" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 224, 213, 235, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "NO85", "label": "NO85" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 210, 197, 222, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "NP05", "label": "NP05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 98, 94, 102, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "NP10", "label": "NP10" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 82, 80, 84, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "NP15", "label": "NP15" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 132, 125, 138, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "OF05", "label": "OF05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 118, 114, 122, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "PM05", "label": "PM05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 124, 120, 128, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "PM10", "label": "PM10" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 173, 168, 179, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "PM15", "label": "PM15" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 201, 192, 209, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "PT05", "label": "PT05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 229, 223, 235, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "PV05", "label": "PV05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 124, 121, 128, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "RB05", "label": "RB05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 214, 204, 224, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "RG05", "label": "RG05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 222, 209, 235, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "SA05", "label": "SA05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 157, 148, 166, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "SB05", "label": "SB05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 222, 211, 232, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "SB10", "label": "SB10" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 208, 199, 217, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "SG05", "label": "SG05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 184, 179, 189, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "SJ05", "label": "SJ05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 202, 193, 212, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "SJ10", "label": "SJ10" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 154, 150, 158, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "SL05", "label": "SL05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 233, 223, 242, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "SL10", "label": "SL10" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 210, 204, 217, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "SO05", "label": "SO05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 145, 136, 153, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "SP05", "label": "SP05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 199, 188, 209, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "SP10", "label": "SP10" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 188, 177, 199, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "ST05", "label": "ST05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 237, 230, 245, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "SW05", "label": "SW05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 101, 95, 107, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "T105", "label": "T105" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 179, 174, 184, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "T110", "label": "T110" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 111, 106, 117, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "T115", "label": "T115" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 139, 134, 143, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "T205", "label": "T205" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 156, 149, 163, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "T210", "label": "T210" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 225, 216, 235, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "T215", "label": "T215" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 208, 197, 219, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "T220", "label": "T220" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 241, 230, 252, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "T305", "label": "T305" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 152, 145, 158, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "T310", "label": "T310" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 192, 183, 201, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "T315", "label": "T315" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 220, 209, 232, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "T320", "label": "T320" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 73, 69, 77, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "T405", "label": "T405" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 214, 206, 222, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "T410", "label": "T410" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 153, 147, 158, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "T415", "label": "T415" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 201, 192, 209, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "WH05", "label": "WH05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 244, 235, 252, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "WL05", "label": "WL05" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 238, 225, 250, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "WL10", "label": "WL10" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 185, 176, 194, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "WL15", "label": "WL15" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 104, 101, 107, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "value": "WL20", "label": "WL20" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 157, 153, 161, 255 ], "toColor": [ 157, 153, 161, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 62, 60, 64, 255 ], "toColor": [ 62, 60, 64, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 246, 240, 252, 255 ], "toColor": [ 246, 240, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 107, 102, 112, 255 ], "toColor": [ 107, 102, 112, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 203, 193, 214, 255 ], "toColor": [ 203, 193, 214, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 84, 81, 87, 255 ], "toColor": [ 84, 81, 87, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 138, 131, 145, 255 ], "toColor": [ 138, 131, 145, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 239, 225, 252, 255 ], "toColor": [ 239, 225, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 183, 177, 189, 255 ], "toColor": [ 183, 177, 189, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 222, 213, 230, 255 ], "toColor": [ 222, 213, 230, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 124, 120, 128, 255 ], "toColor": [ 124, 120, 128, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 169, 159, 179, 255 ], "toColor": [ 169, 159, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 155, 147, 163, 255 ], "toColor": [ 155, 147, 163, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 197, 191, 201, 255 ], "toColor": [ 197, 191, 201, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 144, 141, 148, 255 ], "toColor": [ 144, 141, 148, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 71, 67, 77, 255 ], "toColor": [ 71, 67, 77, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 229, 223, 235, 255 ], "toColor": [ 229, 223, 235, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 95, 90, 99, 255 ], "toColor": [ 95, 90, 99, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 189, 179, 199, 255 ], "toColor": [ 189, 179, 199, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 123, 116, 130, 255 ], "toColor": [ 123, 116, 130, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 220, 207, 232, 255 ], "toColor": [ 220, 207, 232, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 237, 228, 247, 255 ], "toColor": [ 237, 228, 247, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 207, 199, 214, 255 ], "toColor": [ 207, 199, 214, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 170, 164, 176, 255 ], "toColor": [ 170, 164, 176, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 192, 185, 199, 255 ], "toColor": [ 192, 185, 199, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 162, 155, 168, 255 ], "toColor": [ 162, 155, 168, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 140, 135, 145, 255 ], "toColor": [ 140, 135, 145, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 211, 200, 222, 255 ], "toColor": [ 211, 200, 222, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 199, 190, 207, 255 ], "toColor": [ 199, 190, 207, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 151, 144, 158, 255 ], "toColor": [ 151, 144, 158, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 226, 216, 237, 255 ], "toColor": [ 226, 216, 237, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 177, 168, 186, 255 ], "toColor": [ 177, 168, 186, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 219, 213, 224, 255 ], "toColor": [ 219, 213, 224, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 181, 174, 189, 255 ], "toColor": [ 181, 174, 189, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 206, 201, 212, 255 ], "toColor": [ 206, 201, 212, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 129, 123, 135, 255 ], "toColor": [ 129, 123, 135, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 233, 223, 242, 255 ], "toColor": [ 233, 223, 242, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 133, 128, 138, 255 ], "toColor": [ 133, 128, 138, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 99, 94, 105, 255 ], "toColor": [ 99, 94, 105, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 218, 209, 227, 255 ], "toColor": [ 218, 209, 227, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 215, 202, 227, 255 ], "toColor": [ 215, 202, 227, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 149, 141, 158, 255 ], "toColor": [ 149, 141, 158, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 195, 186, 204, 255 ], "toColor": [ 195, 186, 204, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 80, 77, 84, 255 ], "toColor": [ 80, 77, 84, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 173, 168, 179, 255 ], "toColor": [ 173, 168, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 230, 218, 242, 255 ], "toColor": [ 230, 218, 242, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 181, 170, 191, 255 ], "toColor": [ 181, 170, 191, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 162, 152, 171, 255 ], "toColor": [ 162, 152, 171, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 119, 114, 122, 255 ], "toColor": [ 119, 114, 122, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 87, 82, 92, 255 ], "toColor": [ 87, 82, 92, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 117, 114, 120, 255 ], "toColor": [ 117, 114, 120, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 95, 92, 97, 255 ], "toColor": [ 95, 92, 97, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 116, 109, 122, 255 ], "toColor": [ 116, 109, 122, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 167, 162, 171, 255 ], "toColor": [ 167, 162, 171, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 107, 104, 110, 255 ], "toColor": [ 107, 104, 110, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 90, 85, 94, 255 ], "toColor": [ 90, 85, 94, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 127, 124, 130, 255 ], "toColor": [ 127, 124, 130, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 98, 95, 105, 255 ], "toColor": [ 98, 95, 105, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 106, 100, 112, 255 ], "toColor": [ 106, 100, 112, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 189, 184, 194, 255 ], "toColor": [ 189, 184, 194, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 235, 223, 247, 255 ], "toColor": [ 235, 223, 247, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 240, 233, 247, 255 ], "toColor": [ 240, 233, 247, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 195, 184, 207, 255 ], "toColor": [ 195, 184, 207, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 185, 176, 194, 255 ], "toColor": [ 185, 176, 194, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 216, 204, 227, 255 ], "toColor": [ 216, 204, 227, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 223, 216, 230, 255 ], "toColor": [ 223, 216, 230, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 77, 74, 79, 255 ], "toColor": [ 77, 74, 79, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 93, 89, 97, 255 ], "toColor": [ 93, 89, 97, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 135, 127, 143, 255 ], "toColor": [ 135, 127, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 212, 204, 219, 255 ], "toColor": [ 212, 204, 219, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 85, 81, 87, 255 ], "toColor": [ 85, 81, 87, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 228, 218, 237, 255 ], "toColor": [ 228, 218, 237, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 149, 145, 153, 255 ], "toColor": [ 149, 145, 153, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 131, 127, 135, 255 ], "toColor": [ 131, 127, 135, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 113, 109, 117, 255 ], "toColor": [ 113, 109, 117, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 125, 118, 133, 255 ], "toColor": [ 125, 118, 133, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 115, 110, 120, 255 ], "toColor": [ 115, 110, 120, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 146, 139, 153, 255 ], "toColor": [ 146, 139, 153, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 87, 83, 92, 255 ], "toColor": [ 87, 83, 92, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 205, 193, 217, 255 ], "toColor": [ 205, 193, 217, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 97, 94, 99, 255 ], "toColor": [ 97, 94, 99, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 165, 156, 173, 255 ], "toColor": [ 165, 156, 173, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 194, 185, 201, 255 ], "toColor": [ 194, 185, 201, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 223, 211, 235, 255 ], "toColor": [ 223, 211, 235, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 222, 211, 232, 255 ], "toColor": [ 222, 211, 232, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 176, 170, 181, 255 ], "toColor": [ 176, 170, 181, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 95, 92, 97, 255 ], "toColor": [ 95, 92, 97, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 201, 196, 207, 255 ], "toColor": [ 201, 196, 207, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 179, 168, 189, 255 ], "toColor": [ 179, 168, 189, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 171, 165, 176, 255 ], "toColor": [ 171, 165, 176, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 165, 159, 171, 255 ], "toColor": [ 165, 159, 171, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 187, 180, 194, 255 ], "toColor": [ 187, 180, 194, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 154, 149, 158, 255 ], "toColor": [ 154, 149, 158, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 228, 221, 235, 255 ], "toColor": [ 228, 221, 235, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 206, 197, 214, 255 ], "toColor": [ 206, 197, 214, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 124, 121, 128, 255 ], "toColor": [ 124, 121, 128, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 145, 136, 153, 255 ], "toColor": [ 145, 136, 153, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 173, 165, 181, 255 ], "toColor": [ 173, 165, 181, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 132, 125, 138, 255 ], "toColor": [ 132, 125, 138, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 199, 194, 204, 255 ], "toColor": [ 199, 194, 204, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 89, 84, 92, 255 ], "toColor": [ 89, 84, 92, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 172, 163, 181, 255 ], "toColor": [ 172, 163, 181, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 241, 235, 247, 255 ], "toColor": [ 241, 235, 247, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 168, 160, 176, 255 ], "toColor": [ 168, 160, 176, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 191, 179, 201, 255 ], "toColor": [ 191, 179, 201, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 92, 92, 94, 255 ], "toColor": [ 92, 92, 94, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 202, 194, 209, 255 ], "toColor": [ 202, 194, 209, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 114, 110, 117, 255 ], "toColor": [ 114, 110, 117, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 77, 73, 82, 255 ], "toColor": [ 77, 73, 82, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 229, 221, 237, 255 ], "toColor": [ 229, 221, 237, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 234, 225, 242, 255 ], "toColor": [ 234, 225, 242, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 86, 83, 89, 255 ], "toColor": [ 86, 83, 89, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 233, 220, 245, 255 ], "toColor": [ 233, 220, 245, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 164, 160, 168, 255 ], "toColor": [ 164, 160, 168, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 113, 107, 117, 255 ], "toColor": [ 113, 107, 117, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 224, 211, 237, 255 ], "toColor": [ 224, 211, 237, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 182, 172, 191, 255 ], "toColor": [ 182, 172, 191, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 140, 134, 145, 255 ], "toColor": [ 140, 134, 145, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 141, 133, 148, 255 ], "toColor": [ 141, 133, 148, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 157, 150, 163, 255 ], "toColor": [ 157, 150, 163, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 137, 131, 143, 255 ], "toColor": [ 137, 131, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 79, 77, 82, 255 ], "toColor": [ 79, 77, 82, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 212, 204, 219, 255 ], "toColor": [ 212, 204, 219, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 122, 116, 128, 255 ], "toColor": [ 122, 116, 128, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 158, 153, 163, 255 ], "toColor": [ 158, 153, 163, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 137, 133, 140, 255 ], "toColor": [ 137, 133, 140, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 161, 153, 168, 255 ], "toColor": [ 161, 153, 168, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 130, 124, 135, 255 ], "toColor": [ 130, 124, 135, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 184, 176, 191, 255 ], "toColor": [ 184, 176, 191, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 146, 141, 150, 255 ], "toColor": [ 146, 141, 150, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 96, 92, 99, 255 ], "toColor": [ 96, 92, 99, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 179, 174, 184, 255 ], "toColor": [ 179, 174, 184, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 105, 101, 110, 255 ], "toColor": [ 105, 101, 110, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 230, 223, 237, 255 ], "toColor": [ 230, 223, 237, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 159, 155, 163, 255 ], "toColor": [ 159, 155, 163, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 212, 202, 222, 255 ], "toColor": [ 212, 202, 222, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 144, 138, 150, 255 ], "toColor": [ 144, 138, 150, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 191, 181, 201, 255 ], "toColor": [ 191, 181, 201, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 85, 81, 89, 255 ], "toColor": [ 85, 81, 89, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 120, 115, 125, 255 ], "toColor": [ 120, 115, 125, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 213, 206, 219, 255 ], "toColor": [ 213, 206, 219, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 158, 149, 166, 255 ], "toColor": [ 158, 149, 166, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 234, 223, 245, 255 ], "toColor": [ 234, 223, 245, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 150, 142, 158, 255 ], "toColor": [ 150, 142, 158, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 240, 227, 252, 255 ], "toColor": [ 240, 227, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 180, 170, 189, 255 ], "toColor": [ 180, 170, 189, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 76, 73, 79, 255 ], "toColor": [ 76, 73, 79, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 244, 235, 252, 255 ], "toColor": [ 244, 235, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 95, 90, 99, 255 ], "toColor": [ 95, 90, 99, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 150, 145, 156, 255 ], "toColor": [ 150, 145, 156, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 108, 102, 115, 255 ], "toColor": [ 108, 102, 115, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 92, 90, 94, 255 ], "toColor": [ 92, 90, 94, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 212, 200, 224, 255 ], "toColor": [ 212, 200, 224, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 167, 160, 173, 255 ], "toColor": [ 167, 160, 173, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 125, 118, 133, 255 ], "toColor": [ 125, 118, 133, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 73, 70, 77, 255 ], "toColor": [ 73, 70, 77, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 236, 222, 250, 255 ], "toColor": [ 236, 222, 250, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 221, 211, 230, 255 ], "toColor": [ 221, 211, 230, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 181, 175, 186, 255 ], "toColor": [ 181, 175, 186, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 81, 77, 84, 255 ], "toColor": [ 81, 77, 84, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 213, 204, 222, 255 ], "toColor": [ 213, 204, 222, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 139, 136, 143, 255 ], "toColor": [ 139, 136, 143, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 75, 71, 79, 255 ], "toColor": [ 75, 71, 79, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 116, 110, 122, 255 ], "toColor": [ 116, 110, 122, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 200, 190, 209, 255 ], "toColor": [ 200, 190, 209, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 83, 78, 87, 255 ], "toColor": [ 83, 78, 87, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 164, 157, 171, 255 ], "toColor": [ 164, 157, 171, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 106, 103, 110, 255 ], "toColor": [ 106, 103, 110, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 210, 197, 222, 255 ], "toColor": [ 210, 197, 222, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 240, 230, 250, 255 ], "toColor": [ 240, 230, 250, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 133, 125, 140, 255 ], "toColor": [ 133, 125, 140, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 109, 105, 112, 255 ], "toColor": [ 109, 105, 112, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 178, 169, 186, 255 ], "toColor": [ 178, 169, 186, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 225, 218, 232, 255 ], "toColor": [ 225, 218, 232, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": 503907.06976333633, "ymin": 1248638.0608251765, "xmax": 568012.0321043357, "ymax": 1314083.5874141753, "spatialReference": { "wkid": 102650, "latestWkid": 102650, "xyTolerance": 0.003280833333333333, "zTolerance": 2.0E-5, "mTolerance": 2.0E-4, "falseX": -17747300, "falseY": -46132600, "xyUnits": 3048.003967234846, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "Basin_ID", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "Basin_ID", "type": "esriFieldTypeString", "alias": "Basin_ID", "length": 10, "domain": null }, { "name": "GISEDIT_DBO_swDrainageArea_Area", "type": "esriFieldTypeDouble", "alias": "GISEDIT.DBO.swDrainageArea.Area", "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "Shape.STArea()", "type": "esriFieldTypeDouble", "alias": "Shape.STArea()", "domain": null }, { "name": "Shape.STLength()", "type": "esriFieldTypeDouble", "alias": "Shape.STLength()", "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "R1167_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S926_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Query,Map,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "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, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "Shape.STArea()", "shapeLengthFieldName": "Shape.STLength()", "units": "esriFeet", "mapUnits": {"uwkid": 9003} }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "91d7701946b844858c7ef7c49a2ff52c" } ], "tables": [] }