{ "layers": [ { "currentVersion": 10.81, "id": 0, "name": "Centerlines", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": true, "minScale": 0, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPolyline", "description": "The CL_SEGMENTS feature class models the approximate geometric centerline of road surfaces. Where there is a single roadway, a single segment is used to model the center of the road surface. If a road consists of separated (divided) roadways, separate segments are used to model the center of each road surface.Each roadway feature has a unique identifier stored in the 'CL_ID' field. These values are used to relate each feature to other feature classes within the Public Works feature dataset that model associated areas, shoulders, medians, and verges. The remaining fields store data pertinent to Public Works operations and HUTF collection processes, and primarily describe the name, type, traffic operation, function, construction, and dimensions of each roadway.The CL_SEGMENTS geometry supports the linear referencing of features with m-coordinates. This feature class is not intended for geocoding applications, and therefore does not contain fields for the successful geocoding of feature locations, such as address ranges and zip codes.The source of each feature's geometry and spatial definition is identified in the 'GeoSource' field. Most features are derived from 6\" aerial imagery of the Town of Castle Rock, typically at a 1:200 scale. Features not collected from imagery are typically digitized from development record drawings, which are produced from the development firm's CAD data and recorded at a 1\" = 50' scale or greater.", "copyrightText": "", "editFieldsInfo": null, "ownershipBasedAccessControlForFeatures": null, "syncCanReturnChanges": true, "relationships": [ { "id": 0, "name": "Maint. Schedule", "relatedTableId": 1, "cardinality": "esriRelCardinalityOneToMany", "role": "esriRelRoleOrigin", "keyField": "CL_ID", "composite": true } ], "isDataVersioned": true, "isDataArchived": false, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsStatistics": true, "supportsAdvancedQueries": true, "supportsValidateSQL": true, "supportsCoordinatesQuantization": true, "supportsCalculate": false, "supportsDatumTransformation": true, "advancedQueryCapabilities": { "supportsPagination": true, "supportsTrueCurve": true, "supportsQueryWithDistance": true, "supportsReturningQueryExtent": true, "supportsStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsQueryWithResultType": true, "supportsReturningGeometryCentroid": false, "supportsSqlExpression": true, "supportsQueryWithDatumTransformation": true }, "extent": { "xmin": 3164221.345571384, "ymin": 1522918.577647388, "xmax": 3212640.8281285614, "ymax": 1589363.757748887, "spatialReference": { "wkid": 102654, "latestWkid": 2232, "vcsWkid": 105703, "latestVcsWkid": 6360 } }, "sourceSpatialReference": { "wkid": 102654, "latestWkid": 2232, "vcsWkid": 105703, "latestVcsWkid": 6360 }, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "CLtype", "field2": null, "field3": null, "defaultSymbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 108, 150, 255 ], "width": 1 }, "defaultLabel": "", "uniqueValueInfos": [ { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 15, 128, 0, 255 ], "width": 1 }, "value": "3", "label": "In Service", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 153, 92, 255 ], "width": 1 }, "value": "4", "label": "Out of Service", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 76, 0, 143, 255 ], "width": 1 }, "value": "1", "label": "Planned", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 98, 173, 0, 255 ], "width": 1 }, "value": "2", "label": "Platted", "description": "" } ], "fieldDelimiter": "," }, "transparency": 0, "labelingInfo": null }, "hasM": true, "hasZ": true, "enableZDefaults": false, "allowUpdateWithoutMValues": false, "allowGeometryUpdates": true, "allowTrueCurvesUpdates": false, "onlyAllowTrueCurveUpdatesByTrueCurveClients": false, "hasAttachments": false, "supportsApplyEditsWithGlobalIds": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "objectIdField": "OBJECTID", "globalIdField": "GlobalID", "displayField": "Name", "typeIdField": "CLtype", "subtypeField": "CLtype", "defaultSubtypeCode": 1, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "CL_ID", "type": "esriFieldTypeSmallInteger", "alias": "Centerline ID", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "CL_ID" }, { "name": "CLtype", "type": "esriFieldTypeSmallInteger", "alias": "Status", "domain": null, "editable": true, "nullable": true, "defaultValue": 1, "modelName": "SubType" }, { "name": "Name", "type": "esriFieldTypeString", "alias": "Roadway Name", "domain": null, "editable": true, "nullable": true, "length": 100, "defaultValue": null, "modelName": "Name" }, { "name": "Rt_Prefix", "type": "esriFieldTypeString", "alias": "Prefix", "domain": null, "editable": true, "nullable": true, "length": 3, "defaultValue": null, "modelName": "Rt_Prefix" }, { "name": "Route", "type": "esriFieldTypeString", "alias": "Route", "domain": null, "editable": true, "nullable": true, "length": 100, "defaultValue": null, "modelName": "Route" }, { "name": "Rt_Type", "type": "esriFieldTypeString", "alias": "Route Type", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "Rt_Type" }, { "name": "Rt_Suffix", "type": "esriFieldTypeString", "alias": "Suffix", "domain": null, "editable": true, "nullable": true, "length": 3, "defaultValue": null, "modelName": "Rt_Suffix" }, { "name": "From_Desc", "type": "esriFieldTypeString", "alias": "From Description", "domain": null, "editable": true, "nullable": true, "length": 55, "defaultValue": null, "modelName": "From_Desc" }, { "name": "Seg_Dir", "type": "esriFieldTypeString", "alias": "Segment Direction", "domain": { "type": "codedValue", "name": "PW Cardinal Dir", "description": "Roadway Segment Orientation", "codedValues": [ { "name": "North", "code": "N" }, { "name": "East", "code": "E" }, { "name": "South", "code": "S" }, { "name": "West", "code": "W" }, { "name": "Northeast", "code": "NE" }, { "name": "Southeast", "code": "SE" }, { "name": "Southwest", "code": "SW" }, { "name": "Northwest", "code": "NW" }, { "name": "Around", "code": "RBT" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 4, "defaultValue": null, "modelName": "Direction" }, { "name": "To_Desc", "type": "esriFieldTypeString", "alias": "To Description", "domain": null, "editable": true, "nullable": true, "length": 55, "defaultValue": null, "modelName": "To_Desc" }, { "name": "Length_mi", "type": "esriFieldTypeDouble", "alias": "Length (mi)", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Length_mi" }, { "name": "Surf_Type", "type": "esriFieldTypeString", "alias": "Surface Type", "domain": { "type": "codedValue", "name": "PW Surface Types", "description": "Pavement and Road Surface Types", "codedValues": [ { "name": "Gravel Surface", "code": "Gravel Surface" }, { "name": "Concrete Pavement", "code": "Concrete Pavement" }, { "name": "Unsurfaced", "code": "Unsurfaced" }, { "name": "Asphalt Pavement", "code": "Asphalt Pavement" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 40, "defaultValue": null, "modelName": "Surf_Type" }, { "name": "MinSurWDft", "type": "esriFieldTypeDouble", "alias": "Min. Surface Width (ft)", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Surf_Width" }, { "name": "Func_Class", "type": "esriFieldTypeString", "alias": "Functional Class", "domain": { "type": "codedValue", "name": "PW Functional Classes", "description": "Roadway Function Within the Traffic Network", "codedValues": [ { "name": "Industrial", "code": "Industrial" }, { "name": "Major Collector", "code": "Major Collector" }, { "name": "Minor Arterial", "code": "Minor Arterial" }, { "name": "Major Arterial", "code": "Major Arterial" }, { "name": "Local Residential", "code": "Local Residential" }, { "name": "Minor Collector", "code": "Minor Collector" }, { "name": "Local Mixed-Use", "code": "Local Mixed-Use" }, { "name": "Alley", "code": "Alley" }, { "name": "Fire Lane", "code": "Fire Lane" }, { "name": "Highway", "code": "Highway" }, { "name": "Interstate", "code": "Interstate" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 30, "defaultValue": null, "modelName": "Func_Class" }, { "name": "Operation", "type": "esriFieldTypeString", "alias": "Traffic Operation", "domain": { "type": "codedValue", "name": "PW Traffic Operation", "description": "Roadway Traffic Operation", "codedValues": [ { "name": "One-Way Traffic", "code": "One-Way" }, { "name": "Two-Way, Undivided", "code": "Two-Way" }, { "name": "Two-Way, Continuously Divided", "code": "Divided" }, { "name": "Two-Way, Partially Divided", "code": "Partial Divide" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "Operation" }, { "name": "ThruLn_Qty", "type": "esriFieldTypeString", "alias": "Through Lanes", "domain": { "type": "codedValue", "name": "PW Traffic Lanes", "description": "Number and Type of Roadway Through Lanes", "codedValues": [ { "name": "1 Through Lane", "code": "1" }, { "name": "2 Through Lanes", "code": "2" }, { "name": "3 Through Lanes", "code": "3" }, { "name": "4 Through Lanes", "code": "4" }, { "name": "5 Through Lanes", "code": "5" }, { "name": "1 Lane, No Outlet", "code": "1E" }, { "name": "1 Lane, Cul-de-Sac", "code": "1C" }, { "name": "2 Lanes, No Outlet", "code": "2E" }, { "name": "2 Lanes, Cul-de-Sac", "code": "2C" }, { "name": "6 Through Lanes", "code": "6" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 3, "defaultValue": "2", "modelName": "Traffic_Through_Lanes" }, { "name": "ThruLnWDft", "type": "esriFieldTypeDouble", "alias": "Lane Width (ft)", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Thru_Ln_WD" }, { "name": "Built_Yr", "type": "esriFieldTypeDate", "alias": "Build Date", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "Built_Yr" }, { "name": "Owner", "type": "esriFieldTypeString", "alias": "Owner", "domain": { "type": "codedValue", "name": "PW Jurisdictions", "description": "Jurisdictions for Public Works Assets", "codedValues": [ { "name": "Town of Castle Rock", "code": "ToCR" }, { "name": "Douglas County", "code": "County" }, { "name": "Colorado Dept. of Transportation", "code": "CDOT" }, { "name": "State of Colorado", "code": "State" }, { "name": "Homeowner's Association", "code": "HOA" }, { "name": "Private", "code": "Private" }, { "name": "Castle Rock Public Works", "code": "CR Public Works" }, { "name": "Castle Rock Parks & Rec.", "code": "CR Parks" }, { "name": "Castle Rock Golf Course Ent.", "code": "CR Golf" }, { "name": "Railroad", "code": "Railroad" }, { "name": "Castle Rock Water", "code": "CR Utilities" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "Owner" }, { "name": "Custodian", "type": "esriFieldTypeString", "alias": "Custodian", "domain": { "type": "codedValue", "name": "PW Jurisdictions", "description": "Jurisdictions for Public Works Assets", "codedValues": [ { "name": "Town of Castle Rock", "code": "ToCR" }, { "name": "Douglas County", "code": "County" }, { "name": "Colorado Dept. of Transportation", "code": "CDOT" }, { "name": "State of Colorado", "code": "State" }, { "name": "Homeowner's Association", "code": "HOA" }, { "name": "Private", "code": "Private" }, { "name": "Castle Rock Public Works", "code": "CR Public Works" }, { "name": "Castle Rock Parks & Rec.", "code": "CR Parks" }, { "name": "Castle Rock Golf Course Ent.", "code": "CR Golf" }, { "name": "Railroad", "code": "Railroad" }, { "name": "Castle Rock Water", "code": "CR Utilities" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "Custodian" }, { "name": "Snow_Class", "type": "esriFieldTypeString", "alias": "Snow Route Class", "domain": { "type": "codedValue", "name": "PW Snow Routes", "description": "Snow Plow Route Designation", "codedValues": [ { "name": "Not Plowed by ToCR", "code": "None" }, { "name": "Priority 1 Main Route", "code": "Priority 1" }, { "name": "Priority 2 Main Route", "code": "Priority 2" }, { "name": "Priority 3 Residential", "code": "Priority 3" }, { "name": "Priority 4 Residential", "code": "Priority 4" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 15, "defaultValue": null, "modelName": "Snow_Class" }, { "name": "AdminClass", "type": "esriFieldTypeSmallInteger", "alias": "HUTF Admin. Class", "domain": { "type": "codedValue", "name": "PW HUTF Admin Classes", "description": "HUTF Roadway Administration Classifications", "codedValues": [ { "name": "Planned Local Road", "code": 4 }, { "name": "Ineligible, Maintained by Others", "code": 8 }, { "name": "Ineligible, Not Maintained", "code": 9 }, { "name": "Non-Chargeable Miles", "code": 0 }, { "name": "Arterial Service", "code": 1 }, { "name": "Local Service", "code": 2 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "AdminClass" }, { "name": "HUTF_Rec", "type": "esriFieldTypeString", "alias": "HUTF Record", "domain": null, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "HUTF_Rec" }, { "name": "Snow_Route", "type": "esriFieldTypeSmallInteger", "alias": "Snow Route Num", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Snow_Route" }, { "name": "Maint_LnMi", "type": "esriFieldTypeDouble", "alias": "Lane Miles", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Maint_LnMi" }, { "name": "Snow_Operation", "type": "esriFieldTypeString", "alias": "Snow Operation", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "Snow_Operation" }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "domain": null, "editable": false, "nullable": false, "length": 38, "defaultValue": null, "modelName": "GlobalID" } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Shape" }, "indexes": [ { "name": "R142_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "GDB_7885_CL_ID", "fields": "CL_ID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_142", "fields": "GlobalID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_OID_142", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S94_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "types": [ { "id": 3, "name": "In Service", "domains": { "Seg_Dir": {"type": "inherited"}, "Surf_Type": {"type": "inherited"}, "Func_Class": {"type": "inherited"}, "Operation": {"type": "inherited"}, "ThruLn_Qty": {"type": "inherited"}, "Owner": {"type": "inherited"}, "Custodian": {"type": "inherited"}, "Snow_Class": {"type": "inherited"}, "AdminClass": {"type": "inherited"} }, "templates": [ { "name": "In Service", "description": "", "prototype": { "attributes": { "Snow_Operation": null, "Maint_LnMi": null, "CL_ID": null, "CLtype": 3, "Name": null, "Rt_Prefix": null, "Route": null, "Rt_Type": null, "Rt_Suffix": null, "From_Desc": null, "Seg_Dir": null, "To_Desc": null, "Length_mi": null, "Surf_Type": "Asphalt Pavement", "MinSurWDft": null, "Func_Class": "Local Residential", "Operation": "Two-Way", "ThruLn_Qty": "2", "ThruLnWDft": null, "Built_Yr": null, "Owner": "ToCR", "Custodian": "CR Public Works", "Snow_Class": null, "AdminClass": null, "HUTF_Rec": null, "Snow_Route": null } }, "drawingTool": "esriFeatureEditToolLine" } ] }, { "id": 4, "name": "Out of Service", "domains": { "Seg_Dir": {"type": "inherited"}, "Surf_Type": {"type": "inherited"}, "Func_Class": {"type": "inherited"}, "Operation": {"type": "inherited"}, "ThruLn_Qty": {"type": "inherited"}, "Owner": {"type": "inherited"}, "Custodian": {"type": "inherited"}, "Snow_Class": {"type": "inherited"}, "AdminClass": {"type": "inherited"} }, "templates": [ { "name": "Out of Service", "description": "", "prototype": { "attributes": { "Snow_Operation": null, "Maint_LnMi": null, "CL_ID": null, "CLtype": 4, "Name": null, "Rt_Prefix": null, "Route": null, "Rt_Type": null, "Rt_Suffix": null, "From_Desc": null, "Seg_Dir": null, "To_Desc": null, "Length_mi": null, "Surf_Type": null, "MinSurWDft": null, "Func_Class": null, "Operation": null, "ThruLn_Qty": "2", "ThruLnWDft": null, "Built_Yr": null, "Owner": null, "Custodian": null, "Snow_Class": null, "AdminClass": null, "HUTF_Rec": null, "Snow_Route": null } }, "drawingTool": "esriFeatureEditToolLine" } ] }, { "id": 1, "name": "Planned", "domains": { "Seg_Dir": {"type": "inherited"}, "Surf_Type": {"type": "inherited"}, "Func_Class": {"type": "inherited"}, "Operation": {"type": "inherited"}, "ThruLn_Qty": {"type": "inherited"}, "Owner": {"type": "inherited"}, "Custodian": {"type": "inherited"}, "Snow_Class": {"type": "inherited"}, "AdminClass": {"type": "inherited"} }, "templates": [ { "name": "Planned", "description": "", "prototype": { "attributes": { "Snow_Operation": null, "Maint_LnMi": null, "CL_ID": null, "CLtype": 1, "Name": null, "Rt_Prefix": null, "Route": null, "Rt_Type": null, "Rt_Suffix": null, "From_Desc": null, "Seg_Dir": null, "To_Desc": null, "Length_mi": null, "Surf_Type": null, "MinSurWDft": null, "Func_Class": null, "Operation": null, "ThruLn_Qty": "2", "ThruLnWDft": null, "Built_Yr": null, "Owner": null, "Custodian": null, "Snow_Class": null, "AdminClass": null, "HUTF_Rec": null, "Snow_Route": null } }, "drawingTool": "esriFeatureEditToolLine" } ] }, { "id": 2, "name": "Platted", "domains": { "Seg_Dir": {"type": "inherited"}, "Surf_Type": {"type": "inherited"}, "Func_Class": {"type": "inherited"}, "Operation": {"type": "inherited"}, "ThruLn_Qty": {"type": "inherited"}, "Owner": {"type": "inherited"}, "Custodian": {"type": "inherited"}, "Snow_Class": {"type": "inherited"}, "AdminClass": {"type": "inherited"} }, "templates": [ { "name": "Platted", "description": "", "prototype": { "attributes": { "Snow_Operation": null, "Maint_LnMi": null, "CL_ID": null, "CLtype": 2, "Name": null, "Rt_Prefix": null, "Route": null, "Rt_Type": null, "Rt_Suffix": null, "From_Desc": null, "Seg_Dir": null, "To_Desc": null, "Length_mi": null, "Surf_Type": null, "MinSurWDft": null, "Func_Class": null, "Operation": null, "ThruLn_Qty": "2", "ThruLnWDft": null, "Built_Yr": null, "Owner": null, "Custodian": null, "Snow_Class": null, "AdminClass": null, "HUTF_Rec": null, "Snow_Route": null } }, "drawingTool": "esriFeatureEditToolLine" } ] } ], "templates": [], "subtypes": [ { "code": 1, "name": "Planned", "defaultValues": { "CL_ID": null, "CLtype": 1, "Name": null, "Rt_Prefix": null, "Route": null, "Rt_Type": null, "Rt_Suffix": null, "From_Desc": null, "Seg_Dir": null, "To_Desc": null, "Length_mi": null, "Surf_Type": null, "MinSurWDft": null, "Func_Class": null, "Operation": null, "ThruLn_Qty": "2", "ThruLnWDft": null, "Built_Yr": null, "Owner": null, "Custodian": null, "Snow_Class": null, "AdminClass": null, "HUTF_Rec": null, "Snow_Route": null, "Maint_LnMi": null, "Snow_Operation": null, "GlobalID": null }, "domains": { "Seg_Dir": {"type": "inherited"}, "Surf_Type": {"type": "inherited"}, "Func_Class": {"type": "inherited"}, "Operation": {"type": "inherited"}, "ThruLn_Qty": {"type": "inherited"}, "Owner": {"type": "inherited"}, "Custodian": {"type": "inherited"}, "Snow_Class": {"type": "inherited"}, "AdminClass": {"type": "inherited"} } }, { "code": 2, "name": "Platted", "defaultValues": { "CL_ID": null, "CLtype": 2, "Name": null, "Rt_Prefix": null, "Route": null, "Rt_Type": null, "Rt_Suffix": null, "From_Desc": null, "Seg_Dir": null, "To_Desc": null, "Length_mi": null, "Surf_Type": null, "MinSurWDft": null, "Func_Class": null, "Operation": null, "ThruLn_Qty": "2", "ThruLnWDft": null, "Built_Yr": null, "Owner": null, "Custodian": null, "Snow_Class": null, "AdminClass": null, "HUTF_Rec": null, "Snow_Route": null, "Maint_LnMi": null, "Snow_Operation": null, "GlobalID": null }, "domains": { "Seg_Dir": {"type": "inherited"}, "Surf_Type": {"type": "inherited"}, "Func_Class": {"type": "inherited"}, "Operation": {"type": "inherited"}, "ThruLn_Qty": {"type": "inherited"}, "Owner": {"type": "inherited"}, "Custodian": {"type": "inherited"}, "Snow_Class": {"type": "inherited"}, "AdminClass": {"type": "inherited"} } }, { "code": 3, "name": "In Service", "defaultValues": { "CL_ID": null, "CLtype": 3, "Name": null, "Rt_Prefix": null, "Route": null, "Rt_Type": null, "Rt_Suffix": null, "From_Desc": null, "Seg_Dir": null, "To_Desc": null, "Length_mi": null, "Surf_Type": "Asphalt Pavement", "MinSurWDft": null, "Func_Class": "Local Residential", "Operation": "Two-Way", "ThruLn_Qty": "2", "ThruLnWDft": null, "Built_Yr": null, "Owner": "ToCR", "Custodian": "CR Public Works", "Snow_Class": null, "AdminClass": null, "HUTF_Rec": null, "Snow_Route": null, "Maint_LnMi": null, "Snow_Operation": null, "GlobalID": null }, "domains": { "Seg_Dir": {"type": "inherited"}, "Surf_Type": {"type": "inherited"}, "Func_Class": {"type": "inherited"}, "Operation": {"type": "inherited"}, "ThruLn_Qty": {"type": "inherited"}, "Owner": {"type": "inherited"}, "Custodian": {"type": "inherited"}, "Snow_Class": {"type": "inherited"}, "AdminClass": {"type": "inherited"} } }, { "code": 4, "name": "Out of Service", "defaultValues": { "CL_ID": null, "CLtype": 4, "Name": null, "Rt_Prefix": null, "Route": null, "Rt_Type": null, "Rt_Suffix": null, "From_Desc": null, "Seg_Dir": null, "To_Desc": null, "Length_mi": null, "Surf_Type": null, "MinSurWDft": null, "Func_Class": null, "Operation": null, "ThruLn_Qty": "2", "ThruLnWDft": null, "Built_Yr": null, "Owner": null, "Custodian": null, "Snow_Class": null, "AdminClass": null, "HUTF_Rec": null, "Snow_Route": null, "Maint_LnMi": null, "Snow_Operation": null, "GlobalID": null }, "domains": { "Seg_Dir": {"type": "inherited"}, "Surf_Type": {"type": "inherited"}, "Func_Class": {"type": "inherited"}, "Operation": {"type": "inherited"}, "ThruLn_Qty": {"type": "inherited"}, "Owner": {"type": "inherited"}, "Custodian": {"type": "inherited"}, "Snow_Class": {"type": "inherited"}, "AdminClass": {"type": "inherited"} } } ], "maxRecordCount": 1000, "supportedQueryFormats": "JSON, geoJSON", "capabilities": "Query", "useStandardizedQueries": true, "standardMaxRecordCount": 8000, "tileMaxRecordCount": 4000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1 } ], "tables": [ { "currentVersion": 10.81, "id": 1, "name": "Primary Maintenance Schedule", "type": "Table", "description": "", "copyrightText": "", "editFieldsInfo": null, "ownershipBasedAccessControlForFeatures": null, "syncCanReturnChanges": false, "relationships": [ { "id": 0, "name": "Centerline", "relatedTableId": 0, "cardinality": "esriRelCardinalityOneToMany", "role": "esriRelRoleDestination", "keyField": "CL_ID", "composite": true } ], "isDataVersioned": true, "isDataArchived": false, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsStatistics": true, "supportsAdvancedQueries": true, "supportsValidateSQL": true, "supportsCoordinatesQuantization": false, "supportsCalculate": false, "advancedQueryCapabilities": { "supportsPagination": true, "supportsTrueCurve": true, "supportsQueryWithDistance": true, "supportsReturningQueryExtent": true, "supportsStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsQueryWithResultType": true, "supportsReturningGeometryCentroid": false, "supportsSqlExpression": true }, "hasAttachments": false, "supportsApplyEditsWithGlobalIds": false, "htmlPopupType": "esriServerHTMLPopupTypeNone", "objectIdField": "OBJECTID", "globalIdField": "", "displayField": "Maint_Prgm", "typeIdField": "", "subtypeField": "", "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "CL_ID", "type": "esriFieldTypeSmallInteger", "alias": "Centerline ID", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "CL_ID" }, { "name": "From_M", "type": "esriFieldTypeSmallInteger", "alias": "From Measure", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "From_M" }, { "name": "To_M", "type": "esriFieldTypeDouble", "alias": "To Measure", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "To_M" }, { "name": "Offset", "type": "esriFieldTypeSmallInteger", "alias": "Offset", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Offset" }, { "name": "Maint_Prgm", "type": "esriFieldTypeString", "alias": "Maint. Program", "domain": { "type": "codedValue", "name": "PW Pave Maint Programs", "description": "Public Works Pavement Maint. Programs", "codedValues": [ { "name": "PMP Central Region", "code": "PMP Central Region" }, { "name": "PMP East Region", "code": "PMP East Region" }, { "name": "PMP North Region", "code": "PMP North Region" }, { "name": "PMP South Region", "code": "PMP South Region" }, { "name": "PMP West Region", "code": "PMP West Region" }, { "name": "PMP Primary Roadway", "code": "PMP Primary Roadway" }, { "name": "Downtown Dev Auth", "code": "Downtown Dev Auth" }, { "name": "Facility Maint Program", "code": "Facility Maint Program" }, { "name": "Not PMP Maintained", "code": "None" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 25, "defaultValue": null, "modelName": "Maint_Prgm" }, { "name": "Maint_Yr", "type": "esriFieldTypeString", "alias": "Maint. Year", "domain": { "type": "codedValue", "name": "PW Pave Maint Year", "description": "Schedule for Roadway Surface Maintenance", "codedValues": [ { "name": "2023", "code": "2023" }, { "name": "2024", "code": "2024" }, { "name": "2025", "code": "2025" }, { "name": "2026", "code": "2026" }, { "name": "2027", "code": "2027" }, { "name": "2028", "code": "2028" }, { "name": "2029", "code": "2029" }, { "name": "2030", "code": "2030" }, { "name": "As Needed", "code": "As Needed" }, { "name": "Not Maintained by ToCR", "code": "None" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 15, "defaultValue": null, "modelName": "Maint_Yr" }, { "name": "Pave_ID", "type": "esriFieldTypeSmallInteger", "alias": "Pavement ID", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Pave_ID" }, { "name": "Treatment", "type": "esriFieldTypeString", "alias": "Treatment", "domain": { "type": "codedValue", "name": "PW Pavement Treatments", "description": "Types of Pavement Treatment", "codedValues": [ { "name": "1.5in Mill and Overlay", "code": "1.5in Mill and Overlay" }, { "name": "3in Mill and Overlay", "code": "3in Mill and Overlay" }, { "name": "Asphalt Slurry Seal", "code": "Asphalt Slurry Seal" }, { "name": "Concrete Pavement Restoration", "code": "Concrete Pavement Restoration" }, { "name": "Crack Seal", "code": "Crack Seal" }, { "name": "Roadway Reconstruction", "code": "Roadway Reconstruction" }, { "name": "No Activity", "code": "No Activity" }, { "name": "2in Mill and Overlay", "code": "2in Mill and Overlay" }, { "name": "Concrete Pavement Preservation", "code": "Concrete Pavement Preservation" }, { "name": "Concrete Remove Replace", "code": "Concrete Remove Replace" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 30, "defaultValue": null, "modelName": "Treatment" } ], "indexes": [ { "name": "GDB_5807_CL_ID", "fields": "CL_ID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "R111_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" } ], "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "types": [], "templates": [ { "name": "Primary Maintenance Schedule", "description": "", "prototype": { "attributes": { "Pave_ID": null, "Treatment": null, "CL_ID": null, "From_M": null, "To_M": null, "Offset": null, "Maint_Prgm": null, "Maint_Yr": null } }, "drawingTool": "esriFeatureEditToolNone" } ], "maxRecordCount": 1000, "supportedQueryFormats": "JSON, geoJSON", "capabilities": "Query", "useStandardizedQueries": true, "standardMaxRecordCount": 32000, "tileMaxRecordCount": 1000, "maxRecordCountFactor": 1 } ] }