{ "currentVersion": 10.91, "cimVersion": "2.9.0", "id": 2, "name": "Patching Activity", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPoint", "sourceSpatialReference": { "wkid": 26916, "latestWkid": 26916, "xyTolerance": 0.001, "zTolerance": 2, "mTolerance": 0.001, "falseX": -5120900, "falseY": -9998100, "xyUnits": 10000, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "PATCH_STATUS", "defaultSymbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 130, 130, 130, 0 ], "size": 4, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 74 ], "width": 0.7 } }, "defaultLabel": "", "uniqueValueInfos": [ { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 158, 164, 232, 255 ], "size": 4, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 255 ], "width": 0.7 } }, "value": "0", "label": "Identified" }, { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 108, 125, 212, 255 ], "size": 4, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 255 ], "width": 0.7 } }, "value": "1", "label": "Programmed for Maintenance" }, { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 64, 93, 189, 255 ], "size": 4, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 255 ], "width": 0.7 } }, "value": "2", "label": "Programmed for Contract" }, { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 29, 73, 168, 255 ], "size": 4, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 255 ], "width": 0.7 } }, "value": "3", "label": "Completed by Maintenance" }, { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 0, 57, 148, 255 ], "size": 4, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 255 ], "width": 0.7 } }, "value": "4", "label": "Completed by Contract" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "algorithmic", "algorithm": "esriHSVAlgorithm", "fromColor": [ 214, 214, 255, 255 ], "toColor": [ 0, 57, 148, 255 ] } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 454440.3917, "ymin": 4221538.3707, "xmax": 688562.7302, "ymax": 4624256.7865, "spatialReference": { "wkid": 26916, "latestWkid": 26916, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -5120900, "falseY": -9998100, "xyUnits": 10000, "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": "DATE_BIRTH", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "DATE_BIRTH", "type": "esriFieldTypeDate", "alias": "Date Birth", "length": 8, "domain": null }, { "name": "DATE_RETIRED", "type": "esriFieldTypeDate", "alias": "Date Retired", "length": 8, "domain": null }, { "name": "PATCH_STATUS", "type": "esriFieldTypeSmallInteger", "alias": "Patch Status", "domain": { "type": "codedValue", "name": "dPatchStatus", "description": "Patch Status", "codedValues": [ { "name": "Identified", "code": 0 }, { "name": "Programmed for Maintenance", "code": 1 }, { "name": "Programmed for Contract", "code": 2 }, { "name": "Completed by Maintenance", "code": 3 }, { "name": "Completed by Contract", "code": 4 }, { "name": "Archive", "code": -1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "DIRECTION", "type": "esriFieldTypeString", "alias": "Direction", "length": 5, "domain": { "type": "codedValue", "name": "dPatchDirection", "description": "direction of travel on which the patch lies", "codedValues": [ { "name": "Increasing", "code": "Inc" }, { "name": "Decreasing", "code": "Dec" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "LANE", "type": "esriFieldTypeString", "alias": "Lane", "length": 20, "domain": { "type": "codedValue", "name": "dPatchLane", "description": "lane in which patching is planned", "codedValues": [ { "name": "Lane", "code": "Lane" }, { "name": "Outside Shoulder", "code": "Outside_Shoulder" }, { "name": "Inside Shoulder", "code": "Inside_Shoulder" }, { "name": "Left Turn", "code": "Left_Turn" }, { "name": "Right Turn", "code": "Right_Turn" }, { "name": "TWLTL", "code": "TWLTL" }, { "name": "Ramp", "code": "Ramp" }, { "name": "Approach", "code": "Approach" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "LANE_NUMBER", "type": "esriFieldTypeSmallInteger", "alias": "Lane Position From Inside Lane", "domain": null }, { "name": "PATCH_WIDTH_FT", "type": "esriFieldTypeDouble", "alias": "Patch Width Ft", "domain": null }, { "name": "PATCH_LENGTH_FT", "type": "esriFieldTypeDouble", "alias": "Patch Length Ft", "domain": null }, { "name": "PATCH_DEPTH_IN", "type": "esriFieldTypeDouble", "alias": "Patch Depth In", "domain": null }, { "name": "PATCH_LOCATION", "type": "esriFieldTypeString", "alias": "Patch Location", "length": 30, "domain": { "type": "codedValue", "name": "dPatchLocation", "description": "orientation of the patch in the lane", "codedValues": [ { "name": "Longitudinal Right Edge", "code": "Longitudinal_Right_Edge" }, { "name": "Longitudinal Left Edge", "code": "Longitudinal_Left_Edge" }, { "name": "Full Lane Width", "code": "Full_Lane_Width" }, { "name": "Partial Lane Width", "code": "Partial_Lane_Width" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "PATCH_TYPE", "type": "esriFieldTypeString", "alias": "Patch Type", "length": 30, "domain": { "type": "codedValue", "name": "dPatchType", "description": "Patch Type", "codedValues": [ { "name": "Full Depth HMA", "code": "Full_Depth_HMA" }, { "name": "Partial Depth HMA", "code": "Partial_Depth_HMA" }, { "name": "Full Depth Concrete", "code": "Full_Depth_Concrete" }, { "name": "Composite", "code": "Composite" }, { "name": "Partial Depth Concrete", "code": "Partial Depth Concrete" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "RATING", "type": "esriFieldTypeSmallInteger", "alias": "Rating", "domain": { "type": "codedValue", "name": "dPatchRating", "description": "Prioritization helper", "codedValues": [ { "name": "1 - Must Do", "code": 1 }, { "name": "2 - Highly Recommended", "code": 2 }, { "name": "3 - Recommended", "code": 3 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "NOTES", "type": "esriFieldTypeString", "alias": "Notes", "length": 1073741822, "domain": null }, { "name": "CREATED_BY", "type": "esriFieldTypeString", "alias": "Created By", "length": 25, "domain": null }, { "name": "DATE_EDITED", "type": "esriFieldTypeDate", "alias": "Date Edited", "length": 8, "domain": null }, { "name": "EDITED_BY", "type": "esriFieldTypeString", "alias": "Edited By", "length": 25, "domain": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "length": 38, "domain": null }, { "name": "ESRIGNSS_PDOP", "type": "esriFieldTypeDouble", "alias": "ESRIGNSS_PDOP", "domain": null }, { "name": "ESRIGNSS_HDOP", "type": "esriFieldTypeDouble", "alias": "ESRIGNSS_HDOP", "domain": null }, { "name": "ESRIGNSS_VDOP", "type": "esriFieldTypeDouble", "alias": "ESRIGNSS_VDOP", "domain": null }, { "name": "ESRIGNSS_FIXTYPE", "type": "esriFieldTypeSmallInteger", "alias": "ESRIGNSS_FIXTYPE", "domain": null }, { "name": "ESRIGNSS_CORRECTIONAGE", "type": "esriFieldTypeDouble", "alias": "ESRIGNSS_CORRECTIONAGE", "domain": null }, { "name": "ESRIGNSS_STATIONID", "type": "esriFieldTypeSmallInteger", "alias": "ESRIGNSS_STATIONID", "domain": null }, { "name": "ESRIGNSS_NUMSATS", "type": "esriFieldTypeSmallInteger", "alias": "ESRIGNSS_NUMSATS", "domain": null }, { "name": "ESRIGNSS_FIXDATETIME", "type": "esriFieldTypeDate", "alias": "ESRIGNSS_FIXDATETIME", "length": 8, "domain": null }, { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "R303_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_303", "fields": "GLOBALID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "A107_IX1", "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": true, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1666902819000 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "f2ba7ae02eef4759963877c268117784" }