{ "currentVersion": 10.81, "id": 3, "name": "SubBlock", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": false, "minScale": 10000, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPolyline", "description": "", "copyrightText": "", "editFieldsInfo": null, "ownershipBasedAccessControlForFeatures": null, "syncCanReturnChanges": false, "relationships": [], "isDataVersioned": false, "isDataArchived": false, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": true, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsStatistics": true, "supportsAdvancedQueries": true, "supportsValidateSQL": true, "supportsCoordinatesQuantization": true, "supportsCalculate": true, "supportsDatumTransformation": true, "advancedQueryCapabilities": { "supportsPagination": true, "supportsTrueCurve": true, "supportsQueryWithDistance": true, "supportsReturningQueryExtent": true, "supportsStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsQueryWithResultType": true, "supportsReturningGeometryCentroid": false, "supportsSqlExpression": true, "supportsQueryWithDatumTransformation": true }, "extent": { "xmin": 389887.5399999991, "ymin": 125052.6400000006, "xmax": 407848.3999999985, "ymax": 147479.48999999836, "spatialReference": { "wkid": 26985, "latestWkid": 26985 } }, "sourceSpatialReference": { "wkid": 26985, "latestWkid": 26985 }, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "RoadType", "field2": null, "field3": null, "defaultSymbol": null, "defaultLabel": null, "uniqueValueInfos": [ { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 178, 178, 178, 255 ], "width": 2 }, "value": "1", "label": "Street", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 178, 178, 178, 255 ], "width": 1.7 }, "value": "2", "label": "Service Road", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 178, 178, 178, 255 ], "width": 1.5 }, "value": "3", "label": "Ramp", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 115, 178, 255, 255 ], "width": 0.8 }, "value": "4", "label": "Alley", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 167, 127, 255 ], "width": 0.8 }, "value": "5", "label": "Driveway", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 76, 230, 0, 255 ], "width": 1 }, "value": "6", "label": "Trail", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 205, 170, 102, 255 ], "width": 1 }, "value": "7", "label": "Walkway", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 170, 0, 255 ], "width": 1 }, "value": "8", "label": "Streetcar", "description": "" } ], "fieldDelimiter": "," }, "transparency": 0, "labelingInfo": null }, "hasM": true, "hasZ": true, "enableZDefaults": true, "zDefault": 0, "allowUpdateWithoutMValues": false, "allowGeometryUpdates": false, "allowTrueCurvesUpdates": false, "onlyAllowTrueCurveUpdatesByTrueCurveClients": false, "hasAttachments": false, "supportsApplyEditsWithGlobalIds": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "objectIdField": "OBJECTID", "globalIdField": "", "displayField": "RouteName", "typeIdField": "RoadType", "subtypeField": "", "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "RouteID", "type": "esriFieldTypeString", "alias": "RouteID", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "RouteID" }, { "name": "RouteName", "type": "esriFieldTypeString", "alias": "RouteName", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "RouteName" }, { "name": "SubBlockID", "type": "esriFieldTypeString", "alias": "SubBlockID", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "SubBlockID" }, { "name": "FromMeasure", "type": "esriFieldTypeDouble", "alias": "FromMeasure", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "FromMeasure" }, { "name": "ToMeasure", "type": "esriFieldTypeDouble", "alias": "ToMeasure", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "ToMeasure" }, { "name": "FromIntersectionID", "type": "esriFieldTypeString", "alias": "FromIntersectionID", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "FromIntersectionID" }, { "name": "ToIntersectionID", "type": "esriFieldTypeString", "alias": "ToIntersectionID", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "ToIntersectionID" }, { "name": "RoadType", "type": "esriFieldTypeSmallInteger", "alias": "RoadType", "domain": { "type": "codedValue", "name": "RoadType", "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" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "RoadType" }, { "name": "BlockID", "type": "esriFieldTypeString", "alias": "BlockID", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "BlockID" }, { "name": "Directionality", "type": "esriFieldTypeSmallInteger", "alias": "Directionality", "domain": { "type": "codedValue", "name": "Directionality", "description": "Traffic Direction", "codedValues": [ { "name": "One Way (Digitizing direction)", "code": 0 }, { "name": "One way (Against digitizing direction)", "code": 1 }, { "name": "Two way", "code": 2 }, { "name": "Unknown", "code": 3 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Directionality" }, { "name": "SubBlockKey", "type": "esriFieldTypeString", "alias": "SubBlockKey", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "SubBlockKey" }, { "name": "BlockKey", "type": "esriFieldTypeString", "alias": "BlockKey", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "BlockKey" }, { "name": "FromIntersectionKey", "type": "esriFieldTypeString", "alias": "FromIntersectionKey", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "FromIntersectionKey" }, { "name": "ToIntersectionKey", "type": "esriFieldTypeString", "alias": "ToIntersectionKey", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "ToIntersectionKey" }, { "name": "FromSubBlock", "type": "esriFieldTypeString", "alias": "FromSubBlock", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "FromSubBlock" }, { "name": "ToSubBlock", "type": "esriFieldTypeString", "alias": "ToSubBlock", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "ToSubBlock" }, { "name": "RoadwaySegID", "type": "esriFieldTypeString", "alias": "RoadwaySegID", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "RoadwaySegID" }, { "name": "FunctionalClass", "type": "esriFieldTypeSmallInteger", "alias": "FunctionalClass", "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" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "FunctionalClass" }, { "name": "DCFunctionalClass", "type": "esriFieldTypeSmallInteger", "alias": "DCFunctionalClass", "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" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "DCFunctionalClass" }, { "name": "NHS", "type": "esriFieldTypeSmallInteger", "alias": "NHS", "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" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "NHS" }, { "name": "DCOwnership", "type": "esriFieldTypeString", "alias": "DCOwnership", "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" }, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "DCOwnership" } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null, "editable": false, "nullable": true, "defaultValue": null, "modelName": "Shape" }, "indexes": [ { "name": "R885_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S393_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "types": [ { "id": 1, "name": "1", "domains": { "RoadType": {"type": "inherited"}, "Directionality": {"type": "inherited"}, "FunctionalClass": {"type": "inherited"}, "DCFunctionalClass": {"type": "inherited"}, "NHS": {"type": "inherited"}, "DCOwnership": {"type": "inherited"} }, "templates": [ { "name": "1", "description": "", "prototype": { "attributes": { "NHS": null, "DCOwnership": null, "RouteID": null, "RouteName": null, "SubBlockID": null, "FromMeasure": null, "ToMeasure": null, "FromIntersectionID": null, "ToIntersectionID": null, "RoadType": 1, "BlockID": null, "Directionality": null, "SubBlockKey": null, "BlockKey": null, "FromIntersectionKey": null, "ToIntersectionKey": null, "FromSubBlock": null, "ToSubBlock": null, "RoadwaySegID": null, "FunctionalClass": null, "DCFunctionalClass": null } }, "drawingTool": "esriFeatureEditToolLine" } ] }, { "id": 2, "name": "2", "domains": { "RoadType": {"type": "inherited"}, "Directionality": {"type": "inherited"}, "FunctionalClass": {"type": "inherited"}, "DCFunctionalClass": {"type": "inherited"}, "NHS": {"type": "inherited"}, "DCOwnership": {"type": "inherited"} }, "templates": [ { "name": "2", "description": "", "prototype": { "attributes": { "NHS": null, "DCOwnership": null, "RouteID": null, "RouteName": null, "SubBlockID": null, "FromMeasure": null, "ToMeasure": null, "FromIntersectionID": null, "ToIntersectionID": null, "RoadType": 2, "BlockID": null, "Directionality": null, "SubBlockKey": null, "BlockKey": null, "FromIntersectionKey": null, "ToIntersectionKey": null, "FromSubBlock": null, "ToSubBlock": null, "RoadwaySegID": null, "FunctionalClass": null, "DCFunctionalClass": null } }, "drawingTool": "esriFeatureEditToolLine" } ] }, { "id": 3, "name": "3", "domains": { "RoadType": {"type": "inherited"}, "Directionality": {"type": "inherited"}, "FunctionalClass": {"type": "inherited"}, "DCFunctionalClass": {"type": "inherited"}, "NHS": {"type": "inherited"}, "DCOwnership": {"type": "inherited"} }, "templates": [ { "name": "3", "description": "", "prototype": { "attributes": { "NHS": null, "DCOwnership": null, "RouteID": null, "RouteName": null, "SubBlockID": null, "FromMeasure": null, "ToMeasure": null, "FromIntersectionID": null, "ToIntersectionID": null, "RoadType": 3, "BlockID": null, "Directionality": null, "SubBlockKey": null, "BlockKey": null, "FromIntersectionKey": null, "ToIntersectionKey": null, "FromSubBlock": null, "ToSubBlock": null, "RoadwaySegID": null, "FunctionalClass": null, "DCFunctionalClass": null } }, "drawingTool": "esriFeatureEditToolLine" } ] }, { "id": 4, "name": "4", "domains": { "RoadType": {"type": "inherited"}, "Directionality": {"type": "inherited"}, "FunctionalClass": {"type": "inherited"}, "DCFunctionalClass": {"type": "inherited"}, "NHS": {"type": "inherited"}, "DCOwnership": {"type": "inherited"} }, "templates": [ { "name": "4", "description": "", "prototype": { "attributes": { "NHS": null, "DCOwnership": null, "RouteID": null, "RouteName": null, "SubBlockID": null, "FromMeasure": null, "ToMeasure": null, "FromIntersectionID": null, "ToIntersectionID": null, "RoadType": 4, "BlockID": null, "Directionality": null, "SubBlockKey": null, "BlockKey": null, "FromIntersectionKey": null, "ToIntersectionKey": null, "FromSubBlock": null, "ToSubBlock": null, "RoadwaySegID": null, "FunctionalClass": null, "DCFunctionalClass": null } }, "drawingTool": "esriFeatureEditToolLine" } ] }, { "id": 5, "name": "5", "domains": { "RoadType": {"type": "inherited"}, "Directionality": {"type": "inherited"}, "FunctionalClass": {"type": "inherited"}, "DCFunctionalClass": {"type": "inherited"}, "NHS": {"type": "inherited"}, "DCOwnership": {"type": "inherited"} }, "templates": [ { "name": "5", "description": "", "prototype": { "attributes": { "NHS": null, "DCOwnership": null, "RouteID": null, "RouteName": null, "SubBlockID": null, "FromMeasure": null, "ToMeasure": null, "FromIntersectionID": null, "ToIntersectionID": null, "RoadType": 5, "BlockID": null, "Directionality": null, "SubBlockKey": null, "BlockKey": null, "FromIntersectionKey": null, "ToIntersectionKey": null, "FromSubBlock": null, "ToSubBlock": null, "RoadwaySegID": null, "FunctionalClass": null, "DCFunctionalClass": null } }, "drawingTool": "esriFeatureEditToolLine" } ] }, { "id": 6, "name": "6", "domains": { "RoadType": {"type": "inherited"}, "Directionality": {"type": "inherited"}, "FunctionalClass": {"type": "inherited"}, "DCFunctionalClass": {"type": "inherited"}, "NHS": {"type": "inherited"}, "DCOwnership": {"type": "inherited"} }, "templates": [ { "name": "6", "description": "", "prototype": { "attributes": { "NHS": null, "DCOwnership": null, "RouteID": null, "RouteName": null, "SubBlockID": null, "FromMeasure": null, "ToMeasure": null, "FromIntersectionID": null, "ToIntersectionID": null, "RoadType": 6, "BlockID": null, "Directionality": null, "SubBlockKey": null, "BlockKey": null, "FromIntersectionKey": null, "ToIntersectionKey": null, "FromSubBlock": null, "ToSubBlock": null, "RoadwaySegID": null, "FunctionalClass": null, "DCFunctionalClass": null } }, "drawingTool": "esriFeatureEditToolLine" } ] }, { "id": 7, "name": "7", "domains": { "RoadType": {"type": "inherited"}, "Directionality": {"type": "inherited"}, "FunctionalClass": {"type": "inherited"}, "DCFunctionalClass": {"type": "inherited"}, "NHS": {"type": "inherited"}, "DCOwnership": {"type": "inherited"} }, "templates": [ { "name": "7", "description": "", "prototype": { "attributes": { "NHS": null, "DCOwnership": null, "RouteID": null, "RouteName": null, "SubBlockID": null, "FromMeasure": null, "ToMeasure": null, "FromIntersectionID": null, "ToIntersectionID": null, "RoadType": 7, "BlockID": null, "Directionality": null, "SubBlockKey": null, "BlockKey": null, "FromIntersectionKey": null, "ToIntersectionKey": null, "FromSubBlock": null, "ToSubBlock": null, "RoadwaySegID": null, "FunctionalClass": null, "DCFunctionalClass": null } }, "drawingTool": "esriFeatureEditToolLine" } ] }, { "id": 8, "name": "8", "domains": { "RoadType": {"type": "inherited"}, "Directionality": {"type": "inherited"}, "FunctionalClass": {"type": "inherited"}, "DCFunctionalClass": {"type": "inherited"}, "NHS": {"type": "inherited"}, "DCOwnership": {"type": "inherited"} }, "templates": [ { "name": "8", "description": "", "prototype": { "attributes": { "NHS": null, "DCOwnership": null, "RouteID": null, "RouteName": null, "SubBlockID": null, "FromMeasure": null, "ToMeasure": null, "FromIntersectionID": null, "ToIntersectionID": null, "RoadType": 8, "BlockID": null, "Directionality": null, "SubBlockKey": null, "BlockKey": null, "FromIntersectionKey": null, "ToIntersectionKey": null, "FromSubBlock": null, "ToSubBlock": null, "RoadwaySegID": null, "FunctionalClass": null, "DCFunctionalClass": null } }, "drawingTool": "esriFeatureEditToolLine" } ] } ], "templates": [], "maxRecordCount": 1000, "supportedQueryFormats": "JSON, geoJSON", "capabilities": "Query", "useStandardizedQueries": true, "standardMaxRecordCount": 8000, "tileMaxRecordCount": 4000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1 }