{ "currentVersion": 10.91, "cimVersion": "2.9.0", "id": 3, "name": "Pavement Line", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": true, "minScale": 0, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPolyline", "description": "PavementLine is a polyline feature class. Pavement records orginiated from the prod geodatabase and underwent editing to represent pavement records according to a PWs legacy spreadsheet. The geometry came from prod.GIS.Roads for all records before any manipulation. The spreadsheet determined the functional classification (collector, arterial, local) of each street segment. Collectors and arterials were merged into one single feature depending on the start and stop location of the spreadsheet, while local streets represent pavement segments between each intersection. After determining the spatial extent of each feature, the PWs legacy spreadsheet with maintanance history (overlay, reclamite, crackseal, and concrete dates) was joined based on the GIS LINK in the spreadsheet and LgRd_ASSET_ID in GIS. The ouput feature class was a layer with the correct spatial extent and maintanace history for each pavement segment. Following, a model built in GIS determined the cg_ToStreet and cg_FromStreet for each record.PavementLine records which have a functional classification of \"Local\" are associated to a neighorhood for PW to be able to preform work on all pavement segments in one neighorhood at a given time. Additioanlly, \"Collectors\" and \"Arterials\" under functional classificaiton do not have a neighborhood association as the entire line segment will be completed as repairs become due. As area is an important attribute for the PW STM division to report, it was calculated using the following equation:cg_AreaSqFt = cg_LengthFt* LgSs_AVG_WIDTH_FTThe cg_AreaSqFt was then divided by 9 to calculate cg_AreaSqYd.", "copyrightText": "City of Lakewood, Colorado", "editFieldsInfo": { "creationDateField": "created_date", "creatorField": "created_user", "editDateField": "last_edited_date", "editorField": "last_edited_user" }, "ownershipBasedAccessControlForFeatures": null, "syncCanReturnChanges": true, "relationships": [ { "id": 0, "name": "Neighborhood", "relatedTableId": 5, "cardinality": "esriRelCardinalityOneToMany", "role": "esriRelRoleDestination", "keyField": "cg_Neighborhood_fk", "composite": false } ], "isDataVersioned": true, "isDataArchived": false, "infoInEstimates": [ "extent" ], "isDataBranchVersioned": false, "isDataReplicaTracked": false, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportsValidateSQL": true, "supportsCoordinatesQuantization": true, "supportsQuantizationEditMode": true, "supportsCalculate": true, "supportsASyncCalculate": true, "supportsDatumTransformation": true, "advancedQueryCapabilities": { "supportsPagination": true, "supportsTrueCurve": true, "supportsQueryWithDistance": true, "supportsReturningQueryExtent": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsQueryWithResultType": true, "supportsReturningGeometryCentroid": false, "supportsSqlExpression": true, "supportsQueryWithDatumTransformation": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsQueryAnalytic": true }, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "advancedEditingCapabilities": { "supportedSqlFormatsInCalculate": [ "standard" ], "supportsAsyncApplyEdits": true }, "hasGeometryProperties": true, "geometryProperties": { "shapeLengthFieldName": "Shape__Length", "units": "esriFeet" }, "hasMetadata": true, "extent": { "xmin": 3085500.1096414775, "ymin": 1650334.40975748, "xmax": 3125763.079640299, "ymax": 1702652.7185064703, "spatialReference": { "wkid": 2877, "latestWkid": 2877, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -118767900, "falseY": -94525500, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "sourceSpatialReference": { "wkid": 2877, "latestWkid": 2877, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -118767900, "falseY": -94525500, "xyUnits": 3048.0060960121928, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 156, 156, 156, 255 ], "width": 1 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "hasM": false, "hasZ": false, "allowGeometryUpdates": true, "allowTrueCurvesUpdates": true, "onlyAllowTrueCurveUpdatesByTrueCurveClients": true, "hasAttachments": false, "supportsApplyEditsWithGlobalIds": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "objectIdField": "OBJECTID", "globalIdField": "GlobalID", "displayField": "lgRd_STREETNAME", "typeIdField": "", "subtypeField": "", "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "cg_CartegraphID", "type": "esriFieldTypeInteger", "alias": "cgCartegraphID", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "cgCartegraphID" }, { "name": "cg_Description", "type": "esriFieldTypeString", "alias": "cgDescription", "domain": null, "editable": true, "nullable": true, "length": 254, "defaultValue": null, "modelName": "Description" }, { "name": "cg_Street", "type": "esriFieldTypeString", "alias": "cgStreet", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "cgStreet" }, { "name": "cg_FromStreet", "type": "esriFieldTypeString", "alias": "cgFromStreet", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "cgFromStreet" }, { "name": "cg_ToStreet", "type": "esriFieldTypeString", "alias": "cg_ToStreet", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "cgToStreet" }, { "name": "cg_FunctionalClassification", "type": "esriFieldTypeString", "alias": "cgFunctionalClassification", "domain": { "type": "codedValue", "name": "PW_STM_PavementLine_cgFunctionalClassification", "description": "Functional classification for road type", "codedValues": [ { "name": "ALLEY", "code": "ALLEY" }, { "name": "COLLECTOR", "code": "COLLECTOR" }, { "name": "LOCAL", "code": "LOCAL" }, { "name": "PARK ROAD", "code": "PARK ROAD" }, { "name": "ARTERIAL", "code": "ARTERIAL" }, { "name": "PARKING LOT", "code": "PARKING LOT" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "cgFunctionalClassification" }, { "name": "cg_PavementClassification", "type": "esriFieldTypeString", "alias": "cgPavementClassification", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "cgPavementClassification" }, { "name": "cg_Neighborhood_fk", "type": "esriFieldTypeString", "alias": "cg_Neighborhood_fk", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "cg_Neighborhood_fk" }, { "name": "cg_Area", "type": "esriFieldTypeDouble", "alias": "cgArea", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "cgArea" }, { "name": "cg_Area_unit", "type": "esriFieldTypeString", "alias": "cgArea_unit", "domain": { "type": "codedValue", "name": "PW_STM_PavementLine_cgAreaUnit", "description": "Units for pavement area", "codedValues": [ { "name": "SQ FEET", "code": "SQ FEET" }, { "name": "ACRES", "code": "ACRES" }, { "name": "SQ YARDS", "code": "SQ YARDS" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "cgArea_unit" }, { "name": "cg_Area_source", "type": "esriFieldTypeString", "alias": "cgArea_source", "domain": { "type": "codedValue", "name": "PW_STM_PavementLine_cgAreaSource", "description": "", "codedValues": [ { "name": "Legacy PW Spreadsheet", "code": "Legacy PW Spreadsheet" }, { "name": "DRCOG Planimetrics", "code": "DRCOG Planimetrics" }, { "name": "LGSSAvgWidth x GISLength", "code": "LGSSAvgWidth x GISLength" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 25, "defaultValue": null, "modelName": "Area_source" }, { "name": "cg_Width", "type": "esriFieldTypeDouble", "alias": "cgWidth", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "cgWidth" }, { "name": "cg_Width_unit", "type": "esriFieldTypeString", "alias": "cgWidth_unit", "domain": { "type": "codedValue", "name": "PW_STM_PavementLine_cgWidthUnit", "description": "Units for pavement width", "codedValues": [ { "name": "FEET", "code": "FEET" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "cgWidth_unit" }, { "name": "cg_Width_source", "type": "esriFieldTypeString", "alias": "cgWidth_source", "domain": { "type": "codedValue", "name": "PW_STM_PavementLine_cgWithSource", "description": "", "codedValues": [ { "name": "Legacy PW Spreadsheet", "code": "Legacy PW Spreadsheet" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 25, "defaultValue": null, "modelName": "Width_source" }, { "name": "cg_Length", "type": "esriFieldTypeDouble", "alias": "cgLength", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "cgLength" }, { "name": "cg_Length_unit", "type": "esriFieldTypeString", "alias": "cgLength_unit", "domain": { "type": "codedValue", "name": "PW_STM_PavementLine_cgLengthUnit", "description": "Units for pavement length", "codedValues": [ { "name": "FEET", "code": "FEET" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "cgLength_unit" }, { "name": "cg_Length_source", "type": "esriFieldTypeString", "alias": "cgLength_source", "domain": { "type": "codedValue", "name": "PW_STM_PavementLine_cgLengthSource", "description": "", "codedValues": [ { "name": "Legacy PW Spreadsheet", "code": "Legacy PW Spreadsheet" }, { "name": "GIS LINE Shape_Length", "code": "GIS LINE Shape_Length" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 25, "defaultValue": null, "modelName": "Length_source" }, { "name": "cg_NumberofLanes", "type": "esriFieldTypeInteger", "alias": "cgNumberofLanes", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "cgNumberofLanes" }, { "name": "cg_Subdivision", "type": "esriFieldTypeString", "alias": "cgSubdivision", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "cgSubdivision" }, { "name": "cg_RightOfWayWidth", "type": "esriFieldTypeDouble", "alias": "cgRightOfWayWidth", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "cgRightOfWayWidth" }, { "name": "cg_RightOfWayWidth_unit", "type": "esriFieldTypeString", "alias": "cgRightOfWayWidth_unit", "domain": null, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "cgRightOfWayWidth_unit" }, { "name": "cg_RightOfWayWidth_source", "type": "esriFieldTypeString", "alias": "cgRightOfWayWidth_source", "domain": null, "editable": true, "nullable": true, "length": 25, "defaultValue": null, "modelName": "RightOfWayWidth_source" }, { "name": "cg_SpeedZone", "type": "esriFieldTypeDouble", "alias": "cgSpeedZone", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "cgSpeedZone" }, { "name": "cg_SpeedZone_unit", "type": "esriFieldTypeString", "alias": "cgSpeedZone_unit", "domain": null, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "cgSpeedZone_unit" }, { "name": "cg_Retired", "type": "esriFieldTypeDate", "alias": "cgRetired", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "cgRetired" }, { "name": "cg_Replaced", "type": "esriFieldTypeDate", "alias": "cgReplaced", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "cgReplaced" }, { "name": "cg_Installed", "type": "esriFieldTypeDate", "alias": "cgInstalled", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "cgInstalled" }, { "name": "cg_TotalCost", "type": "esriFieldTypeDouble", "alias": "cgTotalCost", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "cgTotalCost" }, { "name": "cg_ConditionGroup", "type": "esriFieldTypeString", "alias": "cgConditionGroup", "domain": null, "editable": true, "nullable": true, "length": 150, "defaultValue": null, "modelName": "cgConditionGroup" }, { "name": "cg_Jurisdiction", "type": "esriFieldTypeString", "alias": "cgJurisdiction", "domain": null, "editable": true, "nullable": true, "length": 35, "defaultValue": null, "modelName": "cgJurisdiction" }, { "name": "cg_Notes", "type": "esriFieldTypeString", "alias": "cgNotes", "domain": null, "editable": true, "nullable": true, "length": 500, "defaultValue": null, "modelName": "cgNotes" }, { "name": "cg_EstimatedOCI", "type": "esriFieldTypeDouble", "alias": "cgEstimatedOCI", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "cgEstimatedOCI" }, { "name": "cg_PredictionGroup", "type": "esriFieldTypeString", "alias": "cgPredictionGroup", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "cgPredictionGroup" }, { "name": "cg_LocationDescription", "type": "esriFieldTypeString", "alias": "cgLocationDescription", "domain": null, "editable": true, "nullable": true, "length": 500, "defaultValue": null, "modelName": "cgLocationDescription" }, { "name": "cg_EstimatedOCR", "type": "esriFieldTypeString", "alias": "cgEstimatedOCR", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "cgEstimatedOCR" }, { "name": "cg_EstimatedCCR", "type": "esriFieldTypeString", "alias": "cgEstimatedCCR", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "cgEstimatedCCR" }, { "name": "cg_CriticalityFactor", "type": "esriFieldTypeDouble", "alias": "cgCriticalityFactor", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "cgCriticalityFactor" }, { "name": "cg_CurrentInspectionID", "type": "esriFieldTypeString", "alias": "cgCurrentInspectionID", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "cgCurrentInspectionID" }, { "name": "cg_EstimatedCCI", "type": "esriFieldTypeDouble", "alias": "cgEstimatedCCI", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "cgEstimatedCCI" }, { "name": "cg_ActBefore", "type": "esriFieldTypeDate", "alias": "cgActBefore", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "cgActBefore" }, { "name": "cg_CurrentInspectionDate", "type": "esriFieldTypeDate", "alias": "cgCurrentInspectionDate", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "CurrentInspectionDate" }, { "name": "cg_CurrentInspectionOCI", "type": "esriFieldTypeDouble", "alias": "cgCurrentInspectionOCI", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "CurrentInspectionOCI" }, { "name": "cg_CurrentInspectionOCR", "type": "esriFieldTypeString", "alias": "cgCurrentInspectionOCR", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "CurrentInspectionOCR" }, { "name": "cg_CurrentInspectionNotes", "type": "esriFieldTypeString", "alias": "cgCurrentInspectionNotes", "domain": null, "editable": true, "nullable": true, "length": 500, "defaultValue": null, "modelName": "CurrentInspectionNotes" }, { "name": "lgRd_UNIQUE_ID", "type": "esriFieldTypeInteger", "alias": "lgRd_UNIQUE_ID", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "UNIQUE_ID" }, { "name": "lgRd_PREFIX", "type": "esriFieldTypeString", "alias": "lgRd_PREFIX", "domain": { "type": "codedValue", "name": "PW_STM_PavementLine_lgRd_StreetPrefix", "description": "Valid City street prefixes", "codedValues": [ { "name": "W", "code": "W" }, { "name": "S", "code": "S" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 2, "defaultValue": null, "modelName": "PREFIX" }, { "name": "lgRd_STREETNAME", "type": "esriFieldTypeString", "alias": "lgRd_STREETNAME", "domain": null, "editable": true, "nullable": true, "length": 48, "defaultValue": null, "modelName": "STREETNAME" }, { "name": "lgRd_STREETTYPE", "type": "esriFieldTypeString", "alias": "lgRd_STREETTYPE", "domain": { "type": "codedValue", "name": "PW_STM_PavementLine_lgRd_StreetType", "description": "Valid street types in the City", "codedValues": [ { "name": "AVE", "code": "AVE" }, { "name": "BLVD", "code": "BLVD" }, { "name": "CIR", "code": "CIR" }, { "name": "CT", "code": "CT" }, { "name": "DR", "code": "DR" }, { "name": "LN", "code": "LN" }, { "name": "PKWY", "code": "PKWY" }, { "name": "PL", "code": "PL" }, { "name": "RD", "code": "RD" }, { "name": "ST", "code": "ST" }, { "name": "WAY", "code": "WAY" }, { "name": "RAMP", "code": "RAMP" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 4, "defaultValue": null, "modelName": "STREETTYPE" }, { "name": "lgRd_SUFFIX", "type": "esriFieldTypeString", "alias": "lgRd_SUFFIX", "domain": null, "editable": true, "nullable": true, "length": 2, "defaultValue": null, "modelName": "SUFFIX" }, { "name": "lgRd_FULLNAME", "type": "esriFieldTypeString", "alias": "lgRd_FULLNAME", "domain": null, "editable": true, "nullable": true, "length": 80, "defaultValue": null, "modelName": "FULLNAME" }, { "name": "lgRd_CLASS", "type": "esriFieldTypeString", "alias": "lgRd_CLASS", "domain": { "type": "codedValue", "name": "PW_STM_PavementLine_lgRd_RoadClass", "description": "Valid categories of roadways based on volume and/or speed", "codedValues": [ { "name": "A10", "code": "A10" }, { "name": "A20", "code": "A20" }, { "name": "A30", "code": "A30" }, { "name": "A40", "code": "A40" }, { "name": "A50", "code": "A50" }, { "name": "A15", "code": "A15" }, { "name": "A45", "code": "A45" }, { "name": "A55", "code": "A55" }, { "name": "A11", "code": "A11" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 4, "defaultValue": null, "modelName": "CLASS" }, { "name": "lgRd_SNOW_ROUTE", "type": "esriFieldTypeString", "alias": "lgRd_SNOW_ROUTE", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "SNOW_ROUTE" }, { "name": "lgRd_COMMENT1", "type": "esriFieldTypeString", "alias": "lgRd_COMMENT1", "domain": null, "editable": true, "nullable": true, "length": 200, "defaultValue": null, "modelName": "COMMENT1" }, { "name": "lgRd_COMMENT2", "type": "esriFieldTypeString", "alias": "lgRd_COMMENT2", "domain": null, "editable": true, "nullable": true, "length": 200, "defaultValue": null, "modelName": "COMMENT2" }, { "name": "lgRd_ASSET_ID", "type": "esriFieldTypeString", "alias": "lgRd_ASSET_ID", "domain": null, "editable": true, "nullable": true, "length": 24, "defaultValue": null, "modelName": "ASSET_ID" }, { "name": "lgRd_ClassDescription", "type": "esriFieldTypeString", "alias": "lgRd_ClassDescription", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "ClassDescription" }, { "name": "lgSs_LINE", "type": "esriFieldTypeInteger", "alias": "lgSs_LINE", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "LINE" }, { "name": "lgSs_CLASS", "type": "esriFieldTypeString", "alias": "lgSs_CLASS", "domain": null, "editable": true, "nullable": true, "length": 1073741822, "defaultValue": null, "modelName": "CLASS" }, { "name": "lgSs_STREET", "type": "esriFieldTypeString", "alias": "lgSs_STREET", "domain": null, "editable": true, "nullable": true, "length": 1073741822, "defaultValue": null, "modelName": "STREET" }, { "name": "lgSs_FROM", "type": "esriFieldTypeString", "alias": "lgSs_FROM", "domain": null, "editable": true, "nullable": true, "length": 1073741822, "defaultValue": null, "modelName": "FROM_" }, { "name": "lgSs_TO", "type": "esriFieldTypeString", "alias": "lgSs_TO", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "SS_TO" }, { "name": "lgSs_CENTER_LINE_MILES", "type": "esriFieldTypeDouble", "alias": "lgSs_CENTER_LINE_MILES", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "CENTER_LINE_MILES" }, { "name": "derv_CENTER_LINE_MILES_DivSegCo", "type": "esriFieldTypeDouble", "alias": "derv_CENTER_LINE_MILES_DivSegCo", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "derv_CENTER_LINE_MILES_DivSegCount" }, { "name": "lgSs_TOTAL_LANE_MILES", "type": "esriFieldTypeDouble", "alias": "lgSs_TOTAL_LANE_MILES", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "TOTAL__LANE_MILES" }, { "name": "derv_TOTAL_LANE_MILES_DivSegCou", "type": "esriFieldTypeDouble", "alias": "derv_TOTAL_LANE_MILES_DivSegCou", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "derv_TOTAL_LANE_MILES_DivSegCount" }, { "name": "lgSs_AVG_WIDTH_FT", "type": "esriFieldTypeDouble", "alias": "lgSs_AVG_WIDTH_FT", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "AVG_WIDTH" }, { "name": "lgSs_LENGTH_FEET", "type": "esriFieldTypeDouble", "alias": "lgSs_LENGTH_FEET", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "LENGTH_FEET" }, { "name": "derv_LENGTH_FEET_DivSegCount", "type": "esriFieldTypeDouble", "alias": "derv_LENGTH_FEET_DivSegCount", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "derv_LENGTH_FEET_DivSegCount" }, { "name": "lgSs_SQUARE_YARD_PAVEMENT", "type": "esriFieldTypeDouble", "alias": "lgSs_SQUARE_YARD_PAVEMENT", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "SQUARE_YARD_PAVEMENT" }, { "name": "derv_SQUARE_YARD_PAVEMENT_DivSe", "type": "esriFieldTypeDouble", "alias": "derv_SQUARE_YARD_PAVEMENT_DivSe", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "derv_SQUARE_YARD_PAVEMENT_DivSegCount" }, { "name": "lgSs_LAST_CONCRETE_YEAR", "type": "esriFieldTypeDate", "alias": "lgSs_LAST_CONCRETE_YEAR", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "lgSs_LAST_CONCRETE_YEAR" }, { "name": "lgSs_LAST_OVERLAY_YEAR", "type": "esriFieldTypeDate", "alias": "lgSs_LAST_OVERLAY_YEAR", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "lgSs_LAST_OVERLAY_YEAR" }, { "name": "lgSs_LAST_RECLAMITE_YEAR", "type": "esriFieldTypeDate", "alias": "lgSs_LAST_RECLAMITE_YEAR", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "lgSs_LAST_RECLAMITE_YEAR" }, { "name": "lgSs_LAST_CRACKSEAL_YEAR", "type": "esriFieldTypeDate", "alias": "lgSs_LAST_CRACKSEAL_YEAR", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "lgSs_LAST_CRACKSEAL_YEAR" }, { "name": "lgSs_NEXT_CONCRETE_YEAR", "type": "esriFieldTypeDate", "alias": "lgSs_NEXT_CONCRETE_YEAR", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "lgSs_NEXT_CONCRETE_YEAR" }, { "name": "lgSs_NEXT_OVERLAY_YEAR", "type": "esriFieldTypeDate", "alias": "lgSs_NEXT_OVERLAY_YEAR", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "lgSs_NEXT_OVERLAY_YEAR" }, { "name": "lgSs_NEXT_RECLAMITE_YEAR", "type": "esriFieldTypeDate", "alias": "lgSs_NEXT_RECLAMITE_YEAR", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "lgSs_NEXT_RECLAMITE_YEAR" }, { "name": "lgSs_NEXT_CRACKSEAL_YEAR", "type": "esriFieldTypeDate", "alias": "lgSs_NEXT_CRACKSEAL_YEAR", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "lgSs_NEXT_CRACKSEAL_YEAR" }, { "name": "lgSs_GENERAL_CONDITION", "type": "esriFieldTypeString", "alias": "lgSs_GENERAL_CONDITION", "domain": null, "editable": true, "nullable": true, "length": 900, "defaultValue": null, "modelName": "GENERAL_CONDITION" }, { "name": "lgSs_YEAR_RATED", "type": "esriFieldTypeInteger", "alias": "lgSs_YEAR_RATED", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "YEAR_RATED" }, { "name": "lgSs_GISLINK", "type": "esriFieldTypeString", "alias": "lgSs_GISLINK", "domain": null, "editable": true, "nullable": true, "length": 100, "defaultValue": null, "modelName": "GISLINK" }, { "name": "lgSs_Zone", "type": "esriFieldTypeInteger", "alias": "lgSs_Zone", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "SS_Zone" }, { "name": "derv_SamsNotesForPWs", "type": "esriFieldTypeString", "alias": "derv_SamsNotesForPWs", "domain": null, "editable": true, "nullable": true, "length": 200, "defaultValue": null, "modelName": "NotesForPWs" }, { "name": "derv_RdSegsCount", "type": "esriFieldTypeSmallInteger", "alias": "derv_RdSegsCount", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "derv_RdSegsCount" }, { "name": "derv_BlockNo", "type": "esriFieldTypeInteger", "alias": "derv_BlockNo", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "derv_BlockNo" }, { "name": "derv_BlockName", "type": "esriFieldTypeString", "alias": "derv_BlockName", "domain": null, "editable": true, "nullable": true, "length": 100, "defaultValue": null, "modelName": "derv_BlockName" }, { "name": "derv_Seg2BlockCount", "type": "esriFieldTypeSmallInteger", "alias": "derv_Seg2BlockCount", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "derv_Seg2BlockCount" }, { "name": "derv_FutureCartegraphID", "type": "esriFieldTypeInteger", "alias": "derv_FutureCartegraphID", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "derv_FutureCartegraphID" }, { "name": "created_user", "type": "esriFieldTypeString", "alias": "created_user", "domain": null, "editable": false, "nullable": true, "length": 255, "defaultValue": null, "modelName": "created_user" }, { "name": "created_date", "type": "esriFieldTypeDate", "alias": "created_date", "domain": null, "editable": false, "nullable": true, "length": 8, "defaultValue": null, "modelName": "created_date" }, { "name": "last_edited_user", "type": "esriFieldTypeString", "alias": "last_edited_user", "domain": null, "editable": false, "nullable": true, "length": 255, "defaultValue": null, "modelName": "last_edited_user" }, { "name": "last_edited_date", "type": "esriFieldTypeDate", "alias": "last_edited_date", "domain": null, "editable": false, "nullable": true, "length": 8, "defaultValue": null, "modelName": "last_edited_date" }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "domain": null, "editable": false, "nullable": false, "length": 38, "defaultValue": null, "modelName": "GlobalID" }, { "name": "cg_AreaSqFt", "type": "esriFieldTypeDouble", "alias": "cg_AreaSqFt", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "cg_AreaSqFt" }, { "name": "cg_AreaSqYd", "type": "esriFieldTypeDouble", "alias": "cg_AreaSqYd", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "cg_AreaSqYd" }, { "name": "cg_LengthFt", "type": "esriFieldTypeDouble", "alias": "cg_LengthFt", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "cg_LengthFt" }, { "name": "cg_WidthFt", "type": "esriFieldTypeDouble", "alias": "cg_WidthFt", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "cg_WidthFt" }, { "name": "cg_LaneMiles", "type": "esriFieldTypeDouble", "alias": "cg_LaneMiles", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "cg_LaneMiles" }, { "name": "cg_CenterlineMiles", "type": "esriFieldTypeDouble", "alias": "cg_CenterlineMiles", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "cg_CenterlineMiles" }, { "name": "cgOid", "type": "esriFieldTypeString", "alias": "cgOid", "domain": null, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "cgOid" }, { "name": "cgURL", "type": "esriFieldTypeString", "alias": "cgURL", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "cgURL" }, { "name": "gisURL", "type": "esriFieldTypeString", "alias": "gisURL", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "gisURL" }, { "name": "PaveOpts2020", "type": "esriFieldTypeString", "alias": "2020 Paving Operations", "domain": { "type": "codedValue", "name": "PW_STM_PavementX_PavOpts20XX", "description": "Code", "codedValues": [ { "name": "Sealcoating", "code": "Sealcoating" }, { "name": "Concrete Repair", "code": "Concrete Repair" }, { "name": "Concrete Repair and Asphalt Overlay", "code": "Concrete Repair and Asphalt Overlay" }, { "name": "Asphalt Resurfacing or Overlay", "code": "Asphalt Resurfacing or Overlay" }, { "name": "Not Scheduled For Maintenance ", "code": "Not Scheduled For Maintenance " }, { "name": "Rejuvenation", "code": "Rejuvenation" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "PaveOpts2020" }, { "name": "PaveOpts2021", "type": "esriFieldTypeString", "alias": "2021 Paving Operations", "domain": { "type": "codedValue", "name": "PW_STM_PavementX_PavOpts20XX", "description": "Code", "codedValues": [ { "name": "Sealcoating", "code": "Sealcoating" }, { "name": "Concrete Repair", "code": "Concrete Repair" }, { "name": "Concrete Repair and Asphalt Overlay", "code": "Concrete Repair and Asphalt Overlay" }, { "name": "Asphalt Resurfacing or Overlay", "code": "Asphalt Resurfacing or Overlay" }, { "name": "Not Scheduled For Maintenance ", "code": "Not Scheduled For Maintenance " }, { "name": "Rejuvenation", "code": "Rejuvenation" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "PaveOpts2021" }, { "name": "PaveOpts2022", "type": "esriFieldTypeString", "alias": "2022 Paving Operations", "domain": { "type": "codedValue", "name": "PW_STM_PavementX_PavOpts20XX", "description": "Code", "codedValues": [ { "name": "Sealcoating", "code": "Sealcoating" }, { "name": "Concrete Repair", "code": "Concrete Repair" }, { "name": "Concrete Repair and Asphalt Overlay", "code": "Concrete Repair and Asphalt Overlay" }, { "name": "Asphalt Resurfacing or Overlay", "code": "Asphalt Resurfacing or Overlay" }, { "name": "Not Scheduled For Maintenance ", "code": "Not Scheduled For Maintenance " }, { "name": "Rejuvenation", "code": "Rejuvenation" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "PaveOpts2022" }, { "name": "PaveOpts2023", "type": "esriFieldTypeString", "alias": "2023 Paving Operations", "domain": { "type": "codedValue", "name": "PW_STM_PavementX_PavOpts20XX", "description": "Code", "codedValues": [ { "name": "Sealcoating", "code": "Sealcoating" }, { "name": "Concrete Repair", "code": "Concrete Repair" }, { "name": "Concrete Repair and Asphalt Overlay", "code": "Concrete Repair and Asphalt Overlay" }, { "name": "Asphalt Resurfacing or Overlay", "code": "Asphalt Resurfacing or Overlay" }, { "name": "Not Scheduled For Maintenance ", "code": "Not Scheduled For Maintenance " }, { "name": "Rejuvenation", "code": "Rejuvenation" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "PaveOpts2023" }, { "name": "PaveOpts2024", "type": "esriFieldTypeString", "alias": "2024 Paving Operations", "domain": { "type": "codedValue", "name": "PW_STM_PavementX_PavOpts20XX", "description": "Code", "codedValues": [ { "name": "Sealcoating", "code": "Sealcoating" }, { "name": "Concrete Repair", "code": "Concrete Repair" }, { "name": "Concrete Repair and Asphalt Overlay", "code": "Concrete Repair and Asphalt Overlay" }, { "name": "Asphalt Resurfacing or Overlay", "code": "Asphalt Resurfacing or Overlay" }, { "name": "Not Scheduled For Maintenance ", "code": "Not Scheduled For Maintenance " }, { "name": "Rejuvenation", "code": "Rejuvenation" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "PaveOpts2024" }, { "name": "PaveOpts2025", "type": "esriFieldTypeString", "alias": "2025 Paving Operations", "domain": { "type": "codedValue", "name": "PW_STM_PavementX_PavOpts20XX", "description": "Code", "codedValues": [ { "name": "Sealcoating", "code": "Sealcoating" }, { "name": "Concrete Repair", "code": "Concrete Repair" }, { "name": "Concrete Repair and Asphalt Overlay", "code": "Concrete Repair and Asphalt Overlay" }, { "name": "Asphalt Resurfacing or Overlay", "code": "Asphalt Resurfacing or Overlay" }, { "name": "Not Scheduled For Maintenance ", "code": "Not Scheduled For Maintenance " }, { "name": "Rejuvenation", "code": "Rejuvenation" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "PaveOpts2025" }, { "name": "cg_StreetSweepingZone", "type": "esriFieldTypeString", "alias": "cg_StreetSweepingZone", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "cg_StreetSweepingZone" }, { "name": "Shape__Length", "type": "esriFieldTypeDouble", "alias": "Shape.STLength()", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "Shape.STLength()" } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Shape" }, "indexes": [ { "name": "R88_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_88", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "G655cg_Cartegrap", "fields": "cg_CartegraphID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "G655cg_Neighborh", "fields": "cg_Neighborhood_fk", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_88", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S77_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "datesInUnknownTimezone": false, "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "preferredTimeReference": null, "types": [], "templates": [ { "name": "Pavement Line", "description": "", "prototype": { "attributes": { "cg_StreetSweepingZone": null, "PaveOpts2025": null, "cg_CartegraphID": null, "cg_Description": null, "cg_Street": null, "cg_FromStreet": null, "cg_ToStreet": null, "cg_FunctionalClassification": null, "cg_PavementClassification": null, "cg_Neighborhood_fk": null, "cg_Area": null, "cg_Area_unit": null, "cg_Area_source": null, "cg_Width": null, "cg_Width_unit": null, "cg_Width_source": null, "cg_Length": null, "cg_Length_unit": null, "cg_Length_source": null, "cg_NumberofLanes": null, "cg_Subdivision": null, "cg_RightOfWayWidth": null, "cg_RightOfWayWidth_unit": null, "cg_RightOfWayWidth_source": null, "cg_SpeedZone": null, "cg_SpeedZone_unit": null, "cg_Retired": null, "cg_Replaced": null, "cg_Installed": null, "cg_TotalCost": null, "cg_ConditionGroup": null, "cg_Jurisdiction": null, "cg_Notes": null, "cg_EstimatedOCI": null, "cg_PredictionGroup": null, "cg_LocationDescription": null, "cg_EstimatedOCR": null, "cg_EstimatedCCR": null, "cg_CriticalityFactor": null, "cg_CurrentInspectionID": null, "cg_EstimatedCCI": null, "cg_ActBefore": null, "cg_CurrentInspectionDate": null, "cg_CurrentInspectionOCI": null, "cg_CurrentInspectionOCR": null, "cg_CurrentInspectionNotes": null, "lgRd_UNIQUE_ID": null, "lgRd_PREFIX": null, "lgRd_STREETNAME": null, "lgRd_STREETTYPE": null, "lgRd_SUFFIX": null, "lgRd_FULLNAME": null, "lgRd_CLASS": null, "lgRd_SNOW_ROUTE": null, "lgRd_COMMENT1": null, "lgRd_COMMENT2": null, "lgRd_ASSET_ID": null, "lgRd_ClassDescription": null, "lgSs_LINE": null, "lgSs_CLASS": null, "lgSs_STREET": null, "lgSs_FROM": null, "lgSs_TO": null, "lgSs_CENTER_LINE_MILES": null, "derv_CENTER_LINE_MILES_DivSegCo": null, "lgSs_TOTAL_LANE_MILES": null, "derv_TOTAL_LANE_MILES_DivSegCou": null, "lgSs_AVG_WIDTH_FT": null, "lgSs_LENGTH_FEET": null, "derv_LENGTH_FEET_DivSegCount": null, "lgSs_SQUARE_YARD_PAVEMENT": null, "derv_SQUARE_YARD_PAVEMENT_DivSe": null, "lgSs_LAST_CONCRETE_YEAR": null, "lgSs_LAST_OVERLAY_YEAR": null, "lgSs_LAST_RECLAMITE_YEAR": null, "lgSs_LAST_CRACKSEAL_YEAR": null, "lgSs_NEXT_CONCRETE_YEAR": null, "lgSs_NEXT_OVERLAY_YEAR": null, "lgSs_NEXT_RECLAMITE_YEAR": null, "lgSs_NEXT_CRACKSEAL_YEAR": null, "lgSs_GENERAL_CONDITION": null, "lgSs_YEAR_RATED": null, "lgSs_GISLINK": null, "lgSs_Zone": null, "derv_SamsNotesForPWs": null, "derv_RdSegsCount": null, "derv_BlockNo": null, "derv_BlockName": null, "derv_Seg2BlockCount": null, "derv_FutureCartegraphID": null, "PaveOpts2023": null, "PaveOpts2022": null, "PaveOpts2021": null, "PaveOpts2020": null, "PaveOpts2024": null, "cg_AreaSqFt": null, "cg_AreaSqYd": null, "cg_LengthFt": null, "cg_WidthFt": null, "cg_LaneMiles": null, "cg_CenterlineMiles": null, "cgOid": null, "cgURL": null, "gisURL": null } }, "drawingTool": "esriFeatureEditToolLine" } ], "maxRecordCount": 2000, "supportedQueryFormats": "JSON, geoJSON, PBF", "supportedExportFormats": "sqlite,filegdb", "capabilities": "Query", "useStandardizedQueries": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "standardMaxRecordCount": 8000, "tileMaxRecordCount": 4000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1, "serviceItemId": "b417153c6b764a4c95a12bfa9594adeb" }