{ "layers": [ { "currentVersion": 11.1, "cimVersion": "3.1.0", "id": 0, "name": "Street Centerline", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": true, "minScale": 0, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPolyline", "description": "", "copyrightText": "", "editFieldsInfo": { "creationDateField": "created_date", "creatorField": "created_user", "editDateField": "last_edited_date", "editorField": "last_edited_user" }, "ownershipBasedAccessControlForFeatures": null, "syncCanReturnChanges": true, "relationships": [], "isDataVersioned": true, "isDataArchived": false, "infoInEstimates": [ "extent" ], "isDataBranchVersioned": false, "isDataReplicaTracked": false, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": false, "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, "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" }, "hasGeometryProperties": true, "geometryProperties": { "shapeLengthFieldName": "Shape__Length", "units": "esriFeet" }, "hasMetadata": true, "extent": { "xmin": 2346825, "ymin": 7007858, "xmax": 2374456.5, "ymax": 7046420.5, "spatialReference": { "wkid": 102738, "latestWkid": 2276, "xyTolerance": 0.003280833333333333, "zTolerance": 2, "mTolerance": 2, "falseX": -123407700, "falseY": -86123500, "xyUnits": 3.592069011000888E7, "falseZ": 0, "zUnits": 1, "falseM": -100000, "mUnits": 10000 } }, "sourceSpatialReference": { "wkid": 102738, "latestWkid": 2276, "xyTolerance": 0.2, "zTolerance": 2, "mTolerance": 2, "falseX": -123407700, "falseY": -86123500, "xyUnits": 2560, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 178, 178, 178, 255 ], "width": 0.8 } }, "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": "GlobalID", "displayField": "STREETNAME", "typeIdField": "", "subtypeField": "", "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "LEFTFROM", "type": "esriFieldTypeInteger", "alias": "Left From", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "LEFTFROM" }, { "name": "LEFTTO", "type": "esriFieldTypeInteger", "alias": "Left To", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "LEFTTO" }, { "name": "RIGHTFROM", "type": "esriFieldTypeInteger", "alias": "Right From", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "RIGHTFROM" }, { "name": "RIGHTTO", "type": "esriFieldTypeInteger", "alias": "Right To", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "RIGHTTO" }, { "name": "LABELNAME", "type": "esriFieldTypeString", "alias": "Street Name", "domain": null, "editable": true, "nullable": true, "length": 30, "defaultValue": null, "modelName": "LABELNAME" }, { "name": "STREETCLASSIFICATION", "type": "esriFieldTypeString", "alias": "Street Classification", "domain": { "type": "codedValue", "name": "DomainStreetClassification", "description": "", "codedValues": [ { "name": "N/A", "code": "N/A" }, { "name": "A6D", "code": "A6D" }, { "name": "A4D", "code": "A4D" }, { "name": "C4U", "code": "C4U" }, { "name": "C3U", "code": "C3U" }, { "name": "C2U", "code": "C2U" }, { "name": "RES", "code": "RES" }, { "name": "A2D", "code": "A2D" }, { "name": "A2U", "code": "A2U" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 6, "defaultValue": null, "modelName": "StreetClassification" }, { "name": "ISPRIVATE", "type": "esriFieldTypeString", "alias": "Is Private", "domain": { "type": "codedValue", "name": "DomainYesNo", "description": "", "codedValues": [ { "name": "Yes", "code": "Y" }, { "name": "No", "code": "N" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 3, "defaultValue": "N", "modelName": "IsPrivate" }, { "name": "STREETWIDTHINFEET", "type": "esriFieldTypeInteger", "alias": "Width (Ft)", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "STREETWIDTHINFEET" }, { "name": "MATERIALTYPE", "type": "esriFieldTypeInteger", "alias": "Material Type", "domain": { "type": "codedValue", "name": "DomainMaterialType", "description": "", "codedValues": [ { "name": "N/A", "code": 0 }, { "name": "Unknown", "code": 1 }, { "name": "Asphalt", "code": 2 }, { "name": "Concrete", "code": 3 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "MaterialType" }, { "name": "HASCURB", "type": "esriFieldTypeString", "alias": "Has Curb", "domain": { "type": "codedValue", "name": "DomainYesNo", "description": "", "codedValues": [ { "name": "Yes", "code": "Y" }, { "name": "No", "code": "N" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 1, "defaultValue": null, "modelName": "HasCurb" }, { "name": "STREETOWNERSHIP", "type": "esriFieldTypeString", "alias": "Street Ownership", "domain": { "type": "codedValue", "name": "DomainStreetOwnership", "description": "", "codedValues": [ { "name": "N/A", "code": "0" }, { "name": "KEL", "code": "1" }, { "name": "TXD", "code": "2" }, { "name": "TAR", "code": "3" }, { "name": "NRH", "code": "4" }, { "name": "SOU", "code": "5" }, { "name": "FTW", "code": "6" }, { "name": "WAT", "code": "7" }, { "name": "WES", "code": "8" }, { "name": "PRIV", "code": "9" }, { "name": "CON", "code": "10" }, { "name": "UNK", "code": "11" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 6, "defaultValue": null, "modelName": "StreetOwnership" }, { "name": "COMPLETIONDATE", "type": "esriFieldTypeString", "alias": "Completion Date", "domain": null, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "COMPLETIONDATE" }, { "name": "ISMAJORRUNNINGROUTE", "type": "esriFieldTypeString", "alias": "IsMajorRunningRoute", "domain": { "type": "codedValue", "name": "DomainYesNo", "description": "", "codedValues": [ { "name": "Yes", "code": "Y" }, { "name": "No", "code": "N" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 255, "defaultValue": "N", "modelName": "IsMajorRunningRoute" }, { "name": "FEATUREID", "type": "esriFieldTypeString", "alias": "FEATUREID", "domain": null, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "FEATUREID" }, { "name": "FROMINT", "type": "esriFieldTypeString", "alias": "FROMINT", "domain": null, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "FROMINT" }, { "name": "TOINT", "type": "esriFieldTypeString", "alias": "TOINT", "domain": null, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "TOINT" }, { "name": "HIGHRANGELIMIT", "type": "esriFieldTypeDouble", "alias": "HIGHRANGELIMIT", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "HIGHRANGELIMIT" }, { "name": "LOWRANGELIMIT", "type": "esriFieldTypeDouble", "alias": "LOWRANGELIMIT", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "LOWRANGELIMIT" }, { "name": "NOOFLANES", "type": "esriFieldTypeDouble", "alias": "Number of Lanes", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "NOOFLANES" }, { "name": "USNG", "type": "esriFieldTypeString", "alias": "USNG", "domain": null, "editable": true, "nullable": true, "length": 25, "defaultValue": null, "modelName": "USNG" }, { "name": "TR_RTE_ID", "type": "esriFieldTypeString", "alias": "TR_RTE_ID", "domain": null, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "TR_RTE_ID" }, { "name": "REC_RTE_ID", "type": "esriFieldTypeString", "alias": "REC_RTE_ID", "domain": null, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "REC_RTE_ID" }, { "name": "SPEED_LIMI", "type": "esriFieldTypeInteger", "alias": "SPEED_LIMI", "domain": { "type": "range", "name": "T911DomainSpeedLimit", "description": "", "range": [ 0, 75 ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "SPEED_LIMI" }, { "name": "Shape__Length", "type": "esriFieldTypeDouble", "alias": "Length (Ft)", "domain": null, "editable": false, "nullable": true, "defaultValue": null, "modelName": "SHAPE.STLength()" }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "domain": null, "editable": false, "nullable": false, "length": 38, "defaultValue": null, "modelName": "GlobalID" } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "SHAPE" }, "indexes": [ { "name": "R923_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_923", "fields": "GlobalID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_OID_923", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S637_idx", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "datesInUnknownTimezone": false, "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "preferredTimeReference": null, "types": [], "templates": [ { "name": "Street Centerline", "description": "", "prototype": { "attributes": { "REC_RTE_ID": null, "SPEED_LIMI": null, "LEFTFROM": null, "LEFTTO": null, "RIGHTFROM": null, "RIGHTTO": null, "LABELNAME": null, "STREETCLASSIFICATION": null, "ISPRIVATE": "N", "STREETWIDTHINFEET": null, "MATERIALTYPE": null, "HASCURB": null, "STREETOWNERSHIP": null, "COMPLETIONDATE": null, "ISMAJORRUNNINGROUTE": "N", "FEATUREID": null, "FROMINT": null, "TOINT": null, "HIGHRANGELIMIT": null, "LOWRANGELIMIT": null, "NOOFLANES": null, "USNG": null, "TR_RTE_ID": null } }, "drawingTool": "esriFeatureEditToolLine" } ], "maxRecordCount": 2000, "supportedQueryFormats": "JSON, geoJSON, PBF", "supportedExportFormats": "sqlite,filegdb,shapefile,csv,geojson", "capabilities": "Query,Create,Update,Delete,Uploads,Editing", "useStandardizedQueries": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "standardMaxRecordCount": 8000, "tileMaxRecordCount": 4000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1, "serviceItemId": "e1ae19d561dc4f61865b09278a145941" }, { "currentVersion": 11.1, "cimVersion": "3.1.0", "id": 1, "name": "Street Sub Segment", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": true, "minScale": 0, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPolyline", "description": "", "copyrightText": "", "editFieldsInfo": { "creationDateField": "created_date", "creatorField": "created_user", "editDateField": "last_edited_date", "editorField": "last_edited_user" }, "ownershipBasedAccessControlForFeatures": null, "syncCanReturnChanges": false, "relationships": [], "isDataVersioned": true, "isDataArchived": false, "infoInEstimates": [ "extent" ], "isDataBranchVersioned": false, "isDataReplicaTracked": false, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": false, "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, "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" }, "hasGeometryProperties": true, "geometryProperties": { "shapeLengthFieldName": "Shape__Length", "units": "esriFeet" }, "hasMetadata": true, "extent": { "xmin": 2346825, "ymin": 7007858, "xmax": 2374456.5, "ymax": 7046420.5, "spatialReference": { "wkid": 102738, "latestWkid": 2276, "xyTolerance": 0.003280833333333333, "zTolerance": 2, "mTolerance": 2, "falseX": -123407700, "falseY": -86123500, "xyUnits": 3.592069011000888E7, "falseZ": 0, "zUnits": 1, "falseM": -100000, "mUnits": 10000 } }, "sourceSpatialReference": { "wkid": 102738, "latestWkid": 2276, "xyTolerance": 0.2, "zTolerance": 2, "mTolerance": 2, "falseX": -123407700, "falseY": -86123500, "xyUnits": 2560, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 178, 178, 178, 255 ], "width": 0.8 } }, "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": "SBG_STARTPT", "typeIdField": "", "subtypeField": "", "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "SBG_STARTPT", "type": "esriFieldTypeDouble", "alias": "Start Station", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "SBG_STARTPT" }, { "name": "SBG_ENDPT", "type": "esriFieldTypeDouble", "alias": "End Station", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "SBG_ENDPT" }, { "name": "SBG_SURF_CD", "type": "esriFieldTypeInteger", "alias": "Surface Type", "domain": { "type": "codedValue", "name": "STSUBSEG_SB_SURF_CD", "description": "Pavement Type", "codedValues": [ { "name": "N/A", "code": 0 }, { "name": "Asphalt", "code": 1 }, { "name": "Concrete", "code": 2 }, { "name": "Composite", "code": 3 }, { "name": "Gravel", "code": 4 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "SBG_SURF_CD" }, { "name": "SBG_WIDTH", "type": "esriFieldTypeDouble", "alias": "Width", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "SBG_WIDTH" }, { "name": "SBG_GRP_NO", "type": "esriFieldTypeString", "alias": "Group Number", "domain": null, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "SBG_GRP_NO" }, { "name": "SBG_SUPER", "type": "esriFieldTypeString", "alias": "SBG_SUPER", "domain": null, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "SBG_SUPER" }, { "name": "SBG_LENGTH", "type": "esriFieldTypeDouble", "alias": "Length", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "SBG_LENGTH" }, { "name": "SBG_SN_ID", "type": "esriFieldTypeInteger", "alias": "Internal Segment ID", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "SBG_SN_ID" }, { "name": "SBG_ID", "type": "esriFieldTypeInteger", "alias": "Internal Subseg ID", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "SBG_ID" }, { "name": "SBG_DB", "type": "esriFieldTypeSmallInteger", "alias": "In GBA Database?", "domain": null, "editable": true, "nullable": true, "defaultValue": 0, "modelName": "SBG_DB" }, { "name": "SBG_CODE", "type": "esriFieldTypeString", "alias": "Subsegment Code", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "SBG_CODE" }, { "name": "created_user", "type": "esriFieldTypeString", "alias": "created_user", "domain": null, "editable": false, "nullable": true, "length": 255, "defaultValue": null, "modelName": "created_user" }, { "name": "created_date", "type": "esriFieldTypeDate", "alias": "created_date", "domain": null, "editable": false, "nullable": true, "length": 8, "defaultValue": null, "modelName": "created_date" }, { "name": "last_edited_user", "type": "esriFieldTypeString", "alias": "last_edited_user", "domain": null, "editable": false, "nullable": true, "length": 255, "defaultValue": null, "modelName": "last_edited_user" }, { "name": "last_edited_date", "type": "esriFieldTypeDate", "alias": "last_edited_date", "domain": null, "editable": false, "nullable": true, "length": 8, "defaultValue": null, "modelName": "last_edited_date" }, { "name": "Shape__Length", "type": "esriFieldTypeDouble", "alias": "SHAPE.STLength()", "domain": null, "editable": false, "nullable": true, "defaultValue": null, "modelName": "SHAPE.STLength()" } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "SHAPE" }, "indexes": [ { "name": "R928_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S642_idx", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "datesInUnknownTimezone": false, "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "preferredTimeReference": null, "types": [], "templates": [ { "name": "Street Sub Segment", "description": "", "prototype": { "attributes": { "SBG_DB": 0, "SBG_CODE": null, "SBG_STARTPT": null, "SBG_ENDPT": null, "SBG_SURF_CD": null, "SBG_WIDTH": null, "SBG_GRP_NO": null, "SBG_SUPER": null, "SBG_LENGTH": null, "SBG_SN_ID": null, "SBG_ID": null } }, "drawingTool": "esriFeatureEditToolLine" } ], "maxRecordCount": 2000, "supportedQueryFormats": "JSON, geoJSON, PBF", "supportedExportFormats": "sqlite,filegdb,shapefile,csv,geojson", "capabilities": "Query,Create,Update,Delete,Uploads,Editing", "useStandardizedQueries": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "standardMaxRecordCount": 8000, "tileMaxRecordCount": 4000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1, "serviceItemId": "e1ae19d561dc4f61865b09278a145941" } ], "tables": [] }