{ "currentVersion": 10.81, "id": 7, "name": "HPMS Section", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": true, "minScale": 10000, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPolyline", "description": "Highway Performance Monitoring System (HPMS) is an event based on Federal Highways requirements for annual reporting", "copyrightText": "DDOT, IPMA", "editFieldsInfo": { "creationDateField": "created_date", "creatorField": "created_user", "editDateField": "last_edited_date", "editorField": "last_edited_user" }, "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": "SECTIONTYPE", "field2": null, "field3": null, "defaultSymbol": null, "defaultLabel": null, "uniqueValueInfos": [ { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 0, 255 ], "width": 9.900001525878906 }, "value": "1", "label": "Samples", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 112, 255, 255 ], "width": 9.900001525878906 }, "value": "2", "label": "Potential Samples", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 56, 168, 0, 255 ], "width": 1.7 }, "value": "3", "label": "Local Roads", "description": "" } ], "fieldDelimiter": "," }, "transparency": 0, "labelingInfo": [ { "labelPlacement": "esriServerLinePlacementAboveAlong", "where": "SECTIONTYPE = 1", "labelExpression": "[HPMSID]", "useCodedValues": true, "symbol": { "type": "esriTS", "color": [ 230, 0, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": null, "haloSize": null, "font": { "family": "Arial", "size": 12, "style": "normal", "weight": "bold", "decoration": "none" } }, "minScale": 0, "maxScale": 0 }, { "labelPlacement": "esriServerLinePlacementAboveAlong", "where": "SECTIONTYPE = 2", "labelExpression": "[HPMSID]", "useCodedValues": true, "symbol": { "type": "esriTS", "color": [ 0, 92, 230, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "center", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": null, "haloSize": null, "font": { "family": "Arial", "size": 12, "style": "normal", "weight": "bold", "decoration": "none" } }, "minScale": 0, "maxScale": 0 } ] }, "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": "HPMSID", "typeIdField": "SECTIONTYPE", "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": "HPMSID", "type": "esriFieldTypeString", "alias": "HPMS ID", "domain": null, "editable": true, "nullable": true, "length": 12, "defaultValue": null, "modelName": "HPMSID" }, { "name": "SECTIONTYPE", "type": "esriFieldTypeSmallInteger", "alias": "Section Type", "domain": { "type": "codedValue", "name": "HPMSSectionType", "description": "Description", "codedValues": [ { "name": "Sample Section", "code": 1 }, { "name": "Potential Sample Section", "code": 2 }, { "name": "Local Section", "code": 3 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "SECTIONTYPE" }, { "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": "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": "EVENTID", "type": "esriFieldTypeGUID", "alias": "EventID", "domain": null, "editable": true, "nullable": true, "length": 38, "defaultValue": null, "modelName": "EVENTID" } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null, "editable": false, "nullable": true, "defaultValue": null, "modelName": "SHAPE" }, "indexes": [ { "name": "R112_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "I124ROUTEID", "fields": "ROUTEID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "I124FROMDATE1", "fields": "FROMDATE,TODATE", "isAscending": true, "isUnique": false, "description": "" }, { "name": "I124EVENTID", "fields": "EVENTID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "S6_idx", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "types": [ { "id": 1, "name": "1", "domains": { "SECTIONTYPE": {"type": "inherited"} }, "templates": [ { "name": "Samples", "description": "", "prototype": { "attributes": { "HPMSID": null, "EVENTID": null, "ROUTEID": null, "SECTIONTYPE": 1, "FROMMEASURE": null, "TOMEASURE": null, "FROMDATE": null, "TODATE": null } }, "drawingTool": "esriFeatureEditToolLine" } ] }, { "id": 2, "name": "2", "domains": { "SECTIONTYPE": {"type": "inherited"} }, "templates": [ { "name": "Potential Samples", "description": "", "prototype": { "attributes": { "HPMSID": null, "EVENTID": null, "ROUTEID": null, "SECTIONTYPE": 2, "FROMMEASURE": null, "TOMEASURE": null, "FROMDATE": null, "TODATE": null } }, "drawingTool": "esriFeatureEditToolLine" } ] }, { "id": 3, "name": "3", "domains": { "SECTIONTYPE": {"type": "inherited"} }, "templates": [ { "name": "Local Roads", "description": "", "prototype": { "attributes": { "HPMSID": null, "EVENTID": null, "ROUTEID": null, "SECTIONTYPE": 3, "FROMMEASURE": null, "TOMEASURE": null, "FROMDATE": null, "TODATE": null } }, "drawingTool": "esriFeatureEditToolLine" } ] } ], "templates": [], "maxRecordCount": 1000, "supportedQueryFormats": "JSON, geoJSON", "capabilities": "Query", "useStandardizedQueries": true, "standardMaxRecordCount": 8000, "tileMaxRecordCount": 4000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1 }