{ "currentVersion": 10.91, "cimVersion": "2.9.0", "id": 163, "name": "Roadway Block", "type": "Feature Layer", "description": "For a city, street blocks are a very common way in which to organize and relate work (e.g. 'I need to fix a pothole on the 1600 Block of Pennsylvania Ave'). Although driveways or alleys may intersect streets, this representation requires that the segment remain unbroken. Road types include streets. Previously Called Street Segments. Note that there are no from/to address fields. We will not be maintaining them in our data. There also will be no generating a 'streetname' list.For more information please visit DDOT's wiki page at https://wiki.ddot.dc.gov/display/public/GIS/Roadway+Characteristics", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkid": 26985, "latestWkid": 26985, "xyTolerance": 0.002, "zTolerance": 2, "mTolerance": 2, "falseX": -36747100, "falseY": -29091500, "xyUnits": 1000, "falseZ": 0, "zUnits": 4, "falseM": -100000, "mUnits": 10000 }, "copyrightText": "DC District Department of Transportation", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 130, 54, 255 ], "width": 1 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": -8584595.84228207, "ymin": 4692088.917829138, "xmax": -8561515.62835993, "ymax": 4720993.064900679, "spatialReference": { "wkid": 102100, "latestWkid": 3857, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -20037700, "falseY": -30241100, "xyUnits": 10000, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "ROUTENAME", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "ROUTEID", "type": "esriFieldTypeString", "alias": "Route ID for roadway", "length": 255, "domain": null }, { "name": "FROMMEASURE", "type": "esriFieldTypeDouble", "alias": "From Measure (m)", "domain": null }, { "name": "TOMEASURE", "type": "esriFieldTypeDouble", "alias": "To Measure (m)", "domain": null }, { "name": "ROUTENAME", "type": "esriFieldTypeString", "alias": "Route Name", "length": 255, "domain": null }, { "name": "ROADTYPE", "type": "esriFieldTypeString", "alias": "RoadType", "length": 255, "domain": { "type": "codedValue", "name": "RoadType_2", "description": "Type of Roadway", "codedValues": [ { "name": "Street", "code": 1 }, { "name": "Service Road", "code": 2 }, { "name": "Ramp", "code": 3 }, { "name": "Alley", "code": 4 }, { "name": "Driveway", "code": 5 }, { "name": "Trail", "code": 6 }, { "name": "Walkway", "code": 7 }, { "name": "Streetcar", "code": 8 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "BLOCKKEY", "type": "esriFieldTypeString", "alias": "BlockKey", "length": 255, "domain": null }, { "name": "TOTALTRAVELLANES", "type": "esriFieldTypeSmallInteger", "alias": "Total # Travel Lanes", "domain": null }, { "name": "TOTALPARKINGLANES", "type": "esriFieldTypeSmallInteger", "alias": "Total # Parking Lanes", "domain": null }, { "name": "TOTALRAISEDBUFFERS", "type": "esriFieldTypeSmallInteger", "alias": "Total # Raised Buffers", "domain": null }, { "name": "TOTALTRAVELLANEWIDTH", "type": "esriFieldTypeSmallInteger", "alias": "Width of Travel Lanes", "domain": null }, { "name": "TOTALCROSSSECTIONWIDTH", "type": "esriFieldTypeSmallInteger", "alias": "Width of All Cross-sections", "domain": null }, { "name": "TOTALPARKINGLANEWIDTH", "type": "esriFieldTypeSmallInteger", "alias": "Width of Parking Lanes", "domain": null }, { "name": "TOTALRAISEDBUFFERWIDTH", "type": "esriFieldTypeSmallInteger", "alias": "Width of Buffer/Barriers", "domain": null }, { "name": "TOTALTRAVELLANESINBOUND", "type": "esriFieldTypeSmallInteger", "alias": "TotalInbound Travel Lanes", "domain": null }, { "name": "TOTALTRAVELLANESOUTBOUND", "type": "esriFieldTypeSmallInteger", "alias": "TotalOutbound Travel Lanes", "domain": null }, { "name": "TOTALTRAVELLANESBIDIRECTIONAL", "type": "esriFieldTypeSmallInteger", "alias": "Total BiDirectional Travel Lanes", "domain": null }, { "name": "TOTALTRAVELLANESREVERSIBLE", "type": "esriFieldTypeSmallInteger", "alias": "Total Reversible Travel Lanes", "domain": null }, { "name": "SUMMARYDIRECTION", "type": "esriFieldTypeString", "alias": "General Directionality for Segment", "length": 255, "domain": { "type": "codedValue", "name": "CrossSection_Direction", "description": "Cross-section: Roadway traffic directionality\n", "codedValues": [ { "name": "Bi-directional", "code": "BD" }, { "name": "Oneway in Outbound Direction", "code": "OB" }, { "name": "Oneway in Inbound Direction", "code": "IB" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "BIKELANE_PARKINGLANE_ADJACENT", "type": "esriFieldTypeString", "alias": "Parking Lane Adjacent to Bikelane", "length": 255, "domain": { "type": "codedValue", "name": "CrossSection_Side", "description": "Cross-section: Side of roadway", "codedValues": [ { "name": "Both Sides of Roadway", "code": "BD" }, { "name": "Inbound Side of Roadway", "code": "IB" }, { "name": "Outbound Side of Roadway", "code": "OB" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "BIKELANE_THROUGHLANE_ADJACENT", "type": "esriFieldTypeString", "alias": "Throughlane Adjacent to Bikelane", "length": 255, "domain": { "type": "codedValue", "name": "CrossSection_Side", "description": "Cross-section: Side of roadway", "codedValues": [ { "name": "Both Sides of Roadway", "code": "BD" }, { "name": "Inbound Side of Roadway", "code": "IB" }, { "name": "Outbound Side of Roadway", "code": "OB" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "BIKELANE_POCKETLANE_ADJACENT", "type": "esriFieldTypeString", "alias": "Pocket Turnlane Adjacent to Bikelane", "length": 255, "domain": { "type": "codedValue", "name": "CrossSection_Side", "description": "Cross-section: Side of roadway", "codedValues": [ { "name": "Both Sides of Roadway", "code": "BD" }, { "name": "Inbound Side of Roadway", "code": "IB" }, { "name": "Outbound Side of Roadway", "code": "OB" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "BIKELANE_CONTRAFLOW", "type": "esriFieldTypeString", "alias": "Bikelane is Contraflow", "length": 255, "domain": { "type": "codedValue", "name": "CrossSection_Side", "description": "Cross-section: Side of roadway", "codedValues": [ { "name": "Both Sides of Roadway", "code": "BD" }, { "name": "Inbound Side of Roadway", "code": "IB" }, { "name": "Outbound Side of Roadway", "code": "OB" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "BIKELANE_CONVENTIONAL", "type": "esriFieldTypeString", "alias": "Conventional Bikelane", "length": 255, "domain": { "type": "codedValue", "name": "CrossSection_Side", "description": "Cross-section: Side of roadway", "codedValues": [ { "name": "Both Sides of Roadway", "code": "BD" }, { "name": "Inbound Side of Roadway", "code": "IB" }, { "name": "Outbound Side of Roadway", "code": "OB" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "BIKELANE_DUAL_PROTECTED", "type": "esriFieldTypeString", "alias": "Protected Dual Bikelane", "length": 255, "domain": { "type": "codedValue", "name": "CrossSection_Side", "description": "Cross-section: Side of roadway", "codedValues": [ { "name": "Both Sides of Roadway", "code": "BD" }, { "name": "Inbound Side of Roadway", "code": "IB" }, { "name": "Outbound Side of Roadway", "code": "OB" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "BIKELANE_PROTECTED", "type": "esriFieldTypeString", "alias": "Protected Bikelane", "length": 255, "domain": { "type": "codedValue", "name": "CrossSection_Side", "description": "Cross-section: Side of roadway", "codedValues": [ { "name": "Both Sides of Roadway", "code": "BD" }, { "name": "Inbound Side of Roadway", "code": "IB" }, { "name": "Outbound Side of Roadway", "code": "OB" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "BIKELANE_BUFFERED", "type": "esriFieldTypeString", "alias": "Buffered Bikelane", "length": 255, "domain": { "type": "codedValue", "name": "CrossSection_Side", "description": "Cross-section: Side of roadway", "codedValues": [ { "name": "Both Sides of Roadway", "code": "BD" }, { "name": "Inbound Side of Roadway", "code": "IB" }, { "name": "Outbound Side of Roadway", "code": "OB" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "DOUBLEYELLOW_LINE", "type": "esriFieldTypeString", "alias": "Double Yellow Line on Segment", "length": 255, "domain": null }, { "name": "SECTIONFLAGS", "type": "esriFieldTypeString", "alias": "SectionFlags", "length": 255, "domain": null }, { "name": "LOC_ERROR", "type": "esriFieldTypeString", "alias": "LOC_ERROR", "length": 50, "domain": null }, { "name": "MIDMEASURE", "type": "esriFieldTypeDouble", "alias": "MIDMEASURE", "domain": null }, { "name": "AADT", "type": "esriFieldTypeInteger", "alias": "AADT", "domain": null }, { "name": "AADT_YEAR", "type": "esriFieldTypeInteger", "alias": "AADT Year", "domain": null }, { "name": "FHWAFUNCTIONALCLASS", "type": "esriFieldTypeSmallInteger", "alias": "FHWA Functional Class", "domain": { "type": "codedValue", "name": "dFunctionalClass", "description": "HPMS Functional Classification", "codedValues": [ { "name": "Interstate", "code": 1 }, { "name": "Principal Arterial - Other Freeways or Expressways", "code": 2 }, { "name": "Principal Arterial - Other", "code": 3 }, { "name": "Minor Arterial", "code": 4 }, { "name": "Major Collector", "code": 5 }, { "name": "Minor Collector", "code": 6 }, { "name": "Local", "code": 7 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "HPMSID", "type": "esriFieldTypeString", "alias": "HPMS Section ID", "length": 255, "domain": null }, { "name": "HPMSSECTIONTYPE", "type": "esriFieldTypeSmallInteger", "alias": "HPMS Section Type", "domain": null }, { "name": "ID", "type": "esriFieldTypeString", "alias": "Overlay ID", "length": 255, "domain": null }, { "name": "IRI", "type": "esriFieldTypeInteger", "alias": "IRI", "domain": null }, { "name": "IRI_DATE", "type": "esriFieldTypeDate", "alias": "IRI Date", "length": 8, "domain": null }, { "name": "NHSCODE", "type": "esriFieldTypeSmallInteger", "alias": "NHS Code", "domain": { "type": "codedValue", "name": "dNHS", "description": "NHS", "codedValues": [ { "name": "Not on the NHS", "code": 0 }, { "name": "Is on the NHS", "code": 1 }, { "name": "Major Airport", "code": 2 }, { "name": "Major Port Facility", "code": 3 }, { "name": "Major Amtrak Station", "code": 4 }, { "name": "Major Rail/Truck Terminal", "code": 5 }, { "name": "Major Inter-city Bus Terminal", "code": 6 }, { "name": "Major Public transit Terminal/Multi-modal Passenger Terminal", "code": 7 }, { "name": "Major Pipeline Terminal", "code": 8 }, { "name": "Major Ferry Terminal", "code": 9 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "OWNERSHIP", "type": "esriFieldTypeString", "alias": "Ownership", "length": 255, "domain": { "type": "codedValue", "name": "DCOwnership", "description": "Owner of the Roadway segment", "codedValues": [ { "name": "DDOT", "code": "1" }, { "name": "Private", "code": "5" }, { "name": "National Park Service", "code": "2" }, { "name": "Architect of The Capitol", "code": "3" }, { "name": "Unknown", "code": "0" }, { "name": "Other DC Agencies", "code": "7" }, { "name": "Other Federal Agencies", "code": "8" }, { "name": "Military Reservation", "code": "4" }, { "name": "WMATA-METRO", "code": "6" }, { "name": "Air Force", "code": "9" }, { "name": "Navy - Marines", "code": "10" }, { "name": "Army", "code": "11" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "PCI_CONDCATEGORY", "type": "esriFieldTypeString", "alias": "PCI Condition Category", "length": 255, "domain": null }, { "name": "PCI_LASTINSPECTED", "type": "esriFieldTypeDate", "alias": "PCI Last Date Inspected", "length": 8, "domain": null }, { "name": "PCI_SCORE", "type": "esriFieldTypeDouble", "alias": "PCI Score", "domain": null }, { "name": "QUADRANT", "type": "esriFieldTypeSmallInteger", "alias": "DC Quadrant", "domain": { "type": "codedValue", "name": "QuadCode", "description": "Quadrant code", "codedValues": [ { "name": "NE", "code": 2 }, { "name": "SW", "code": 4 }, { "name": "Unknown", "code": 0 }, { "name": "NW", "code": 1 }, { "name": "SE", "code": 3 }, { "name": "BN", "code": 5 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "SIDEWALK_IB_PAVTYPE", "type": "esriFieldTypeString", "alias": "Sidewalk Pavement Type (Inbound)", "length": 255, "domain": null }, { "name": "SIDEWALK_IB_WIDTH", "type": "esriFieldTypeString", "alias": "Sidewalk Pavement Width (Inbound)", "length": 255, "domain": null }, { "name": "SIDEWALK_OB_PAVTYPE", "type": "esriFieldTypeString", "alias": "Sidewalk Pavement Type (Outbound)", "length": 255, "domain": null }, { "name": "SIDEWALK_OB_WIDTH", "type": "esriFieldTypeString", "alias": "Sidewalk Pavement Width (Outbound)", "length": 255, "domain": null }, { "name": "SPEEDLIMITS_IB", "type": "esriFieldTypeInteger", "alias": "Speed Limit (Inbound)", "domain": null }, { "name": "SPEEDLIMITS_IB_ALT", "type": "esriFieldTypeInteger", "alias": "Speed Limit Schools (Inbound)", "domain": null }, { "name": "SPEEDLIMITS_OB", "type": "esriFieldTypeInteger", "alias": "Speed Limit (Outbound)", "domain": null }, { "name": "SPEEDLIMITS_OB_ALT", "type": "esriFieldTypeInteger", "alias": "Speed Limit Schools (Outbound)", "domain": null }, { "name": "STREETNAME", "type": "esriFieldTypeString", "alias": "Street Name", "length": 255, "domain": null }, { "name": "STREETTYPE", "type": "esriFieldTypeString", "alias": "Street Type", "length": 255, "domain": null }, { "name": "BLOCK_NAME", "type": "esriFieldTypeString", "alias": "MAR Block Name", "length": 255, "domain": null }, { "name": "ADDRESS_RANGE_HIGH", "type": "esriFieldTypeDouble", "alias": "Address Range High", "domain": null }, { "name": "ADDRESS_RANGE_LOW", "type": "esriFieldTypeDouble", "alias": "Address Range Low", "domain": null }, { "name": "ADDRESS_RANGE_RIGHT_HIGH", "type": "esriFieldTypeDouble", "alias": "Address Range Right High", "domain": null }, { "name": "ADDRESS_RANGE_LEFT_HIGH", "type": "esriFieldTypeDouble", "alias": "Address Range Left High", "domain": null }, { "name": "ADDRESS_RANGE_RIGHT_LOW", "type": "esriFieldTypeDouble", "alias": "Address Range Right Low", "domain": null }, { "name": "MAR_ID", "type": "esriFieldTypeDouble", "alias": "MAR Address ID", "domain": null }, { "name": "ADDRESS_RANGE_LEFT_LOW", "type": "esriFieldTypeDouble", "alias": "Address Range Left Low", "domain": null }, { "name": "BLOCKID", "type": "esriFieldTypeString", "alias": "BlockID", "length": 255, "domain": null }, { "name": "DCFUNCTIONALCLASS", "type": "esriFieldTypeSmallInteger", "alias": "DC Functional Class", "domain": { "type": "codedValue", "name": "DCFunctionalClass", "description": "Functional Classification of Roadways", "codedValues": [ { "name": "Interstate", "code": 11 }, { "name": "Other Freeway and Expressway", "code": 12 }, { "name": "Collector", "code": 17 }, { "name": "Local", "code": 19 }, { "name": "Principal Arterial", "code": 14 }, { "name": "Minor Arterial", "code": 16 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "NHSTYPE", "type": "esriFieldTypeString", "alias": "NHS Type", "length": 255, "domain": { "type": "codedValue", "name": "NHSType", "description": "Description", "codedValues": [ { "name": "NHS Non-Interstate", "code": "NHS Non-Interstate" }, { "name": "NHS Interstate", "code": "NHS Interstate" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "SNOWROUTE_DDOT", "type": "esriFieldTypeString", "alias": "Snow Route DDOT", "length": 255, "domain": null }, { "name": "SNOWROUTE_DPW", "type": "esriFieldTypeString", "alias": "Snow Route DPW", "length": 255, "domain": null }, { "name": "SNOWSECTION_DDOT", "type": "esriFieldTypeString", "alias": "Snow Section DDOT", "length": 255, "domain": null }, { "name": "SNOWZONE_DDOT", "type": "esriFieldTypeString", "alias": "Snow Zone DDOT", "length": 255, "domain": null }, { "name": "SNOWZONE_DPW", "type": "esriFieldTypeString", "alias": "Snow Zone DPW", "length": 255, "domain": null }, { "name": "LEFTTURN_CURBLANE_EXCL", "type": "esriFieldTypeString", "alias": "Exclusive Left Turn Lane Approaching Int (Oneway only)", "length": 255, "domain": null }, { "name": "LEFTTURN_CURBLANE_EXCL_LEN", "type": "esriFieldTypeSmallInteger", "alias": "Length Exclusive Left Turn Lane Approaching Int (Ft)", "domain": null }, { "name": "RIGHTTURN_CURBLANE_EXCL", "type": "esriFieldTypeString", "alias": "Exclusive Right Turn Lane Approaching Int", "length": 255, "domain": null }, { "name": "RIGHTTURN_CURBLANE_EXCL_LEN", "type": "esriFieldTypeSmallInteger", "alias": "Length Exclusive Right Turn Lane Approaching Int (Ft)", "domain": null }, { "name": "TOTALBIKELANES", "type": "esriFieldTypeSmallInteger", "alias": "Total Count of Bike Lanes", "domain": null }, { "name": "TOTALBIKELANEWIDTH", "type": "esriFieldTypeSmallInteger", "alias": "Total Bike Lane Width", "domain": null }, { "name": "RPPDIRECTION", "type": "esriFieldTypeString", "alias": "Resident Parking Permitted (Direction)", "length": 255, "domain": { "type": "codedValue", "name": "LaneDirection_New", "description": "Direction of lane", "codedValues": [ { "name": "Outbound (with centerline geometry)", "code": "1" }, { "name": "Inbound (against centerline geometry)", "code": "2" }, { "name": "Bidirectional (both directions allowed)", "code": "3" }, { "name": "AM Inbound/PM Outbound", "code": "11" }, { "name": "AM Outbound/PM Inbound", "code": "12" }, { "name": "AM Inbound only", "code": "13" }, { "name": "PM Inbound only", "code": "14" }, { "name": "AM Outbound only", "code": "15" }, { "name": "PM Outbound only", "code": "16" }, { "name": "UNDEFINED", "code": "99" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "RPPSIDE", "type": "esriFieldTypeString", "alias": "Resident Parking Permitted (Side)", "length": 255, "domain": null }, { "name": "SLOWSTREETINFO", "type": "esriFieldTypeString", "alias": "Is Slow Street?", "length": 255, "domain": null }, { "name": "BIKELANE_DUAL_BUFFERED", "type": "esriFieldTypeString", "alias": "Buffered Dual Bikelane", "length": 255, "domain": { "type": "codedValue", "name": "CrossSection_Side", "description": "Cross-section: Side of roadway", "codedValues": [ { "name": "Both Sides of Roadway", "code": "BD" }, { "name": "Inbound Side of Roadway", "code": "IB" }, { "name": "Outbound Side of Roadway", "code": "OB" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "RIGHTTURN_EXCLUSIVE", "type": "esriFieldTypeString", "alias": "Excl Rightturn Lane on Segment", "length": 255, "domain": { "type": "codedValue", "name": "CrossSection_Side", "description": "Cross-section: Side of roadway", "codedValues": [ { "name": "Both Sides of Roadway", "code": "BD" }, { "name": "Inbound Side of Roadway", "code": "IB" }, { "name": "Outbound Side of Roadway", "code": "OB" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "LEFTTURN_EXCLUSIVE", "type": "esriFieldTypeString", "alias": "Excl Leftturn Lane on Segment", "length": 255, "domain": { "type": "codedValue", "name": "CrossSection_Side", "description": "Cross-section: Side of roadway", "codedValues": [ { "name": "Both Sides of Roadway", "code": "BD" }, { "name": "Inbound Side of Roadway", "code": "IB" }, { "name": "Outbound Side of Roadway", "code": "OB" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "BUSLANE_INBOUND", "type": "esriFieldTypeString", "alias": "Bus Lane (Inbound)", "length": 255, "domain": { "type": "codedValue", "name": "CrossSection_BusLane", "description": "Lane position of the bus lane(s) within the LRS cross-section", "codedValues": [ { "name": "Dedicated Bus Lane in the curblane", "code": "L1" }, { "name": "Dedicated Bus Lane in lane adjacent to the curblane (usually a parking lane is the curblane for these cases)", "code": "L2" }, { "name": "Dedicated Bus Lane in both curblane and next lane over.", "code": "L3" }, { "name": "Non-Compliant", "code": "Non-Compliant" }, { "name": "Good", "code": "Good" }, { "name": "Fair", "code": "Fair" }, { "name": "Missing", "code": "Missing" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "BUSLANE_OUTBOUND", "type": "esriFieldTypeString", "alias": "Bus Lane (Outbound)", "length": 255, "domain": { "type": "codedValue", "name": "CrossSection_BusLane", "description": "Lane position of the bus lane(s) within the LRS cross-section", "codedValues": [ { "name": "Dedicated Bus Lane in the curblane", "code": "L1" }, { "name": "Dedicated Bus Lane in lane adjacent to the curblane (usually a parking lane is the curblane for these cases)", "code": "L2" }, { "name": "Dedicated Bus Lane in both curblane and next lane over.", "code": "L3" }, { "name": "Non-Compliant", "code": "Non-Compliant" }, { "name": "Good", "code": "Good" }, { "name": "Fair", "code": "Fair" }, { "name": "Missing", "code": "Missing" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "FROMSTREET", "type": "esriFieldTypeString", "alias": "From Street", "length": 500, "domain": null }, { "name": "TOSTREET", "type": "esriFieldTypeString", "alias": "To Street", "length": 150, "domain": null }, { "name": "WARD_ID", "type": "esriFieldTypeString", "alias": "Ward", "length": 255, "domain": null }, { "name": "ANC_ID", "type": "esriFieldTypeString", "alias": "ANC", "length": 255, "domain": null }, { "name": "SMD_ID", "type": "esriFieldTypeString", "alias": "SMD", "length": 255, "domain": null }, { "name": "SURFACE_TYPE", "type": "esriFieldTypeSmallInteger", "alias": "Surface Type", "domain": null }, { "name": "PARKINGZONE_ROP", "type": "esriFieldTypeString", "alias": "ROP", "length": 10, "domain": { "type": "codedValue", "name": "LaneDirection_New", "description": "Direction of lane", "codedValues": [ { "name": "Outbound (with centerline geometry)", "code": "1" }, { "name": "Inbound (against centerline geometry)", "code": "2" }, { "name": "Bidirectional (both directions allowed)", "code": "3" }, { "name": "AM Inbound/PM Outbound", "code": "11" }, { "name": "AM Outbound/PM Inbound", "code": "12" }, { "name": "AM Inbound only", "code": "13" }, { "name": "PM Inbound only", "code": "14" }, { "name": "AM Outbound only", "code": "15" }, { "name": "PM Outbound only", "code": "16" }, { "name": "UNDEFINED", "code": "99" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "PARKINGZONE_RPP", "type": "esriFieldTypeString", "alias": "RPP", "length": 10, "domain": { "type": "codedValue", "name": "LaneDirection_New", "description": "Direction of lane", "codedValues": [ { "name": "Outbound (with centerline geometry)", "code": "1" }, { "name": "Inbound (against centerline geometry)", "code": "2" }, { "name": "Bidirectional (both directions allowed)", "code": "3" }, { "name": "AM Inbound/PM Outbound", "code": "11" }, { "name": "AM Outbound/PM Inbound", "code": "12" }, { "name": "AM Inbound only", "code": "13" }, { "name": "PM Inbound only", "code": "14" }, { "name": "AM Outbound only", "code": "15" }, { "name": "PM Outbound only", "code": "16" }, { "name": "UNDEFINED", "code": "99" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "AADT_COMBINATION", "type": "esriFieldTypeInteger", "alias": "AADT_COMBINATION", "domain": null }, { "name": "AADT_COMBINATION_YEAR", "type": "esriFieldTypeInteger", "alias": "AADT_COMBINATION_YEAR", "domain": null }, { "name": "AADT_SINGLE_UNIT", "type": "esriFieldTypeInteger", "alias": "AADT_SINGLE_UNIT", "domain": null }, { "name": "AADT_SINGLE_UNIT_YEAR", "type": "esriFieldTypeInteger", "alias": "AADT_SINGLE_UNIT_YEAR", "domain": null }, { "name": "SPEEDHUMP_PRESENT", "type": "esriFieldTypeString", "alias": "SPEEDHUMP_PRESENT", "length": 50, "domain": null }, { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null }, { "name": "SHAPE.LEN", "type": "esriFieldTypeDouble", "alias": "SHAPE.LEN", "domain": null }, { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "DC_MAINTENANCE_OPERATIONS", "type": "esriFieldTypeString", "alias": "DC_MAINTENANCE_OPERATIONS", "length": 255, "domain": { "type": "codedValue", "name": "DCOwnership", "description": "Owner of the Roadway segment", "codedValues": [ { "name": "DDOT", "code": "1" }, { "name": "Private", "code": "5" }, { "name": "National Park Service", "code": "2" }, { "name": "Architect of The Capitol", "code": "3" }, { "name": "Unknown", "code": "0" }, { "name": "Other DC Agencies", "code": "7" }, { "name": "Other Federal Agencies", "code": "8" }, { "name": "Military Reservation", "code": "4" }, { "name": "WMATA-METRO", "code": "6" }, { "name": "Air Force", "code": "9" }, { "name": "Navy - Marines", "code": "10" }, { "name": "Army", "code": "11" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "MAINTENANCE_OPERATIONS", "type": "esriFieldTypeInteger", "alias": "MAINTENANCE_OPERATIONS", "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "R50637_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "A15375_IX1", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "hasZ": true, "hasM": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": { "timeZone": "Eastern Standard Time", "respectsDaylightSaving": true }, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeLengthFieldName": "SHAPE.LEN", "units": "esriMeters" }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true }