{ "layers": [ { "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" }, { "currentVersion": 10.91, "cimVersion": "2.9.0", "id": 5, "name": "Neighborhood", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": true, "minScale": 0, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPolygon", "description": "The Neighborhood feature class is a polygon layer. Originating in the prod geodatabase, this feature class was updated in 2018 with new neighborhoods to include all parts of the city boundary. Previously, there were areas within the city boundary with no neighborhood designation. Therefore, seven new neighborhoods were added (PRK, OPS, KIP, GMT, FED, BCG, and ACD) and previous neighborhoods were spatially updated. The neighborhood feature class is intended to be used for pavement maintance by the City of Lakewood PW STM Division. Collectors and arterials are therefore not associated with any neighborhood polygon as they generally extend past multiple neighborhoods. The STM approach of using neighborhoods with local pavement records is to restore, repair, and rehabilitate all pavement segments within one neighborhood at the same time. ", "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": "Pavement", "relatedTableId": 3, "cardinality": "esriRelCardinalityOneToMany", "role": "esriRelRoleOrigin", "keyField": "cgID_Neighborhood", "composite": false }, { "id": 1, "name": "PavementArea", "relatedTableId": 4, "cardinality": "esriRelCardinalityOneToMany", "role": "esriRelRoleOrigin", "keyField": "cgID_Neighborhood", "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": true, "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": { "shapeAreaFieldName": "Shape__Area", "shapeLengthFieldName": "Shape__Length", "units": "esriFeet" }, "hasMetadata": true, "extent": { "xmin": 3084438.7006750554, "ymin": 1650401.417169392, "xmax": 3125769.499903053, "ymax": 1702665.790002644, "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": "esriSFS", "style": "esriSFSSolid", "color": [ 252, 186, 238, 0 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 2 } } }, "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": "cgID_Neighborhood", "typeIdField": "", "subtypeField": "", "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "cgID_Neighborhood", "type": "esriFieldTypeString", "alias": "cgID_Neighborhood", "domain": null, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "cgID_Neighborhood" }, { "name": "StreetSweepingZone", "type": "esriFieldTypeString", "alias": "StreetSweepingZone", "domain": null, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "StreetSweepingZone" }, { "name": "Numberhood", "type": "esriFieldTypeSmallInteger", "alias": "Numberhood", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Numberhood" }, { "name": "Letterhood", "type": "esriFieldTypeString", "alias": "Letterhood", "domain": null, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "Letterhood" }, { "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": "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": "Shape__Area", "type": "esriFieldTypeDouble", "alias": "Shape.STArea()", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "Shape.STArea()" }, { "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": "R104_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_104", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "G671cgID_Neighbo", "fields": "cgID_Neighborhood", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_104", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S93_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "datesInUnknownTimezone": false, "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "preferredTimeReference": null, "types": [], "templates": [ { "name": "Neighborhood", "description": "", "prototype": { "attributes": { "PaveOpts2024": null, "PaveOpts2025": null, "cgID_Neighborhood": null, "StreetSweepingZone": null, "Numberhood": null, "Letterhood": null, "PaveOpts2022": null, "PaveOpts2021": null, "PaveOpts2020": null, "gisURL": null, "PaveOpts2023": null, "cgOid": null, "cgURL": null } }, "drawingTool": "esriFeatureEditToolPolygon" } ], "maxRecordCount": 2000, "supportedQueryFormats": "JSON, geoJSON, PBF", "supportedExportFormats": "sqlite,filegdb", "capabilities": "Query", "useStandardizedQueries": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "standardMaxRecordCount": 4000, "tileMaxRecordCount": 4000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1, "serviceItemId": "b417153c6b764a4c95a12bfa9594adeb" }, { "currentVersion": 10.91, "cimVersion": "2.9.0", "id": 4, "name": "Pavement Area", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": true, "minScale": 0, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPolygon", "description": "PavementArea is a polygon layer. The feature class includes parking lots, paved or unpaved, in the city where cars and other vechiles may be left temporarily. The feature class data orginiated in the prod geodatabase. Conditional data and maintanance history from the PWs Legacy spreadsheet was joined based on lgSS_GISLINK in the spreadsheet and pl_PUBWORKS_NAME in GIS. A quality assurance process was then preformed to relate all parking lot records to their associated neighborhood, depending on its spatial location. PavementArea is intended to be repaired and rehabilitated at the same time as local streets in the same neighborhood.", "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": 1, "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": true, "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": { "shapeAreaFieldName": "Shape__Area", "shapeLengthFieldName": "Shape__Length", "units": "esriFeet" }, "hasMetadata": true, "extent": { "xmin": 3086224.641328886, "ymin": 1660047.2469590604, "xmax": 3125318.0188506395, "ymax": 1700711.4530320615, "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": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 255, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } } }, "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": "pl_GlobalID", "displayField": "pl_PUBWORKS_NAME", "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": "CartegraphID", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "CartegraphID" }, { "name": "cg_Area", "type": "esriFieldTypeDouble", "alias": "cg_Area", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "cg_Area" }, { "name": "cg_Area_unit", "type": "esriFieldTypeString", "alias": "cg_Area_unit", "domain": null, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "cg_Area_unit" }, { "name": "cg_Description", "type": "esriFieldTypeString", "alias": "cg_Description", "domain": null, "editable": true, "nullable": true, "length": 254, "defaultValue": null, "modelName": "cg_Description" }, { "name": "cg_Neighborhood_fk", "type": "esriFieldTypeString", "alias": "cg_Neighborhood_fk", "domain": null, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "cg_Neighborhood_fk" }, { "name": "cg_Width", "type": "esriFieldTypeDouble", "alias": "cg_Width", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "cg_Width" }, { "name": "cg_Width_unit", "type": "esriFieldTypeString", "alias": "cg_Width_unit", "domain": null, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "cg_Width_unit" }, { "name": "cg_NumberofLanes", "type": "esriFieldTypeInteger", "alias": "cg_NumberofLanes", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "cg_NumberofLanes" }, { "name": "cg_FunctionalClassification", "type": "esriFieldTypeString", "alias": "cg_FunctionalClassification", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "cg_FunctionalClassification" }, { "name": "cg_PavementClassification", "type": "esriFieldTypeString", "alias": "cg_PavementClassification", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "cg_PavementClassification" }, { "name": "cg_Subdivision", "type": "esriFieldTypeString", "alias": "cg_Subdivision", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "cg_Subdivision" }, { "name": "cg_Length", "type": "esriFieldTypeDouble", "alias": "cg_Length", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "cg_Length" }, { "name": "cg_Length_unit", "type": "esriFieldTypeString", "alias": "cg_Length_unit", "domain": null, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "cg_Length_unit" }, { "name": "cg_RightOfWayWidth", "type": "esriFieldTypeDouble", "alias": "cg_RightOfWayWidth", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "cg_RightOfWayWidth" }, { "name": "cg_RightOfWayWidth_unit", "type": "esriFieldTypeString", "alias": "cg_RightOfWayWidth_unit", "domain": null, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "cg_RightOfWayWidth_unit" }, { "name": "cg_SpeedZone", "type": "esriFieldTypeDouble", "alias": "cg_SpeedZone", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "cg_SpeedZone" }, { "name": "cg_SpeedZone_unit", "type": "esriFieldTypeString", "alias": "cg_SpeedZone_unit", "domain": null, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "cg_SpeedZone_unit" }, { "name": "cg_Retired", "type": "esriFieldTypeDate", "alias": "cg_Retired", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "cg_Retired" }, { "name": "cg_Replaced", "type": "esriFieldTypeDate", "alias": "cg_Replaced", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "cg_Replaced" }, { "name": "cg_Installed", "type": "esriFieldTypeDate", "alias": "cg_Installed", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "cg_Installed" }, { "name": "cg_TotalCost", "type": "esriFieldTypeDouble", "alias": "cg_TotalCost", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "cg_TotalCost" }, { "name": "cg_ConditionGroup", "type": "esriFieldTypeString", "alias": "cg_ConditionGroup", "domain": null, "editable": true, "nullable": true, "length": 150, "defaultValue": null, "modelName": "cg_ConditionGroup" }, { "name": "cg_Jurisdiction", "type": "esriFieldTypeString", "alias": "cg_Jurisdiction", "domain": null, "editable": true, "nullable": true, "length": 35, "defaultValue": null, "modelName": "cg_Jurisdiction" }, { "name": "cg_Notes", "type": "esriFieldTypeString", "alias": "cg_Notes", "domain": null, "editable": true, "nullable": true, "length": 500, "defaultValue": null, "modelName": "cg_Notes" }, { "name": "cg_EstimatedOCI", "type": "esriFieldTypeDouble", "alias": "cg_EstimatedOCI", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "cg_EstimatedOCI" }, { "name": "cg_PredictionGroup", "type": "esriFieldTypeString", "alias": "cg_PredictionGroup", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "cg_PredictionGroup" }, { "name": "cg_LocationDescription", "type": "esriFieldTypeString", "alias": "cg_LocationDescription", "domain": null, "editable": true, "nullable": true, "length": 500, "defaultValue": null, "modelName": "cg_LocationDescription" }, { "name": "cg_EstimatedOCR", "type": "esriFieldTypeString", "alias": "cg_EstimatedOCR", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "cg_EstimatedOCR" }, { "name": "cg_EstimatedCCR", "type": "esriFieldTypeString", "alias": "cg_EstimatedCCR", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "cg_EstimatedCCR" }, { "name": "cg_CriticalityFactor", "type": "esriFieldTypeDouble", "alias": "cg_CriticalityFactor", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "cg_CriticalityFactor" }, { "name": "cg_CurrentInspectionID", "type": "esriFieldTypeString", "alias": "cg_CurrentInspectionID", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "cg_CurrentInspectionID" }, { "name": "cg_EstimatedCCI", "type": "esriFieldTypeDouble", "alias": "cg_EstimatedCCI", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "cg_EstimatedCCI" }, { "name": "cg_ActBefore", "type": "esriFieldTypeDate", "alias": "cg_ActBefore", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "cg_ActBefore" }, { "name": "cg_County", "type": "esriFieldTypeString", "alias": "cg_County", "domain": null, "editable": true, "nullable": true, "length": 32, "defaultValue": null, "modelName": "cg_County" }, { "name": "cg_Street", "type": "esriFieldTypeString", "alias": "cg_Street", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "cg_Street" }, { "name": "cg_StateValue", "type": "esriFieldTypeString", "alias": "cg_StateValue", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "cg_StateValue" }, { "name": "cg_City", "type": "esriFieldTypeString", "alias": "cg_City", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "cg_City" }, { "name": "cg_CurrentInspectionDate", "type": "esriFieldTypeDate", "alias": "CurrentInspectionDate", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "CurrentInspectionDate" }, { "name": "cg_CurrentInspectionOCI", "type": "esriFieldTypeDouble", "alias": "CurrentInspectionOCI", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "CurrentInspectionOCI" }, { "name": "cg_CurrentInspectionOCR", "type": "esriFieldTypeString", "alias": "CurrentInspectionOCR", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "CurrentInspectionOCR" }, { "name": "cg_CurrentInspectionNotes", "type": "esriFieldTypeString", "alias": "CurrentInspectionNotes", "domain": null, "editable": true, "nullable": true, "length": 500, "defaultValue": null, "modelName": "CurrentInspectionNotes" }, { "name": "pl_UNIQUE_ID", "type": "esriFieldTypeInteger", "alias": "pl_UNIQUE_ID", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "UNIQUE_ID" }, { "name": "pl_CUSTODIAN", "type": "esriFieldTypeString", "alias": "pl_CUSTODIAN", "domain": null, "editable": true, "nullable": true, "length": 48, "defaultValue": null, "modelName": "CUSTODIAN" }, { "name": "pl_PUBWORKS_NAME", "type": "esriFieldTypeString", "alias": "pl_PUBWORKS_NAME", "domain": null, "editable": true, "nullable": true, "length": 80, "defaultValue": null, "modelName": "PUBWORKS_NAME" }, { "name": "pl_PUBWORKS_ID", "type": "esriFieldTypeString", "alias": "pl_PUBWORKS_ID", "domain": null, "editable": true, "nullable": true, "length": 24, "defaultValue": null, "modelName": "PUBWORKS_ID" }, { "name": "pl_ST_NUMBER", "type": "esriFieldTypeInteger", "alias": "pl_ST_NUMBER", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "ST_NUMBER" }, { "name": "pl_ST_PREFIX", "type": "esriFieldTypeString", "alias": "pl_ST_PREFIX", "domain": null, "editable": true, "nullable": true, "length": 2, "defaultValue": null, "modelName": "ST_PREFIX" }, { "name": "pl_SlT_NAME", "type": "esriFieldTypeString", "alias": "pl_SlT_NAME", "domain": null, "editable": true, "nullable": true, "length": 48, "defaultValue": null, "modelName": "ST_NAME" }, { "name": "pl_ST_TYPE", "type": "esriFieldTypeString", "alias": "pl_ST_TYPE", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "ST_TYPE" }, { "name": "pl_ST_SUFFIX", "type": "esriFieldTypeString", "alias": "pl_ST_SUFFIX", "domain": null, "editable": true, "nullable": true, "length": 2, "defaultValue": null, "modelName": "ST_SUFFIX" }, { "name": "pl_ST_UNIT", "type": "esriFieldTypeString", "alias": "pl_ST_UNIT", "domain": null, "editable": true, "nullable": true, "length": 16, "defaultValue": null, "modelName": "ST_UNIT" }, { "name": "pl_ADDRESS", "type": "esriFieldTypeString", "alias": "pl_ADDRESS", "domain": null, "editable": true, "nullable": true, "length": 80, "defaultValue": null, "modelName": "ADDRESS" }, { "name": "pl_STREET", "type": "esriFieldTypeString", "alias": "pl_STREET", "domain": null, "editable": true, "nullable": true, "length": 48, "defaultValue": null, "modelName": "STREET" }, { "name": "pl_COMMONPLACE", "type": "esriFieldTypeString", "alias": "pl_COMMONPLACE", "domain": null, "editable": true, "nullable": true, "length": 200, "defaultValue": null, "modelName": "COMMONPLACE" }, { "name": "pl_PHONE", "type": "esriFieldTypeString", "alias": "pl_PHONE", "domain": null, "editable": true, "nullable": true, "length": 12, "defaultValue": null, "modelName": "PHONE" }, { "name": "pl_CITY", "type": "esriFieldTypeString", "alias": "pl_CITY", "domain": null, "editable": true, "nullable": true, "length": 40, "defaultValue": null, "modelName": "CITY" }, { "name": "pl_STATE", "type": "esriFieldTypeString", "alias": "pl_STATE", "domain": null, "editable": true, "nullable": true, "length": 2, "defaultValue": "CO", "modelName": "STATE" }, { "name": "pl_ZIP", "type": "esriFieldTypeString", "alias": "pl_ZIP", "domain": null, "editable": true, "nullable": true, "length": 5, "defaultValue": null, "modelName": "ZIP" }, { "name": "pl_SUBCLASS", "type": "esriFieldTypeString", "alias": "pl_SUBCLASS", "domain": null, "editable": true, "nullable": true, "length": 32, "defaultValue": null, "modelName": "SUBCLASS" }, { "name": "pl_FACILITY", "type": "esriFieldTypeString", "alias": "pl_FACILITY", "domain": null, "editable": true, "nullable": true, "length": 48, "defaultValue": null, "modelName": "FACILITY" }, { "name": "pl_LUCODE", "type": "esriFieldTypeString", "alias": "pl_LUCODE", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "LUCODE" }, { "name": "pl_LANDUSE", "type": "esriFieldTypeString", "alias": "pl_LANDUSE", "domain": null, "editable": true, "nullable": true, "length": 40, "defaultValue": null, "modelName": "LANDUSE" }, { "name": "pl_OWNER", "type": "esriFieldTypeString", "alias": "pl_OWNER", "domain": null, "editable": true, "nullable": true, "length": 64, "defaultValue": null, "modelName": "OWNER" }, { "name": "pl_STATUS", "type": "esriFieldTypeString", "alias": "pl_STATUS", "domain": null, "editable": true, "nullable": true, "length": 2, "defaultValue": null, "modelName": "STATUS" }, { "name": "pl_STATUS_GIS", "type": "esriFieldTypeString", "alias": "pl_STATUS_GIS", "domain": null, "editable": true, "nullable": true, "length": 80, "defaultValue": null, "modelName": "STATUS_GIS" }, { "name": "pl_DATEMOD", "type": "esriFieldTypeDate", "alias": "pl_DATEMOD", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "DATEMOD" }, { "name": "pl_WHOMOD", "type": "esriFieldTypeString", "alias": "pl_WHOMOD", "domain": null, "editable": true, "nullable": true, "length": 16, "defaultValue": null, "modelName": "WHOMOD" }, { "name": "pl_COMMENT1", "type": "esriFieldTypeString", "alias": "pl_COMMENT1", "domain": null, "editable": true, "nullable": true, "length": 200, "defaultValue": null, "modelName": "COMMENT1" }, { "name": "pl_COMMENT2", "type": "esriFieldTypeString", "alias": "pl_COMMENT2", "domain": null, "editable": true, "nullable": true, "length": 200, "defaultValue": null, "modelName": "COMMENT2" }, { "name": "pl_COMMENT3", "type": "esriFieldTypeString", "alias": "pl_COMMENT3", "domain": null, "editable": true, "nullable": true, "length": 200, "defaultValue": null, "modelName": "COMMENT3" }, { "name": "pl_MAP_LABEL", "type": "esriFieldTypeString", "alias": "pl_MAP_LABEL", "domain": null, "editable": true, "nullable": true, "length": 16, "defaultValue": null, "modelName": "MAP_LABEL" }, { "name": "pl_GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "domain": null, "editable": false, "nullable": false, "length": 38, "defaultValue": null, "modelName": "GlobalID" }, { "name": "lgSS_OID", "type": "esriFieldTypeInteger", "alias": "lgSS_OID", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "lgSS_OID" }, { "name": "lgSS_Name", "type": "esriFieldTypeString", "alias": "lgSS_Name", "domain": null, "editable": true, "nullable": true, "length": 254, "defaultValue": null, "modelName": "lgSS_Name" }, { "name": "lgSS_Type", "type": "esriFieldTypeString", "alias": "lgSS_Type", "domain": null, "editable": true, "nullable": true, "length": 254, "defaultValue": null, "modelName": "lgSS_Type" }, { "name": "lgSS_Square_Yar", "type": "esriFieldTypeDouble", "alias": "lgSS_Square_Yar", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "lgSS_Square_Yar" }, { "name": "lgSS_Last_Sealc", "type": "esriFieldTypeInteger", "alias": "lgSS_Last_Sealc", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "lgSS_Last_Sealc" }, { "name": "lgSS_Last_Crack", "type": "esriFieldTypeInteger", "alias": "lgSS_Last_Crack", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "lgSS_Last_Crack" }, { "name": "lgSS_Next_Crack", "type": "esriFieldTypeInteger", "alias": "lgSS_Next_Crack", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "lgSS_Next_Crack" }, { "name": "lgSS_Last_Overl", "type": "esriFieldTypeInteger", "alias": "lgSS_Last_Overl", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "lgSS_Last_Overl" }, { "name": "lgSS_Next_Overl", "type": "esriFieldTypeInteger", "alias": "lgSS_Next_Overl", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "lgSS_Next_Overl" }, { "name": "lgSS_General_Co", "type": "esriFieldTypeString", "alias": "lgSS_General_Co", "domain": null, "editable": true, "nullable": true, "length": 254, "defaultValue": null, "modelName": "lgSS_General_Co" }, { "name": "lgSS_Year_Rated", "type": "esriFieldTypeInteger", "alias": "lgSS_Year_Rated", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "lgSS_Year_Rated" }, { "name": "lgSS_GISLINK", "type": "esriFieldTypeString", "alias": "lgSS_GISLINK", "domain": null, "editable": true, "nullable": true, "length": 254, "defaultValue": null, "modelName": "lgSS_GISLINK" }, { "name": "lgSS_GISNOTES", "type": "esriFieldTypeString", "alias": "lgSS_GISNOTES", "domain": null, "editable": true, "nullable": true, "length": 254, "defaultValue": null, "modelName": "lgSS_GISNOTES" }, { "name": "derv_AreaSQYards", "type": "esriFieldTypeDouble", "alias": "derv_AreaSQYards", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "derv_AreaSQYards" }, { "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": "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": "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": "Shape__Area", "type": "esriFieldTypeDouble", "alias": "Shape.STArea()", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "Shape.STArea()" }, { "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": "R91_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_91", "fields": "pl_GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "G658cg_Cartegrap", "fields": "cg_CartegraphID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "G658cg_Neighborh", "fields": "cg_Neighborhood_fk", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_91", "fields": "pl_GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S80_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "datesInUnknownTimezone": false, "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "preferredTimeReference": null, "types": [], "templates": [ { "name": "Pavement Area", "description": "", "prototype": { "attributes": { "cgURL": null, "cgOid": null, "cg_CartegraphID": null, "cg_Area": null, "cg_Area_unit": null, "cg_Description": null, "cg_Neighborhood_fk": null, "cg_Width": null, "cg_Width_unit": null, "cg_NumberofLanes": null, "cg_FunctionalClassification": null, "cg_PavementClassification": null, "cg_Subdivision": null, "cg_Length": null, "cg_Length_unit": null, "cg_RightOfWayWidth": null, "cg_RightOfWayWidth_unit": 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_County": null, "cg_Street": null, "cg_StateValue": null, "cg_City": null, "cg_CurrentInspectionDate": null, "cg_CurrentInspectionOCI": null, "cg_CurrentInspectionOCR": null, "cg_CurrentInspectionNotes": null, "pl_UNIQUE_ID": null, "pl_CUSTODIAN": null, "pl_PUBWORKS_NAME": null, "pl_PUBWORKS_ID": null, "pl_ST_NUMBER": null, "pl_ST_PREFIX": null, "pl_SlT_NAME": null, "pl_ST_TYPE": null, "pl_ST_SUFFIX": null, "pl_ST_UNIT": null, "pl_ADDRESS": null, "pl_STREET": null, "pl_COMMONPLACE": null, "pl_PHONE": null, "pl_CITY": null, "pl_STATE": "CO", "pl_ZIP": null, "pl_SUBCLASS": null, "pl_FACILITY": null, "pl_LUCODE": null, "pl_LANDUSE": null, "pl_OWNER": null, "pl_STATUS": null, "pl_STATUS_GIS": null, "pl_DATEMOD": null, "pl_WHOMOD": null, "pl_COMMENT1": null, "pl_COMMENT2": null, "pl_COMMENT3": null, "pl_MAP_LABEL": null, "gisURL": null, "lgSS_OID": null, "lgSS_Name": null, "lgSS_Type": null, "lgSS_Square_Yar": null, "lgSS_Last_Sealc": null, "lgSS_Last_Crack": null, "lgSS_Next_Crack": null, "lgSS_Last_Overl": null, "lgSS_Next_Overl": null, "lgSS_General_Co": null, "lgSS_Year_Rated": null, "lgSS_GISLINK": null, "lgSS_GISNOTES": null, "derv_AreaSQYards": null, "cg_LengthFt": null, "cg_AreaSqYd": null, "cg_AreaSqFt": null } }, "drawingTool": "esriFeatureEditToolPolygon" } ], "maxRecordCount": 2000, "supportedQueryFormats": "JSON, geoJSON, PBF", "supportedExportFormats": "sqlite,filegdb", "capabilities": "Query", "useStandardizedQueries": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "standardMaxRecordCount": 4000, "tileMaxRecordCount": 4000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1, "serviceItemId": "b417153c6b764a4c95a12bfa9594adeb" } ], "tables": [] }