{
 "currentVersion": 11.2,
 "cimVersion": "3.2.0",
 "id": 159,
 "name": "Roadway SubBlock Intersection",
 "type": "Feature Layer",
 "parentLayer": null,
 "defaultVisibility": false,
 "minScale": 0,
 "maxScale": 0,
 "canScaleSymbols": false,
 "geometryType": "esriGeometryPoint",
 "description": "Roads and Highways manages intersections, however they are not singular points; RH creates a series of points - one for each intersecting road at that intersection. For DDOT, it is more useful to have a single intersection point representing the intersection. Through a custom DDOT script,the series of intersection points is reduced into a single representative point.For more information please visit DDOT's wiki page at https://wiki.ddot.dc.gov/display/public/GIS/Roadway+Characteristics",
 "copyrightText": "DC District Department of Transportation",
 "editFieldsInfo": null,
 "ownershipBasedAccessControlForFeatures": null,
 "syncCanReturnChanges": false,
 "relationships": [],
 "isDataVersioned": false,
 "isDataArchived": false,
 "infoInEstimates": [
  "extent",
  "count"
 ],
 "isDataBranchVersioned": false,
 "isDataReplicaTracked": false,
 "isCoGoEnabled": false,
 "supportsRollbackOnFailureParameter": true,
 "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,
  "supportsAdvancedQueryRelated": true,
  "supportsQueryRelatedPagination": true,
  "supportsCurrentUserQueries": 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,
  "supportsApplyEditsbyUploadID": true,
  "supportedApplyEditsUploadIDFormats": "JSON"
 },
 "hasMetadata": true,
 "extent": {
  "xmin": -8584335.418736117,
  "ymin": 4694466.530904431,
  "xmax": -8561515.641214028,
  "ymax": 4720993.06130656,
  "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
  }
 },
 "sourceSpatialReference": {
  "wkid": 26985,
  "latestWkid": 26985,
  "xyTolerance": 0.002,
  "zTolerance": 0.001,
  "mTolerance": 0.001,
  "falseX": -36747100,
  "falseY": -29091500,
  "xyUnits": 1000,
  "falseZ": 0,
  "zUnits": 1,
  "falseM": 0,
  "mUnits": 1
 },
 "drawingInfo": {
  "renderer": {
   "type": "simple",
   "symbol": {
    "type": "esriSMS",
    "style": "esriSMSCircle",
    "color": [
     147,
     0,
     173,
     255
    ],
    "size": 4,
    "angle": 0,
    "xoffset": 0,
    "yoffset": 0,
    "outline": {
     "color": [
      0,
      0,
      0,
      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": "",
 "displayField": "INTERSECTIONNAME",
 "typeIdField": "",
 "subtypeField": "",
 "fields": [
  {
   "name": "INTERSECTIONNAME",
   "type": "esriFieldTypeString",
   "alias": "Intersection Name",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 255,
   "defaultValue": null,
   "modelName": "INTERSECTIONNAME"
  },
  {
   "name": "INTERSECTIONID",
   "type": "esriFieldTypeString",
   "alias": "Intersection Identifier",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 255,
   "defaultValue": null,
   "modelName": "INTERSECTIONID"
  },
  {
   "name": "INTERSECTIONKEY",
   "type": "esriFieldTypeString",
   "alias": "Intersection Key",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 255,
   "defaultValue": null,
   "modelName": "INTERSECTIONKEY"
  },
  {
   "name": "ROUTEID",
   "type": "esriFieldTypeString",
   "alias": "Route Identifier",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 255,
   "defaultValue": null,
   "modelName": "ROUTEID"
  },
  {
   "name": "MEASURE",
   "type": "esriFieldTypeDouble",
   "alias": "Measure",
   "domain": null,
   "editable": true,
   "nullable": true,
   "defaultValue": null,
   "modelName": "MEASURE"
  },
  {
   "name": "GRADE",
   "type": "esriFieldTypeSmallInteger",
   "alias": "Grade",
   "domain": {
    "type": "codedValue",
    "name": "AtGradeInt",
    "description": "Intersections at grade",
    "codedValues": [
     {
      "name": "At Grade",
      "code": 0
     },
     {
      "name": "Not at Grade",
      "code": 1
     },
     {
      "name": "Undefined",
      "code": 2
     },
     {
      "name": "Uncontrolled",
      "code": 10
     },
     {
      "name": "Two-way stop",
      "code": 11
     },
     {
      "name": "All-way stop",
      "code": 12
     },
     {
      "name": "Signalized, Ped signal",
      "code": 13
     },
     {
      "name": "Signalized, No Ped Signal",
      "code": 14
     },
     {
      "name": "RR crossing, Signalized",
      "code": 15
     },
     {
      "name": "RR crossing, Signs Only",
      "code": 16
     },
     {
      "name": "Yield Sign",
      "code": 17
     }
    ],
    "mergePolicy": "esriMPTDefaultValue",
    "splitPolicy": "esriSPTDefaultValue"
   },
   "editable": true,
   "nullable": true,
   "defaultValue": null,
   "modelName": "GRADE"
  },
  {
   "name": "ACISA",
   "type": "esriFieldTypeString",
   "alias": "ACISA",
   "domain": null,
   "editable": true,
   "nullable": true,
   "length": 50,
   "defaultValue": null,
   "modelName": "ACISA"
  },
  {
   "name": "OBJECTID",
   "type": "esriFieldTypeOID",
   "alias": "OBJECTID",
   "domain": null,
   "editable": false,
   "nullable": false,
   "defaultValue": null,
   "modelName": "OBJECTID"
  }
 ],
 "geometryField": {
  "name": "SHAPE",
  "type": "esriFieldTypeGeometry",
  "alias": "SHAPE",
  "domain": null,
  "editable": true,
  "nullable": true,
  "defaultValue": null,
  "modelName": "Shape"
 },
 "indexes": [
  {
   "name": "R48520_SDE_ROWID_UK",
   "fields": "OBJECTID",
   "isAscending": true,
   "isUnique": true,
   "description": ""
  },
  {
   "name": "A15204_IX1",
   "fields": "SHAPE",
   "isAscending": true,
   "isUnique": true,
   "description": ""
  }
 ],
 "datesInUnknownTimezone": false,
 "dateFieldsTimeReference": {
  "timeZone": "Eastern Standard Time",
  "respectsDaylightSaving": true
 },
 "preferredTimeReference": null,
 "types": [],
 "templates": [
  {
   "name": "Roadway SubBlock Intersection",
   "description": "",
   "prototype": {
    "attributes": {
     "GRADE": null,
     "INTERSECTIONNAME": null,
     "INTERSECTIONID": null,
     "INTERSECTIONKEY": null,
     "ROUTEID": null,
     "MEASURE": null,
     "ACISA": null
    }
   },
   "drawingTool": "esriFeatureEditToolPoint"
  }
 ],
 "maxRecordCount": 2000,
 "supportedQueryFormats": "JSON, geoJSON, PBF",
 "supportedExportFormats": "sqlite,filegdb,shapefile,csv,geojson",
 "capabilities": "Query,Extract",
 "useStandardizedQueries": true,
 "bigIntegerRestrictedTo53Bits": true,
 "supportedSpatialRelationships": [
  "esriSpatialRelIntersects",
  "esriSpatialRelContains",
  "esriSpatialRelCrosses",
  "esriSpatialRelEnvelopeIntersects",
  "esriSpatialRelIndexIntersects",
  "esriSpatialRelOverlaps",
  "esriSpatialRelTouches",
  "esriSpatialRelWithin",
  "esriSpatialRelRelation"
 ],
 "standardMaxRecordCount": 32000,
 "tileMaxRecordCount": 8000,
 "standardMaxRecordCountNoGeometry": 32000,
 "maxRecordCountFactor": 1
}