{
 "currentVersion": 11.4,
 "cimVersion": "3.4.0",
 "id": 50,
 "name": "Street Name Lables",
 "type": "Feature Layer",
 "description": "Road segments representing the centerlines of roadways or carriageways. ",
 "geometryType": "esriGeometryPolyline",
 "sourceSpatialReference": {
  "wkid": 102747,
  "latestWkid": 2284,
  "xyTolerance": 0.003280833333333333,
  "zTolerance": 0.001,
  "mTolerance": 0.001,
  "falseX": -111140600,
  "falseY": -91532100,
  "xyUnits": 3048.0060960121928,
  "falseZ": 0,
  "zUnits": 1,
  "falseM": 0,
  "mUnits": 1
 },
 "copyrightText": "",
 "parentLayer": {
  "id": 48,
  "name": "Transportation"
 },
 "subLayers": [],
 "minScale": 0,
 "maxScale": 0,
 "drawingInfo": {
  "renderer": {
   "type": "simple",
   "symbol": {
    "type": "esriSLS",
    "style": "esriSLSNull",
    "color": [
     0,
     0,
     0,
     0
    ],
    "width": 0
   }
  },
  "scaleSymbols": false,
  "transparency": 0,
  "labelingInfo": [
   {
    "labelExpression": "[V_STNAME] CONCAT \" \" CONCAT [V_STSFFX]",
    "labelPlacement": "esriServerLinePlacementCenterAlong",
    "textLayout": "followFeature",
    "deconflictionStrategy": "dynamic",
    "allowOverrun": true,
    "repeatLabel": false,
    "lineConnection": "unambiguousLabels",
    "useClippedGeometry": true,
    "stackLabel": false,
    "removeDuplicates": "all",
    "removeDuplicatesDistance": 250,
    "where": "NOT( V_ORGNAM = '220' OR V_ORGNAM = '460 BYPASS' OR V_ORGNAM = '419 ACCESS' OR V_ORGNAM LIKE '%RAMP%' ) AND MAINROAD = '3'",
    "useCodedValues": true,
    "maxScale": 0,
    "minScale": 0,
    "name": "St Names",
    "priority": 128,
    "symbol": {
     "type": "esriTS",
     "color": [
      115,
      76,
      0,
      255
     ],
     "backgroundColor": null,
     "borderLineColor": null,
     "borderLineSize": null,
     "verticalAlignment": "baseline",
     "horizontalAlignment": "left",
     "rightToLeft": false,
     "angle": 0,
     "xoffset": 0,
     "yoffset": 0,
     "kerning": true,
     "haloColor": null,
     "haloSize": null,
     "font": {
      "family": "Arial",
      "size": 11,
      "style": "normal",
      "weight": "bold",
      "decoration": "none"
     }
    }
   },
   {
    "labelExpression": "\"Blue Ridge Parkway\"",
    "labelPlacement": "esriServerLinePlacementCenterAlong",
    "textLayout": "followFeature",
    "deconflictionStrategy": "dynamic",
    "allowOverrun": true,
    "repeatLabel": true,
    "repeatLabelDistance": 216,
    "lineConnection": "unambiguousLabels",
    "useClippedGeometry": true,
    "stackLabel": false,
    "removeDuplicates": "all",
    "removeDuplicatesDistance": 250,
    "where": "V_ORGNAM = 'BLUE RIDGE PKWY'",
    "useCodedValues": true,
    "maxScale": 0,
    "minScale": 0,
    "name": "Parkway",
    "priority": 129,
    "symbol": {
     "type": "esriTS",
     "color": [
      38,
      75,
      0,
      255
     ],
     "backgroundColor": null,
     "borderLineColor": null,
     "borderLineSize": null,
     "verticalAlignment": "baseline",
     "horizontalAlignment": "left",
     "rightToLeft": false,
     "angle": 0,
     "xoffset": 0,
     "yoffset": 0,
     "kerning": true,
     "haloColor": null,
     "haloSize": null,
     "font": {
      "family": "Arial",
      "size": 10,
      "style": "normal",
      "weight": "normal",
      "decoration": "none"
     }
    }
   }
  ]
 },
 "defaultVisibility": true,
 "extent": {
  "xmin": 1.0861314996994302E7,
  "ymin": 3424555.28906548,
  "xmax": 1.1281529006302133E7,
  "ymax": 3816302.423548639,
  "spatialReference": {
   "wkid": 102747,
   "latestWkid": 2284,
   "xyTolerance": 0.003280833333333333,
   "zTolerance": 0.001,
   "mTolerance": 0.001,
   "falseX": -111140600,
   "falseY": -91532100,
   "xyUnits": 3.672703675085654E7,
   "falseZ": -100000,
   "zUnits": 10000,
   "falseM": -100000,
   "mUnits": 10000
  }
 },
 "hasAttachments": false,
 "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText",
 "displayField": "V_STNAME",
 "typeIdField": null,
 "subtypeFieldName": null,
 "subtypeField": null,
 "defaultSubtypeCode": null,
 "fields": [
  {
   "name": "OBJECTID",
   "type": "esriFieldTypeOID",
   "alias": "OBJECTID",
   "domain": null
  },
  {
   "name": "V_CHGDATE",
   "type": "esriFieldTypeDate",
   "alias": "V_CHGDATE",
   "length": 8,
   "domain": null
  },
  {
   "name": "V_ORGNAM",
   "type": "esriFieldTypeString",
   "alias": "V_ORGNAM",
   "length": 60,
   "domain": null
  },
  {
   "name": "V_PREDIR",
   "type": "esriFieldTypeString",
   "alias": "V_PREDIR",
   "length": 2,
   "domain": {
    "type": "codedValue",
    "name": "SDE_Bearing_Ordinal",
    "description": "This domain to be used for all SDE features that require an ordinal (eight point) directional field",
    "codedValues": [
     {
      "name": "North",
      "code": "N"
     },
     {
      "name": "South",
      "code": "S"
     },
     {
      "name": "East",
      "code": "E"
     },
     {
      "name": "West",
      "code": "W"
     },
     {
      "name": "Northeast",
      "code": "NE"
     },
     {
      "name": "Southeast",
      "code": "SE"
     },
     {
      "name": "Southwest",
      "code": "SW"
     },
     {
      "name": "Northwest",
      "code": "NW"
     }
    ],
    "mergePolicy": "esriMPTDefaultValue",
    "splitPolicy": "esriSPTDefaultValue"
   }
  },
  {
   "name": "V_STNAME",
   "type": "esriFieldTypeString",
   "alias": "V_STNAME",
   "length": 60,
   "domain": null
  },
  {
   "name": "V_STSFFX",
   "type": "esriFieldTypeString",
   "alias": "V_STSFFX",
   "length": 5,
   "domain": null
  },
  {
   "name": "V_POSDIR",
   "type": "esriFieldTypeString",
   "alias": "V_POSDIR",
   "length": 2,
   "domain": {
    "type": "codedValue",
    "name": "SDE_Bearing_Ordinal",
    "description": "This domain to be used for all SDE features that require an ordinal (eight point) directional field",
    "codedValues": [
     {
      "name": "North",
      "code": "N"
     },
     {
      "name": "South",
      "code": "S"
     },
     {
      "name": "East",
      "code": "E"
     },
     {
      "name": "West",
      "code": "W"
     },
     {
      "name": "Northeast",
      "code": "NE"
     },
     {
      "name": "Southeast",
      "code": "SE"
     },
     {
      "name": "Southwest",
      "code": "SW"
     },
     {
      "name": "Northwest",
      "code": "NW"
     }
    ],
    "mergePolicy": "esriMPTDefaultValue",
    "splitPolicy": "esriSPTDefaultValue"
   }
  },
  {
   "name": "V_FRADDL",
   "type": "esriFieldTypeDouble",
   "alias": "V_FRADDL",
   "domain": null
  },
  {
   "name": "V_TOADDL",
   "type": "esriFieldTypeDouble",
   "alias": "V_TOADDL",
   "domain": null
  },
  {
   "name": "V_FRADDR",
   "type": "esriFieldTypeDouble",
   "alias": "V_FRADDR",
   "domain": null
  },
  {
   "name": "V_TOADDR",
   "type": "esriFieldTypeDouble",
   "alias": "V_TOADDR",
   "domain": null
  },
  {
   "name": "STREETLINK",
   "type": "esriFieldTypeString",
   "alias": "STREETLINK",
   "length": 50,
   "domain": null
  },
  {
   "name": "URBAN",
   "type": "esriFieldTypeString",
   "alias": "URBAN",
   "length": 16,
   "domain": null
  },
  {
   "name": "CLASS",
   "type": "esriFieldTypeString",
   "alias": "CLASS",
   "length": 50,
   "domain": null
  },
  {
   "name": "STREET_POS",
   "type": "esriFieldTypeString",
   "alias": "STREET_POS",
   "length": 50,
   "domain": null
  },
  {
   "name": "L_VENUE",
   "type": "esriFieldTypeString",
   "alias": "L_VENUE",
   "length": 50,
   "domain": {
    "type": "codedValue",
    "name": "SDE_Locality",
    "description": "This domain to be used for all SDE features that require a Locality (Jurisdiction) field",
    "codedValues": [
     {
      "name": "Roanoke County",
      "code": "Roanoke County"
     },
     {
      "name": "Town Of Vinton",
      "code": "Town Of Vinton"
     },
     {
      "name": "City Of Roanoke",
      "code": "City Of Roanoke"
     },
     {
      "name": "City Of Salem",
      "code": "City Of Salem"
     },
     {
      "name": "Craig County",
      "code": "Craig County"
     },
     {
      "name": "Montgomery County",
      "code": "Montgomery County"
     },
     {
      "name": "Floyd County",
      "code": "Floyd County"
     },
     {
      "name": "Franklin County",
      "code": "Franklin County"
     },
     {
      "name": "Bedford County",
      "code": "Bedford County"
     },
     {
      "name": "Botetourt County",
      "code": "Botetourt County"
     },
     {
      "name": "Town Of Bedford",
      "code": "Town Of Bedford"
     },
     {
      "name": "Town Of Blacksburg",
      "code": "Town Of Blacksburg"
     },
     {
      "name": "City Of Christiansburg",
      "code": "City Of Christiansburg"
     },
     {
      "name": "Town Of Radford",
      "code": "Town Of Radford"
     },
     {
      "name": "Town Of Floyd",
      "code": "Town Of Floyd"
     },
     {
      "name": "Town Of New Castle",
      "code": "Town Of New Castle"
     },
     {
      "name": "Town Of Rocky Mount",
      "code": "Town Of Rocky Mount"
     },
     {
      "name": "Town Of Boones Mill",
      "code": "Town Of Boones Mill"
     },
     {
      "name": "Town Of Fincastle",
      "code": "Town Of Fincastle"
     },
     {
      "name": "Town Of Troutville",
      "code": "Town Of Troutville"
     }
    ],
    "mergePolicy": "esriMPTDefaultValue",
    "splitPolicy": "esriSPTDefaultValue"
   }
  },
  {
   "name": "R_VENUE",
   "type": "esriFieldTypeString",
   "alias": "R_VENUE",
   "length": 50,
   "domain": {
    "type": "codedValue",
    "name": "SDE_Locality",
    "description": "This domain to be used for all SDE features that require a Locality (Jurisdiction) field",
    "codedValues": [
     {
      "name": "Roanoke County",
      "code": "Roanoke County"
     },
     {
      "name": "Town Of Vinton",
      "code": "Town Of Vinton"
     },
     {
      "name": "City Of Roanoke",
      "code": "City Of Roanoke"
     },
     {
      "name": "City Of Salem",
      "code": "City Of Salem"
     },
     {
      "name": "Craig County",
      "code": "Craig County"
     },
     {
      "name": "Montgomery County",
      "code": "Montgomery County"
     },
     {
      "name": "Floyd County",
      "code": "Floyd County"
     },
     {
      "name": "Franklin County",
      "code": "Franklin County"
     },
     {
      "name": "Bedford County",
      "code": "Bedford County"
     },
     {
      "name": "Botetourt County",
      "code": "Botetourt County"
     },
     {
      "name": "Town Of Bedford",
      "code": "Town Of Bedford"
     },
     {
      "name": "Town Of Blacksburg",
      "code": "Town Of Blacksburg"
     },
     {
      "name": "City Of Christiansburg",
      "code": "City Of Christiansburg"
     },
     {
      "name": "Town Of Radford",
      "code": "Town Of Radford"
     },
     {
      "name": "Town Of Floyd",
      "code": "Town Of Floyd"
     },
     {
      "name": "Town Of New Castle",
      "code": "Town Of New Castle"
     },
     {
      "name": "Town Of Rocky Mount",
      "code": "Town Of Rocky Mount"
     },
     {
      "name": "Town Of Boones Mill",
      "code": "Town Of Boones Mill"
     },
     {
      "name": "Town Of Fincastle",
      "code": "Town Of Fincastle"
     },
     {
      "name": "Town Of Troutville",
      "code": "Town Of Troutville"
     }
    ],
    "mergePolicy": "esriMPTDefaultValue",
    "splitPolicy": "esriSPTDefaultValue"
   }
  },
  {
   "name": "L_ZIP",
   "type": "esriFieldTypeString",
   "alias": "L_ZIP",
   "length": 50,
   "domain": null
  },
  {
   "name": "R_ZIP",
   "type": "esriFieldTypeString",
   "alias": "R_ZIP",
   "length": 50,
   "domain": null
  },
  {
   "name": "PRE_TYPE",
   "type": "esriFieldTypeString",
   "alias": "PRE_TYPE",
   "length": 25,
   "domain": null
  },
  {
   "name": "MAINROAD",
   "type": "esriFieldTypeString",
   "alias": "MAINROAD",
   "length": 50,
   "domain": null
  },
  {
   "name": "ROUTE",
   "type": "esriFieldTypeString",
   "alias": "ROUTE",
   "length": 7,
   "domain": null
  },
  {
   "name": "L_CITY",
   "type": "esriFieldTypeString",
   "alias": "L_CITY",
   "length": 50,
   "domain": null
  },
  {
   "name": "R_CITY",
   "type": "esriFieldTypeString",
   "alias": "R_CITY",
   "length": 50,
   "domain": null
  },
  {
   "name": "V_GEDGEID",
   "type": "esriFieldTypeString",
   "alias": "V_GEDGEID",
   "length": 254,
   "domain": null
  },
  {
   "name": "V_LOCALID",
   "type": "esriFieldTypeDouble",
   "alias": "V_LOCALID",
   "domain": null
  },
  {
   "name": "V_FROMX",
   "type": "esriFieldTypeDouble",
   "alias": "V_FROMX",
   "domain": null
  },
  {
   "name": "V_FROMY",
   "type": "esriFieldTypeDouble",
   "alias": "V_FROMY",
   "domain": null
  },
  {
   "name": "V_TOX",
   "type": "esriFieldTypeDouble",
   "alias": "V_TOX",
   "domain": null
  },
  {
   "name": "V_TOY",
   "type": "esriFieldTypeDouble",
   "alias": "V_TOY",
   "domain": null
  },
  {
   "name": "V_FRNODID",
   "type": "esriFieldTypeString",
   "alias": "V_FRNODID",
   "length": 254,
   "domain": null
  },
  {
   "name": "V_TONODID",
   "type": "esriFieldTypeString",
   "alias": "V_TONODID",
   "length": 254,
   "domain": null
  },
  {
   "name": "ESN",
   "type": "esriFieldTypeInteger",
   "alias": "ESN",
   "domain": null
  },
  {
   "name": "BIKEPLAN",
   "type": "esriFieldTypeString",
   "alias": "BIKEPLAN",
   "length": 50,
   "domain": null
  },
  {
   "name": "DISTANCE",
   "type": "esriFieldTypeDouble",
   "alias": "DISTANCE",
   "domain": null
  },
  {
   "name": "PHASE_1",
   "type": "esriFieldTypeString",
   "alias": "PHASE_1",
   "length": 50,
   "domain": null
  },
  {
   "name": "PHASE_2",
   "type": "esriFieldTypeString",
   "alias": "PHASE_2",
   "length": 50,
   "domain": null
  },
  {
   "name": "created_user",
   "type": "esriFieldTypeString",
   "alias": "CreatedBy",
   "length": 15,
   "domain": null
  },
  {
   "name": "created_date",
   "type": "esriFieldTypeDate",
   "alias": "CreatedDate",
   "length": 8,
   "domain": null
  },
  {
   "name": "last_edited_user",
   "type": "esriFieldTypeString",
   "alias": "ModifiedBy",
   "length": 15,
   "domain": null
  },
  {
   "name": "last_edited_date",
   "type": "esriFieldTypeDate",
   "alias": "ModifiedDate",
   "length": 8,
   "domain": null
  },
  {
   "name": "L_TAX",
   "type": "esriFieldTypeString",
   "alias": "L_TAX",
   "length": 50,
   "domain": {
    "type": "codedValue",
    "name": "SDE_Locality",
    "description": "This domain to be used for all SDE features that require a Locality (Jurisdiction) field",
    "codedValues": [
     {
      "name": "Roanoke County",
      "code": "Roanoke County"
     },
     {
      "name": "Town Of Vinton",
      "code": "Town Of Vinton"
     },
     {
      "name": "City Of Roanoke",
      "code": "City Of Roanoke"
     },
     {
      "name": "City Of Salem",
      "code": "City Of Salem"
     },
     {
      "name": "Craig County",
      "code": "Craig County"
     },
     {
      "name": "Montgomery County",
      "code": "Montgomery County"
     },
     {
      "name": "Floyd County",
      "code": "Floyd County"
     },
     {
      "name": "Franklin County",
      "code": "Franklin County"
     },
     {
      "name": "Bedford County",
      "code": "Bedford County"
     },
     {
      "name": "Botetourt County",
      "code": "Botetourt County"
     },
     {
      "name": "Town Of Bedford",
      "code": "Town Of Bedford"
     },
     {
      "name": "Town Of Blacksburg",
      "code": "Town Of Blacksburg"
     },
     {
      "name": "City Of Christiansburg",
      "code": "City Of Christiansburg"
     },
     {
      "name": "Town Of Radford",
      "code": "Town Of Radford"
     },
     {
      "name": "Town Of Floyd",
      "code": "Town Of Floyd"
     },
     {
      "name": "Town Of New Castle",
      "code": "Town Of New Castle"
     },
     {
      "name": "Town Of Rocky Mount",
      "code": "Town Of Rocky Mount"
     },
     {
      "name": "Town Of Boones Mill",
      "code": "Town Of Boones Mill"
     },
     {
      "name": "Town Of Fincastle",
      "code": "Town Of Fincastle"
     },
     {
      "name": "Town Of Troutville",
      "code": "Town Of Troutville"
     }
    ],
    "mergePolicy": "esriMPTDefaultValue",
    "splitPolicy": "esriSPTDefaultValue"
   }
  },
  {
   "name": "R_TAX",
   "type": "esriFieldTypeString",
   "alias": "R_TAX",
   "length": 50,
   "domain": {
    "type": "codedValue",
    "name": "SDE_Locality",
    "description": "This domain to be used for all SDE features that require a Locality (Jurisdiction) field",
    "codedValues": [
     {
      "name": "Roanoke County",
      "code": "Roanoke County"
     },
     {
      "name": "Town Of Vinton",
      "code": "Town Of Vinton"
     },
     {
      "name": "City Of Roanoke",
      "code": "City Of Roanoke"
     },
     {
      "name": "City Of Salem",
      "code": "City Of Salem"
     },
     {
      "name": "Craig County",
      "code": "Craig County"
     },
     {
      "name": "Montgomery County",
      "code": "Montgomery County"
     },
     {
      "name": "Floyd County",
      "code": "Floyd County"
     },
     {
      "name": "Franklin County",
      "code": "Franklin County"
     },
     {
      "name": "Bedford County",
      "code": "Bedford County"
     },
     {
      "name": "Botetourt County",
      "code": "Botetourt County"
     },
     {
      "name": "Town Of Bedford",
      "code": "Town Of Bedford"
     },
     {
      "name": "Town Of Blacksburg",
      "code": "Town Of Blacksburg"
     },
     {
      "name": "City Of Christiansburg",
      "code": "City Of Christiansburg"
     },
     {
      "name": "Town Of Radford",
      "code": "Town Of Radford"
     },
     {
      "name": "Town Of Floyd",
      "code": "Town Of Floyd"
     },
     {
      "name": "Town Of New Castle",
      "code": "Town Of New Castle"
     },
     {
      "name": "Town Of Rocky Mount",
      "code": "Town Of Rocky Mount"
     },
     {
      "name": "Town Of Boones Mill",
      "code": "Town Of Boones Mill"
     },
     {
      "name": "Town Of Fincastle",
      "code": "Town Of Fincastle"
     },
     {
      "name": "Town Of Troutville",
      "code": "Town Of Troutville"
     }
    ],
    "mergePolicy": "esriMPTDefaultValue",
    "splitPolicy": "esriSPTDefaultValue"
   }
  },
  {
   "name": "LOCALITY",
   "type": "esriFieldTypeString",
   "alias": "LOCALITY",
   "length": 50,
   "domain": {
    "type": "codedValue",
    "name": "SDE_Locality",
    "description": "This domain to be used for all SDE features that require a Locality (Jurisdiction) field",
    "codedValues": [
     {
      "name": "Roanoke County",
      "code": "Roanoke County"
     },
     {
      "name": "Town Of Vinton",
      "code": "Town Of Vinton"
     },
     {
      "name": "City Of Roanoke",
      "code": "City Of Roanoke"
     },
     {
      "name": "City Of Salem",
      "code": "City Of Salem"
     },
     {
      "name": "Craig County",
      "code": "Craig County"
     },
     {
      "name": "Montgomery County",
      "code": "Montgomery County"
     },
     {
      "name": "Floyd County",
      "code": "Floyd County"
     },
     {
      "name": "Franklin County",
      "code": "Franklin County"
     },
     {
      "name": "Bedford County",
      "code": "Bedford County"
     },
     {
      "name": "Botetourt County",
      "code": "Botetourt County"
     },
     {
      "name": "Town Of Bedford",
      "code": "Town Of Bedford"
     },
     {
      "name": "Town Of Blacksburg",
      "code": "Town Of Blacksburg"
     },
     {
      "name": "City Of Christiansburg",
      "code": "City Of Christiansburg"
     },
     {
      "name": "Town Of Radford",
      "code": "Town Of Radford"
     },
     {
      "name": "Town Of Floyd",
      "code": "Town Of Floyd"
     },
     {
      "name": "Town Of New Castle",
      "code": "Town Of New Castle"
     },
     {
      "name": "Town Of Rocky Mount",
      "code": "Town Of Rocky Mount"
     },
     {
      "name": "Town Of Boones Mill",
      "code": "Town Of Boones Mill"
     },
     {
      "name": "Town Of Fincastle",
      "code": "Town Of Fincastle"
     },
     {
      "name": "Town Of Troutville",
      "code": "Town Of Troutville"
     }
    ],
    "mergePolicy": "esriMPTDefaultValue",
    "splitPolicy": "esriSPTDefaultValue"
   }
  },
  {
   "name": "L_IRA",
   "type": "esriFieldTypeInteger",
   "alias": "Left IRA",
   "domain": null
  },
  {
   "name": "R_IRA",
   "type": "esriFieldTypeInteger",
   "alias": "Right IRA",
   "domain": null
  },
  {
   "name": "L_RD",
   "type": "esriFieldTypeInteger",
   "alias": "Left Rep Dist",
   "domain": null
  },
  {
   "name": "R_RD",
   "type": "esriFieldTypeInteger",
   "alias": "Right Rep Dist",
   "domain": null
  },
  {
   "name": "Pavement_Width",
   "type": "esriFieldTypeSmallInteger",
   "alias": "Pavement_Width",
   "domain": null
  },
  {
   "name": "Pavement_Type",
   "type": "esriFieldTypeString",
   "alias": "Pavement_Type",
   "length": 50,
   "domain": null
  },
  {
   "name": "Speed_Limit",
   "type": "esriFieldTypeSmallInteger",
   "alias": "Speed_Limit",
   "domain": null
  },
  {
   "name": "AADT",
   "type": "esriFieldTypeSmallInteger",
   "alias": "AADT",
   "domain": null
  },
  {
   "name": "Resolution_Date",
   "type": "esriFieldTypeDate",
   "alias": "Resolution_Date",
   "length": 8,
   "domain": null
  },
  {
   "name": "VDOT_Accept_Date",
   "type": "esriFieldTypeDate",
   "alias": "VDOT_Accept_Date",
   "length": 8,
   "domain": null
  },
  {
   "name": "VDOT_Length",
   "type": "esriFieldTypeDouble",
   "alias": "VDOT_Length",
   "domain": null
  },
  {
   "name": "RW_Width",
   "type": "esriFieldTypeDouble",
   "alias": "Right of Way Width",
   "domain": null
  },
  {
   "name": "StreetView",
   "type": "esriFieldTypeString",
   "alias": "StreetView",
   "length": 3,
   "domain": null
  },
  {
   "name": "WebX_Centroid",
   "type": "esriFieldTypeDouble",
   "alias": "WebX_Centroid",
   "domain": null
  },
  {
   "name": "WebY_Centroid",
   "type": "esriFieldTypeDouble",
   "alias": "WebY_Centroid",
   "domain": null
  },
  {
   "name": "Shape",
   "type": "esriFieldTypeGeometry",
   "alias": "SHAPE",
   "domain": null
  },
  {
   "name": "Shape.STLength()",
   "type": "esriFieldTypeDouble",
   "alias": "Shape.STLength()",
   "domain": null
  },
  {
   "name": "SECONDARY_ROUTE",
   "type": "esriFieldTypeString",
   "alias": "SECONDARY ROUTE",
   "length": 7,
   "domain": null
  },
  {
   "name": "SECONDARY_PRE_TYPE",
   "type": "esriFieldTypeString",
   "alias": "SECONDARY PRE TYPE",
   "length": 25,
   "domain": null
  },
  {
   "name": "Z_Intersection",
   "type": "esriFieldTypeSmallInteger",
   "alias": "Z Intersection",
   "domain": null
  },
  {
   "name": "One_Way",
   "type": "esriFieldTypeString",
   "alias": "One-Way",
   "length": 3,
   "domain": {
    "type": "codedValue",
    "name": "Steets_Oneway",
    "description": "Describes the drivetion of travel restrictions",
    "codedValues": [
     {
      "name": "From-To",
      "code": "FT"
     },
     {
      "name": "To-From",
      "code": "TF"
     },
     {
      "name": "Both",
      "code": "B"
     },
     {
      "name": "None",
      "code": "N"
     }
    ],
    "mergePolicy": "esriMPTDefaultValue",
    "splitPolicy": "esriSPTDefaultValue"
   }
  },
  {
   "name": "ROUTE_PRE_DIR",
   "type": "esriFieldTypeString",
   "alias": "ROUTE_PRE_DIR",
   "length": 4,
   "domain": null
  },
  {
   "name": "ROUTE_POST_DIR",
   "type": "esriFieldTypeString",
   "alias": "ROUTE_POST_DIR",
   "length": 4,
   "domain": null
  },
  {
   "name": "INPSAP",
   "type": "esriFieldTypeString",
   "alias": "INPSAP",
   "length": 3,
   "domain": {
    "type": "codedValue",
    "name": "SDE_Boolean_YesNo",
    "description": "This domain to be used for all SDE features that require a Yes/No (Boolean) field",
    "codedValues": [
     {
      "name": "Yes",
      "code": "Yes"
     },
     {
      "name": "No",
      "code": "No"
     }
    ],
    "mergePolicy": "esriMPTDefaultValue",
    "splitPolicy": "esriSPTDefaultValue"
   }
  },
  {
   "name": "Z_TO",
   "type": "esriFieldTypeString",
   "alias": "Z TO",
   "length": 50,
   "domain": null
  },
  {
   "name": "GlobalID",
   "type": "esriFieldTypeGlobalID",
   "alias": "GlobalID",
   "length": 38,
   "domain": null
  },
  {
   "name": "L_ESN",
   "type": "esriFieldTypeInteger",
   "alias": "L_ESN",
   "domain": null
  },
  {
   "name": "R_ESN",
   "type": "esriFieldTypeInteger",
   "alias": "R_ESN",
   "domain": null
  },
  {
   "name": "SegmentType",
   "type": "esriFieldTypeInteger",
   "alias": "SegmentType",
   "domain": {
    "type": "codedValue",
    "name": "Streets_SegmentType",
    "description": "SegmentType",
    "codedValues": [
     {
      "name": "Airport Road",
      "code": 1
     },
     {
      "name": "Bridge/Overpass",
      "code": 2
     },
     {
      "name": "Gate",
      "code": 5
     },
     {
      "name": "Merge",
      "code": 8
     },
     {
      "name": "Separated Turn Lane",
      "code": 9
     },
     {
      "name": "Tunnel/Underpass",
      "code": 10
     },
     {
      "name": "Traffic Circle",
      "code": 20
     },
     {
      "name": "Cul-de-sac",
      "code": 30
     },
     {
      "name": "Toll Booth",
      "code": 40
     },
     {
      "name": "Ferry Crossing",
      "code": 50
     },
     {
      "name": "Other Centerline",
      "code": 99
     }
    ],
    "mergePolicy": "esriMPTDefaultValue",
    "splitPolicy": "esriSPTDefaultValue"
   }
  },
  {
   "name": "NGUID",
   "type": "esriFieldTypeString",
   "alias": "NGUID",
   "length": 100,
   "domain": null
  },
  {
   "name": "Streets_Exists",
   "type": "esriFieldTypeString",
   "alias": "Exists",
   "length": 3,
   "domain": {
    "type": "codedValue",
    "name": "SDE_Boolean_YesNo",
    "description": "This domain to be used for all SDE features that require a Yes/No (Boolean) field",
    "codedValues": [
     {
      "name": "Yes",
      "code": "Yes"
     },
     {
      "name": "No",
      "code": "No"
     }
    ],
    "mergePolicy": "esriMPTDefaultValue",
    "splitPolicy": "esriSPTDefaultValue"
   }
  },
  {
   "name": "Dual_Carriage",
   "type": "esriFieldTypeString",
   "alias": "Dual_Carriage",
   "length": 50,
   "domain": null
  },
  {
   "name": "Z_FROM",
   "type": "esriFieldTypeString",
   "alias": "Z From",
   "length": 50,
   "domain": null
  }
 ],
 "geometryField": {
  "name": "Shape",
  "type": "esriFieldTypeGeometry",
  "alias": "SHAPE"
 },
 "indexes": [
  {
   "name": "R852_pk",
   "fields": "OBJECTID",
   "isAscending": true,
   "isUnique": true,
   "description": ""
  },
  {
   "name": "UUID_852",
   "fields": "GlobalID",
   "isAscending": true,
   "isUnique": false,
   "description": ""
  },
  {
   "name": "S710_idx",
   "fields": "Shape",
   "isAscending": true,
   "isUnique": true,
   "description": ""
  }
 ],
 "subtypes": [],
 "relationships": [],
 "canModifyLayer": true,
 "canScaleSymbols": false,
 "hasLabels": true,
 "capabilities": "Map,Query,Data",
 "maxRecordCount": 1000,
 "maxSelectionCount": 2000,
 "supportsStatistics": true,
 "supportsExceedsLimitStatistics": true,
 "supportsAdvancedQueries": true,
 "supportedQueryFormats": "JSON, geoJSON, PBF",
 "isDataVersioned": false,
 "effectiveMinScale": 100000,
 "effectiveMaxScale": 50001,
 "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,
  "supportsAdvancedQueryRelated": true,
  "supportsQueryRelatedPagination": true,
  "supportsPagination": true,
  "supportsLod": false,
  "supportsQueryWithLodSR": false,
  "supportsTrueCurve": true,
  "supportsQueryWithDatumTransformation": true,
  "supportsReturningQueryExtent": true,
  "supportsQueryWithDistance": true,
  "supportsSqlExpression": true,
  "supportsTimeRelation": true,
  "supportsSqlFormat": false,
  "supportsQueryAnalytic": true,
  "supportsCurrentUserQueries": true
 },
 "supportsDatumTransformation": true,
 "advancedQueryAnalyticCapabilities": {
  "supportsLinearRegression": true,
  "supportsAsync": false,
  "supportsPercentileAnalytic": true
 },
 "dateFieldsTimeReference": null,
 "preferredTimeReference": null,
 "datesInUnknownTimezone": false,
 "hasGeometryProperties": true,
 "geometryProperties": {
  "shapeLengthFieldName": "Shape.STLength()",
  "units": "esriFeet",
  "mapUnits": {"uwkid": 9003}
 },
 "hasMetadata": false,
 "isDataArchived": false,
 "archivingInfo": {
  "supportsQueryWithHistoricMoment": false,
  "startArchivingMoment": -1
 },
 "supportsCoordinatesQuantization": true,
 "supportsDynamicLegends": true,
 "serviceItemId": "0b73f2a1401c4ddea659e7ffbdf27bc0"
}