{ "currentVersion": 10.81, "id": 5, "name": "Roadway Segment", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": false, "minScale": 10000, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPolyline", "description": "Roadway Segment is an event based on Roadways from one roadway intersection to another roadway intersection .RoadwaySegID should be unique to identify Roadway Segments", "copyrightText": "DDOT, DDOTGIS", "editFieldsInfo": null, "ownershipBasedAccessControlForFeatures": null, "syncCanReturnChanges": false, "relationships": [], "isDataVersioned": true, "isDataArchived": false, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsStatistics": true, "supportsAdvancedQueries": true, "supportsValidateSQL": true, "supportsCoordinatesQuantization": true, "supportsCalculate": false, "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": "" } ], "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": "ROADWAYSEGID", "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": "FROMDATE", "type": "esriFieldTypeDate", "alias": "From Date", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "FromDate" }, { "name": "TODATE", "type": "esriFieldTypeDate", "alias": "To Date", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "ToDate" }, { "name": "FROMMEASURE", "type": "esriFieldTypeDouble", "alias": "From Measure", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "FromMeasure" }, { "name": "TOMEASURE", "type": "esriFieldTypeDouble", "alias": "To Measure", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "ToMeasure" }, { "name": "ROUTENAME", "type": "esriFieldTypeString", "alias": "Route Name", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "RouteName" }, { "name": "ROADTYPE", "type": "esriFieldTypeSmallInteger", "alias": "Road Type", "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": "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": "SQUARE", "type": "esriFieldTypeString", "alias": "SQUARE", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "SQUARE" }, { "name": "SUFFIX", "type": "esriFieldTypeString", "alias": "SUFFIX", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "SUFFIX" } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null, "editable": false, "nullable": true, "defaultValue": null, "modelName": "SHAPE" }, "indexes": [ { "name": "ix_ROUTEID", "fields": "ROUTEID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "ix_FROMDATE_TODA", "fields": "FROMDATE,TODATE", "isAscending": true, "isUnique": false, "description": "" }, { "name": "S557_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"} }, "templates": [ { "name": "1", "description": "", "prototype": { "attributes": { "SQUARE": null, "SUFFIX": null, "ROUTEID": null, "FROMDATE": null, "TODATE": null, "FROMMEASURE": null, "TOMEASURE": null, "ROUTENAME": null, "ROADTYPE": 1, "DIRECTIONALITY": null } }, "drawingTool": "esriFeatureEditToolLine" } ] }, { "id": 2, "name": "2", "domains": { "ROADTYPE": {"type": "inherited"}, "DIRECTIONALITY": {"type": "inherited"} }, "templates": [ { "name": "2", "description": "", "prototype": { "attributes": { "SQUARE": null, "SUFFIX": null, "ROUTEID": null, "FROMDATE": null, "TODATE": null, "FROMMEASURE": null, "TOMEASURE": null, "ROUTENAME": null, "ROADTYPE": 2, "DIRECTIONALITY": null } }, "drawingTool": "esriFeatureEditToolLine" } ] }, { "id": 3, "name": "3", "domains": { "ROADTYPE": {"type": "inherited"}, "DIRECTIONALITY": {"type": "inherited"} }, "templates": [ { "name": "3", "description": "", "prototype": { "attributes": { "SQUARE": null, "SUFFIX": null, "ROUTEID": null, "FROMDATE": null, "TODATE": null, "FROMMEASURE": null, "TOMEASURE": null, "ROUTENAME": null, "ROADTYPE": 3, "DIRECTIONALITY": null } }, "drawingTool": "esriFeatureEditToolLine" } ] }, { "id": 4, "name": "4", "domains": { "ROADTYPE": {"type": "inherited"}, "DIRECTIONALITY": {"type": "inherited"} }, "templates": [ { "name": "4", "description": "", "prototype": { "attributes": { "SQUARE": null, "SUFFIX": null, "ROUTEID": null, "FROMDATE": null, "TODATE": null, "FROMMEASURE": null, "TOMEASURE": null, "ROUTENAME": null, "ROADTYPE": 4, "DIRECTIONALITY": null } }, "drawingTool": "esriFeatureEditToolLine" } ] }, { "id": 5, "name": "5", "domains": { "ROADTYPE": {"type": "inherited"}, "DIRECTIONALITY": {"type": "inherited"} }, "templates": [ { "name": "5", "description": "", "prototype": { "attributes": { "SQUARE": null, "SUFFIX": null, "ROUTEID": null, "FROMDATE": null, "TODATE": null, "FROMMEASURE": null, "TOMEASURE": null, "ROUTENAME": null, "ROADTYPE": 5, "DIRECTIONALITY": null } }, "drawingTool": "esriFeatureEditToolLine" } ] } ], "templates": [], "maxRecordCount": 1000, "supportedQueryFormats": "JSON, geoJSON", "capabilities": "Query", "useStandardizedQueries": true, "standardMaxRecordCount": 8000, "tileMaxRecordCount": 4000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1 }