{ "currentVersion": 10.91, "cimVersion": "2.9.0", "id": 2, "name": "Inspection_Schedule", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkid": 26913, "latestWkid": 26913, "xyTolerance": 0.001, "zTolerance": 0.001, "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", "valueExpression": "var thisDay = Now();\nvar ReInspectionThreshold = 4;\nvar YearsAgo = DateDiff(thisDay, $feature['GIS.SSCULVERTINSP_MOST_RECENT_RECORD_FOR_JUMPS_V.UPDATE_DATE'], 'years');\nif (Round(YearsAgo,0) >= ReInspectionThreshold) {\nreturn 'ToBeReInspected';\n} else {\nreturn Concatenate(['WaitForMore', ReInspectionThreshold - Round(YearsAgo,0), 'Years'], '_') ;\n}", "valueExpressionTitle": "Inspect_Schedule", "uniqueValueInfos": [ { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 230, 168, 255 ], "width": 3 }, "value": "WaitForMore_4_Years", "label": "WaitForMore_4_Years" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 55, 166, 0, 255 ], "width": 3 }, "value": "WaitForMore_NaN_Years", "label": "WaitForMore_NaN_Years" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 220, 189, 252, 255 ], "toColor": [ 220, 189, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 182, 252, 179, 255 ], "toColor": [ 182, 252, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 215, 187, 255 ], "toColor": [ 252, 215, 187, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 182, 242, 252, 255 ], "toColor": [ 182, 242, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 184, 202, 255 ], "toColor": [ 252, 184, 202, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 204, 252, 220, 255 ], "toColor": [ 204, 252, 220, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 251, 252, 179, 255 ], "toColor": [ 251, 252, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 207, 216, 252, 255 ], "toColor": [ 207, 216, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 179, 238, 255 ], "toColor": [ 252, 179, 238, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 249, 215, 255 ], "toColor": [ 252, 249, 215, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 248, 212, 252, 255 ], "toColor": [ 248, 212, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 221, 252, 194, 255 ], "toColor": [ 221, 252, 194, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 215, 252, 244, 255 ], "toColor": [ 215, 252, 244, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 515545.6023, "ymin": 5582040.238, "xmax": 536894.1556, "ymax": 5600244.1, "spatialReference": { "wkid": 26913, "latestWkid": 26913, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -5120900, "falseY": -9998100, "xyUnits": 8000, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "GIS.SSCULVERTINSPECTIONMAINTENANCE_LINE_SR.JUMP_GISID_FK", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "GIS.SSCULVERTINSPECTIONMAINTENANCE_LINE_SR.OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "GIS.SSCULVERTINSPECTIONMAINTENANCE_LINE_SR.JUMP_GISID_FK", "type": "esriFieldTypeInteger", "alias": "JUMP_GISID_FK", "domain": null }, { "name": "GIS.SSCULVERTINSPECTIONMAINTENANCE_LINE_SR.GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "length": 38, "domain": null }, { "name": "GIS.SSCULVERTINSPECTIONMAINTENANCE_LINE_SR.SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null }, { "name": "GIS.SSCULVERTINSPECTIONMAINTENANCE_LINE_SR.JUMP_GISID_TYP", "type": "esriFieldTypeInteger", "alias": "JUMP_GISID_TYP", "domain": null }, { "name": "GIS.SSCULVERTINSP_MOST_RECENT_RECORD_FOR_JUMPS_V.OBJECTID", "type": "esriFieldTypeInteger", "alias": "OBJECTID", "domain": null }, { "name": "GIS.SSCULVERTINSP_MOST_RECENT_RECORD_FOR_JUMPS_V.WORK_TYPE", "type": "esriFieldTypeString", "alias": "WORK_TYPE", "length": 50, "domain": null }, { "name": "GIS.SSCULVERTINSP_MOST_RECENT_RECORD_FOR_JUMPS_V.SSJUMPS_GISID", "type": "esriFieldTypeInteger", "alias": "SSJUMPS_GISID", "domain": null }, { "name": "GIS.SSCULVERTINSP_MOST_RECENT_RECORD_FOR_JUMPS_V.NODE", "type": "esriFieldTypeString", "alias": "NODE", "length": 15, "domain": null }, { "name": "GIS.SSCULVERTINSP_MOST_RECENT_RECORD_FOR_JUMPS_V.DIST_FROM_NODE", "type": "esriFieldTypeInteger", "alias": "DIST_FROM_NODE", "domain": null }, { "name": "GIS.SSCULVERTINSP_MOST_RECENT_RECORD_FOR_JUMPS_V.MATERIAL", "type": "esriFieldTypeString", "alias": "MATERIAL", "length": 30, "domain": null }, { "name": "GIS.SSCULVERTINSP_MOST_RECENT_RECORD_FOR_JUMPS_V.SHAPE_OVALITY", "type": "esriFieldTypeString", "alias": "SHAPE_OVALITY", "length": 4, "domain": null }, { "name": "GIS.SSCULVERTINSP_MOST_RECENT_RECORD_FOR_JUMPS_V.PIPE_CONDITION", "type": "esriFieldTypeInteger", "alias": "PIPE_CONDITION", "domain": null }, { "name": "GIS.SSCULVERTINSP_MOST_RECENT_RECORD_FOR_JUMPS_V.DEFECT_TYPE", "type": "esriFieldTypeString", "alias": "DEFECT_TYPE", "length": 50, "domain": null }, { "name": "GIS.SSCULVERTINSP_MOST_RECENT_RECORD_FOR_JUMPS_V.FROM_", "type": "esriFieldTypeInteger", "alias": "FROM_", "domain": null }, { "name": "GIS.SSCULVERTINSP_MOST_RECENT_RECORD_FOR_JUMPS_V.TO_", "type": "esriFieldTypeInteger", "alias": "TO_", "domain": null }, { "name": "GIS.SSCULVERTINSP_MOST_RECENT_RECORD_FOR_JUMPS_V.RIPRAP_MATERIAL", "type": "esriFieldTypeString", "alias": "RIPRAP_MATERIAL", "length": 30, "domain": null }, { "name": "GIS.SSCULVERTINSP_MOST_RECENT_RECORD_FOR_JUMPS_V.WATER_LEVEL", "type": "esriFieldTypeInteger", "alias": "WATER_LEVEL", "domain": null }, { "name": "GIS.SSCULVERTINSP_MOST_RECENT_RECORD_FOR_JUMPS_V.COMMENTS", "type": "esriFieldTypeString", "alias": "COMMENTS", "length": 75, "domain": null }, { "name": "GIS.SSCULVERTINSP_MOST_RECENT_RECORD_FOR_JUMPS_V.UPDATE_DATE", "type": "esriFieldTypeDate", "alias": "UPDATE_DATE", "length": 8, "domain": null }, { "name": "GIS.SSCULVERTINSP_MOST_RECENT_RECORD_FOR_JUMPS_V.UPDATE_USER", "type": "esriFieldTypeString", "alias": "UPDATE_USER", "length": 8, "domain": null }, { "name": "GIS.SSCULVERTINSP_MOST_RECENT_RECORD_FOR_JUMPS_V.PARENT_GUID_SR", "type": "esriFieldTypeString", "alias": "PARENT_GUID_SR", "length": 38, "domain": null }, { "name": "GIS.SSCULVERTINSP_MOST_RECENT_RECORD_FOR_JUMPS_V.DEBRIS_LEVEL", "type": "esriFieldTypeInteger", "alias": "DEBRIS_LEVEL", "domain": null }, { "name": "GIS.SSCULVERTINSP_MOST_RECENT_RECORD_FOR_JUMPS_V.JUMP_GISID_TYP", "type": "esriFieldTypeInteger", "alias": "JUMP_GISID_TYP", "domain": null } ], "geometryField": { "name": "GIS.SSCULVERTINSPECTIONMAINTENANCE_LINE_SR.SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "R2399819_SDE_ROWID_UK", "fields": "GIS.SSCULVERTINSPECTIONMAINTENANCE_LINE_SR.OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_2399819", "fields": "GIS.SSCULVERTINSPECTIONMAINTENANCE_LINE_SR.GLOBALID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "A6676_IX1", "fields": "GIS.SSCULVERTINSPECTIONMAINTENANCE_LINE_SR.SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,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": { "timeZone": "Canada Central Standard Time", "respectsDaylightSaving": false }, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeLengthFieldName": "SHAPE.LEN", "units": "esriMeters" }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true }