@itwin/map-layers-formats 4.0.0-dev.8 → 4.0.0-dev.81

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (175) hide show
  1. package/.rush/temp/operation/build/all.log +3 -0
  2. package/.rush/temp/operation/build/state.json +3 -0
  3. package/.rush/temp/operation/cover/all.log +98 -0
  4. package/.rush/temp/operation/cover/state.json +1 -1
  5. package/.rush/temp/operation/docs/all.log +30 -0
  6. package/.rush/temp/operation/docs/state.json +1 -1
  7. package/.rush/temp/{package-deps_build_ci.json → package-deps_build.json} +11 -11
  8. package/.rush/temp/package-deps_cover.json +10 -10
  9. package/.rush/temp/package-deps_docs.json +10 -10
  10. package/.rush/temp/shrinkwrap-deps.json +190 -44
  11. package/CHANGELOG.json +57 -0
  12. package/CHANGELOG.md +44 -1
  13. package/config/rush-project.json +1 -2
  14. package/lib/cjs/ArcGisFeature/ArcGisFeatureFormat.d.ts +8 -8
  15. package/lib/cjs/ArcGisFeature/ArcGisFeatureFormat.js +14 -14
  16. package/lib/cjs/ArcGisFeature/ArcGisFeatureFormat.js.map +1 -1
  17. package/lib/cjs/ArcGisFeature/ArcGisFeatureJSON.d.ts +14 -14
  18. package/lib/cjs/ArcGisFeature/ArcGisFeatureJSON.js +132 -134
  19. package/lib/cjs/ArcGisFeature/ArcGisFeatureJSON.js.map +1 -1
  20. package/lib/cjs/ArcGisFeature/ArcGisFeaturePBF.d.ts +14 -14
  21. package/lib/cjs/ArcGisFeature/ArcGisFeaturePBF.js +200 -202
  22. package/lib/cjs/ArcGisFeature/ArcGisFeaturePBF.js.map +1 -1
  23. package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.d.ts +44 -44
  24. package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.js +421 -422
  25. package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.js.map +1 -1
  26. package/lib/cjs/ArcGisFeature/ArcGisFeatureQuery.d.ts +92 -92
  27. package/lib/cjs/ArcGisFeature/ArcGisFeatureQuery.d.ts.map +1 -1
  28. package/lib/cjs/ArcGisFeature/ArcGisFeatureQuery.js +82 -82
  29. package/lib/cjs/ArcGisFeature/ArcGisFeatureReader.d.ts +17 -17
  30. package/lib/cjs/ArcGisFeature/ArcGisFeatureReader.js +33 -33
  31. package/lib/cjs/ArcGisFeature/ArcGisFeatureRenderer.d.ts +32 -32
  32. package/lib/cjs/ArcGisFeature/ArcGisFeatureRenderer.js +142 -142
  33. package/lib/cjs/ArcGisFeature/ArcGisFeatureResponse.d.ts +16 -16
  34. package/lib/cjs/ArcGisFeature/ArcGisFeatureResponse.d.ts.map +1 -1
  35. package/lib/cjs/ArcGisFeature/ArcGisFeatureResponse.js +42 -43
  36. package/lib/cjs/ArcGisFeature/ArcGisFeatureResponse.js.map +1 -1
  37. package/lib/cjs/ArcGisFeature/ArcGisSymbologyRenderer.d.ts +85 -85
  38. package/lib/cjs/ArcGisFeature/ArcGisSymbologyRenderer.d.ts.map +1 -1
  39. package/lib/cjs/ArcGisFeature/ArcGisSymbologyRenderer.js +189 -192
  40. package/lib/cjs/ArcGisFeature/ArcGisSymbologyRenderer.js.map +1 -1
  41. package/lib/cjs/ArcGisFeature/esriPBuffer.gen.d.ts +1063 -1063
  42. package/lib/cjs/ArcGisFeature/esriPBuffer.gen.d.ts.map +1 -1
  43. package/lib/cjs/ArcGisFeature/esriPBuffer.gen.js +2267 -2270
  44. package/lib/cjs/ArcGisFeature/esriPBuffer.gen.js.map +1 -1
  45. package/lib/cjs/map-layers-formats.d.ts +8 -8
  46. package/lib/cjs/map-layers-formats.js +28 -24
  47. package/lib/cjs/map-layers-formats.js.map +1 -1
  48. package/lib/cjs/mapLayersFormats.d.ts +10 -10
  49. package/lib/cjs/mapLayersFormats.js +28 -28
  50. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.d.ts +1 -1
  51. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.js +34 -34
  52. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureJSON.test.d.ts +1 -1
  53. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureJSON.test.js +161 -161
  54. package/lib/cjs/test/ArcGisFeature/ArcGisFeaturePBF.test.d.ts +1 -1
  55. package/lib/cjs/test/ArcGisFeature/ArcGisFeaturePBF.test.js +167 -167
  56. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureProvider.test.d.ts +1 -1
  57. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureProvider.test.js +679 -680
  58. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureProvider.test.js.map +1 -1
  59. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureQuery.test.d.ts +1 -1
  60. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureQuery.test.js +103 -103
  61. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureRenderer.test.d.ts +1 -1
  62. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureRenderer.test.js +214 -214
  63. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureResponse.test.d.ts +1 -1
  64. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureResponse.test.js +94 -94
  65. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureResponse.test.js.map +1 -1
  66. package/lib/cjs/test/ArcGisFeature/ArcGisSymbologyRenderer.test.d.ts +1 -1
  67. package/lib/cjs/test/ArcGisFeature/ArcGisSymbologyRenderer.test.js +59 -59
  68. package/lib/cjs/test/ArcGisFeature/Mocks.d.ts +6 -6
  69. package/lib/cjs/test/ArcGisFeature/Mocks.js +18 -18
  70. package/lib/cjs/test/ArcGisFeature/NewYorkDataset.d.ts +55 -55
  71. package/lib/cjs/test/ArcGisFeature/NewYorkDataset.d.ts.map +1 -1
  72. package/lib/cjs/test/ArcGisFeature/NewYorkDataset.js +419 -419
  73. package/lib/cjs/test/ArcGisFeature/NewYorkDataset.js.map +1 -1
  74. package/lib/cjs/test/ArcGisFeature/PhillyLandmarksDataset.d.ts +1042 -1042
  75. package/lib/cjs/test/ArcGisFeature/PhillyLandmarksDataset.d.ts.map +1 -1
  76. package/lib/cjs/test/ArcGisFeature/PhillyLandmarksDataset.js +426 -426
  77. package/lib/cjs/test/ArcGisFeature/PhillyLandmarksDataset.js.map +1 -1
  78. package/lib/cjs/test/coverage/.nyc_output/cd866071-e986-4027-89f6-9a70b6e25ed3.json +1 -0
  79. package/lib/cjs/test/coverage/.nyc_output/processinfo/4c93adb3-7e95-4a63-9814-a25d79ab4680.json +1 -0
  80. package/lib/cjs/test/coverage/.nyc_output/processinfo/cd866071-e986-4027-89f6-9a70b6e25ed3.json +1 -0
  81. package/lib/cjs/test/coverage/.nyc_output/processinfo/index.json +1 -1
  82. package/lib/cjs/test/coverage/cobertura-coverage.xml +72 -72
  83. package/lib/cjs/test/coverage/lcov-report/index.html +5 -5
  84. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureFormat.ts.html +1 -1
  85. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureJSON.ts.html +10 -10
  86. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeaturePBF.ts.html +7 -7
  87. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureProvider.ts.html +10 -10
  88. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureQuery.ts.html +1 -1
  89. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureReader.ts.html +1 -1
  90. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureRenderer.ts.html +1 -1
  91. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureResponse.ts.html +4 -4
  92. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisSymbologyRenderer.ts.html +8 -8
  93. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/index.html +13 -13
  94. package/lib/cjs/test/coverage/lcov-report/src/index.html +1 -1
  95. package/lib/cjs/test/coverage/lcov-report/src/map-layers-formats.ts.html +1 -1
  96. package/lib/cjs/test/coverage/lcov-report/src/mapLayersFormats.ts.html +1 -1
  97. package/lib/cjs/test/coverage/lcov.info +355 -531
  98. package/lib/cjs/tsconfig.tsbuildinfo +1 -1
  99. package/lib/esm/ArcGisFeature/ArcGisFeatureFormat.d.ts +8 -8
  100. package/lib/esm/ArcGisFeature/ArcGisFeatureFormat.js +11 -10
  101. package/lib/esm/ArcGisFeature/ArcGisFeatureFormat.js.map +1 -1
  102. package/lib/esm/ArcGisFeature/ArcGisFeatureJSON.d.ts +14 -14
  103. package/lib/esm/ArcGisFeature/ArcGisFeatureJSON.js +128 -130
  104. package/lib/esm/ArcGisFeature/ArcGisFeatureJSON.js.map +1 -1
  105. package/lib/esm/ArcGisFeature/ArcGisFeaturePBF.d.ts +14 -14
  106. package/lib/esm/ArcGisFeature/ArcGisFeaturePBF.js +196 -198
  107. package/lib/esm/ArcGisFeature/ArcGisFeaturePBF.js.map +1 -1
  108. package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.d.ts +44 -44
  109. package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.js +418 -418
  110. package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.js.map +1 -1
  111. package/lib/esm/ArcGisFeature/ArcGisFeatureQuery.d.ts +92 -92
  112. package/lib/esm/ArcGisFeature/ArcGisFeatureQuery.d.ts.map +1 -1
  113. package/lib/esm/ArcGisFeature/ArcGisFeatureQuery.js +78 -78
  114. package/lib/esm/ArcGisFeature/ArcGisFeatureReader.d.ts +17 -17
  115. package/lib/esm/ArcGisFeature/ArcGisFeatureReader.js +29 -29
  116. package/lib/esm/ArcGisFeature/ArcGisFeatureRenderer.d.ts +32 -32
  117. package/lib/esm/ArcGisFeature/ArcGisFeatureRenderer.js +138 -138
  118. package/lib/esm/ArcGisFeature/ArcGisFeatureResponse.d.ts +16 -16
  119. package/lib/esm/ArcGisFeature/ArcGisFeatureResponse.d.ts.map +1 -1
  120. package/lib/esm/ArcGisFeature/ArcGisFeatureResponse.js +38 -39
  121. package/lib/esm/ArcGisFeature/ArcGisFeatureResponse.js.map +1 -1
  122. package/lib/esm/ArcGisFeature/ArcGisSymbologyRenderer.d.ts +85 -85
  123. package/lib/esm/ArcGisFeature/ArcGisSymbologyRenderer.d.ts.map +1 -1
  124. package/lib/esm/ArcGisFeature/ArcGisSymbologyRenderer.js +183 -185
  125. package/lib/esm/ArcGisFeature/ArcGisSymbologyRenderer.js.map +1 -1
  126. package/lib/esm/ArcGisFeature/esriPBuffer.gen.d.ts +1063 -1063
  127. package/lib/esm/ArcGisFeature/esriPBuffer.gen.d.ts.map +1 -1
  128. package/lib/esm/ArcGisFeature/esriPBuffer.gen.js +2264 -2267
  129. package/lib/esm/ArcGisFeature/esriPBuffer.gen.js.map +1 -1
  130. package/lib/esm/map-layers-formats.d.ts +8 -8
  131. package/lib/esm/map-layers-formats.js +12 -12
  132. package/lib/esm/mapLayersFormats.d.ts +10 -10
  133. package/lib/esm/mapLayersFormats.js +24 -24
  134. package/lib/esm/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.d.ts +1 -1
  135. package/lib/esm/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.js +32 -32
  136. package/lib/esm/test/ArcGisFeature/ArcGisFeatureJSON.test.d.ts +1 -1
  137. package/lib/esm/test/ArcGisFeature/ArcGisFeatureJSON.test.js +159 -159
  138. package/lib/esm/test/ArcGisFeature/ArcGisFeaturePBF.test.d.ts +1 -1
  139. package/lib/esm/test/ArcGisFeature/ArcGisFeaturePBF.test.js +165 -165
  140. package/lib/esm/test/ArcGisFeature/ArcGisFeatureProvider.test.d.ts +1 -1
  141. package/lib/esm/test/ArcGisFeature/ArcGisFeatureProvider.test.js +677 -678
  142. package/lib/esm/test/ArcGisFeature/ArcGisFeatureProvider.test.js.map +1 -1
  143. package/lib/esm/test/ArcGisFeature/ArcGisFeatureQuery.test.d.ts +1 -1
  144. package/lib/esm/test/ArcGisFeature/ArcGisFeatureQuery.test.js +101 -101
  145. package/lib/esm/test/ArcGisFeature/ArcGisFeatureRenderer.test.d.ts +1 -1
  146. package/lib/esm/test/ArcGisFeature/ArcGisFeatureRenderer.test.js +212 -212
  147. package/lib/esm/test/ArcGisFeature/ArcGisFeatureResponse.test.d.ts +1 -1
  148. package/lib/esm/test/ArcGisFeature/ArcGisFeatureResponse.test.js +92 -92
  149. package/lib/esm/test/ArcGisFeature/ArcGisFeatureResponse.test.js.map +1 -1
  150. package/lib/esm/test/ArcGisFeature/ArcGisSymbologyRenderer.test.d.ts +1 -1
  151. package/lib/esm/test/ArcGisFeature/ArcGisSymbologyRenderer.test.js +57 -57
  152. package/lib/esm/test/ArcGisFeature/Mocks.d.ts +6 -6
  153. package/lib/esm/test/ArcGisFeature/Mocks.js +15 -15
  154. package/lib/esm/test/ArcGisFeature/NewYorkDataset.d.ts +55 -55
  155. package/lib/esm/test/ArcGisFeature/NewYorkDataset.d.ts.map +1 -1
  156. package/lib/esm/test/ArcGisFeature/NewYorkDataset.js +416 -415
  157. package/lib/esm/test/ArcGisFeature/NewYorkDataset.js.map +1 -1
  158. package/lib/esm/test/ArcGisFeature/PhillyLandmarksDataset.d.ts +1042 -1042
  159. package/lib/esm/test/ArcGisFeature/PhillyLandmarksDataset.d.ts.map +1 -1
  160. package/lib/esm/test/ArcGisFeature/PhillyLandmarksDataset.js +423 -422
  161. package/lib/esm/test/ArcGisFeature/PhillyLandmarksDataset.js.map +1 -1
  162. package/lib/esm/tsconfig.tsbuildinfo +1 -1
  163. package/lib/test/junit_results.xml +44 -44
  164. package/map-layers-formats.build.log +2 -2
  165. package/package.json +17 -17
  166. package/src/ArcGisFeature/esriPBuffer.gen.ts +1 -4
  167. package/src/test/ArcGisFeature/ArcGisFeatureProvider.test.ts +21 -21
  168. package/src/test/ArcGisFeature/NewYorkDataset.ts +187 -187
  169. package/src/test/ArcGisFeature/PhillyLandmarksDataset.ts +4 -4
  170. package/tsconfig.json +1 -2
  171. package/.rush/temp/operation/build_ci/state.json +0 -3
  172. package/lib/cjs/test/coverage/.nyc_output/bb9e12be-ea3c-4cee-99d0-c7a34bd2c47a.json +0 -1
  173. package/lib/cjs/test/coverage/.nyc_output/processinfo/5901bdfe-760d-4ca3-9674-876be7ed11b1.json +0 -1
  174. package/lib/cjs/test/coverage/.nyc_output/processinfo/bb9e12be-ea3c-4cee-99d0-c7a34bd2c47a.json +0 -1
  175. /package/lib/cjs/test/coverage/.nyc_output/{5901bdfe-760d-4ca3-9674-876be7ed11b1.json → 4c93adb3-7e95-4a63-9814-a25d79ab4680.json} +0 -0
@@ -1,420 +1,420 @@
1
- "use strict";
2
- /*---------------------------------------------------------------------------------------------
3
- * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
4
- * See LICENSE.md in the project root for license terms and full copyright notice.
5
- *--------------------------------------------------------------------------------------------*/
6
- Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.NewYorkDataset = void 0;
8
- /* eslint-disable @typescript-eslint/naming-convention */
9
- class NewYorkDataset {
10
- }
11
- exports.NewYorkDataset = NewYorkDataset;
12
- NewYorkDataset.serviceCapabilities = {
13
- currentVersion: 10.81,
14
- serviceItemId: "af1ebcf87a9741458b08360b5802a003",
15
- hasChangeTrackingEnabledViews: true,
16
- serviceDescription: "Summary text",
17
- hasVersionedData: false,
18
- supportsDisconnectedEditing: false,
19
- hasStaticData: false,
20
- hasSharedDomains: false,
21
- maxRecordCount: 1000,
22
- supportedQueryFormats: "JSON",
23
- supportsVCSProjection: false,
24
- supportedExportFormats: "csv,shapefile,sqlite,geoPackage,filegdb,featureCollection,geojson,excel",
25
- capabilities: "Query,ChangeTracking",
26
- description: "My Description",
27
- copyrightText: "",
28
- spatialReference: {
29
- wkid: 102100,
30
- latestWkid: 3857,
31
- },
32
- initialExtent: {
33
- xmin: -8253177.9212990291,
34
- ymin: 4956654.8286338719,
35
- xmax: -8218318.9974145154,
36
- ymax: 4971008.5031745536,
37
- spatialReference: {
38
- wkid: 102100,
39
- latestWkid: 3857,
40
- },
41
- },
42
- fullExtent: {
43
- xmin: -8270363.8159049358,
44
- ymin: 4935557.2945022825,
45
- xmax: -8204174.9423192516,
46
- ymax: 5000899.6957413526,
47
- spatialReference: {
48
- wkid: 102100,
49
- latestWkid: 3857,
50
- },
51
- },
52
- allowGeometryUpdates: true,
53
- units: "esriMeters",
54
- supportsAppend: true,
55
- supportsSharedDomains: true,
56
- supportsWebHooks: true,
57
- supportsTemporalLayers: true,
58
- layerOverridesEnabled: true,
59
- size: 132923392,
60
- syncEnabled: false,
61
- extractChangesCapabilities: {
62
- supportsReturnIdsOnly: true,
63
- supportsReturnExtentOnly: true,
64
- supportsReturnAttachments: true,
65
- supportsLayerQueries: true,
66
- supportsGeometry: true,
67
- supportsFeatureReturn: true,
68
- supportsReturnHasGeometryUpdates: false,
69
- supportsReturnDeletedFeatures: true,
70
- supportsServerGens: true,
71
- },
72
- supportsApplyEditsWithGlobalIds: true,
73
- supportsReturnDeleteResults: true,
74
- supportsLayerOverrides: true,
75
- supportsTilesAndBasicQueriesMode: true,
76
- supportsQueryContingentValues: true,
77
- supportedContingentValuesFormats: "JSON, PBF",
78
- supportsContingentValuesJson: 2,
79
- advancedEditingCapabilities: {
80
- supportsSplit: false,
81
- supportsReturnServiceEditsInSourceSR: false,
82
- supportsAsyncApplyEdits: true,
83
- supportsReturnEditResults: true,
84
- },
85
- editorTrackingInfo: {
86
- enableEditorTracking: false,
87
- enableOwnershipAccessControl: false,
88
- allowOthersToQuery: true,
89
- allowOthersToUpdate: true,
90
- allowOthersToDelete: false,
91
- allowAnonymousToQuery: true,
92
- allowAnonymousToUpdate: true,
93
- allowAnonymousToDelete: true,
94
- },
95
- changeTrackingInfo: {
96
- lastSyncDate: 1637077884618,
97
- layerServerGens: [
98
- {
99
- id: 0,
100
- minServerGen: 498989,
101
- serverGen: 689984,
102
- },
103
- {
104
- id: 1,
105
- minServerGen: 498989,
106
- serverGen: 689984,
107
- },
108
- {
109
- id: 2,
110
- minServerGen: 498989,
111
- serverGen: 689984,
112
- },
113
- {
114
- id: 3,
115
- minServerGen: 498989,
116
- serverGen: 689984,
117
- },
118
- {
119
- id: 4,
120
- minServerGen: 498989,
121
- serverGen: 689984,
122
- },
123
- {
124
- id: 5,
125
- minServerGen: 498989,
126
- serverGen: 689984,
127
- },
128
- {
129
- id: 6,
130
- minServerGen: 498989,
131
- serverGen: 689984,
132
- },
133
- {
134
- id: 7,
135
- minServerGen: 498989,
136
- serverGen: 689984,
137
- },
138
- {
139
- id: 8,
140
- minServerGen: 498989,
141
- serverGen: 689984,
142
- },
143
- {
144
- id: 9,
145
- minServerGen: 498989,
146
- serverGen: 689984,
147
- },
148
- ],
149
- },
150
- xssPreventionInfo: {
151
- xssPreventionEnabled: true,
152
- xssPreventionRule: "InputOnly",
153
- xssInputRule: "rejectInvalid",
154
- },
155
- layers: [
156
- {
157
- id: 0,
158
- name: "Street",
159
- parentLayerId: -1,
160
- defaultVisibility: true,
161
- subLayerIds: null,
162
- minScale: 150000,
163
- maxScale: 0,
164
- geometryType: "esriGeometryPolyline",
165
- },
166
- {
167
- id: 1,
168
- name: "Highway",
169
- parentLayerId: -1,
170
- defaultVisibility: true,
171
- subLayerIds: null,
172
- minScale: 150000,
173
- maxScale: 0,
174
- geometryType: "esriGeometryPolyline",
175
- },
176
- {
177
- id: 2,
178
- name: "Block",
179
- parentLayerId: -1,
180
- defaultVisibility: true,
181
- subLayerIds: null,
182
- minScale: 150000,
183
- maxScale: 0,
184
- geometryType: "esriGeometryPolyline",
185
- },
186
- {
187
- id: 3,
188
- name: "Shoreline",
189
- parentLayerId: -1,
190
- defaultVisibility: true,
191
- subLayerIds: null,
192
- minScale: 0,
193
- maxScale: 0,
194
- geometryType: "esriGeometryPolyline",
195
- },
196
- {
197
- id: 4,
198
- name: "nyco",
199
- parentLayerId: -1,
200
- defaultVisibility: true,
201
- subLayerIds: null,
202
- minScale: 0,
203
- maxScale: 0,
204
- geometryType: "esriGeometryPolygon",
205
- },
206
- {
207
- id: 5,
208
- name: "nylh",
209
- parentLayerId: -1,
210
- defaultVisibility: true,
211
- subLayerIds: null,
212
- minScale: 0,
213
- maxScale: 0,
214
- geometryType: "esriGeometryPolygon",
215
- },
216
- {
217
- id: 6,
218
- name: "nysp",
219
- parentLayerId: -1,
220
- defaultVisibility: true,
221
- subLayerIds: null,
222
- minScale: 0,
223
- maxScale: 0,
224
- geometryType: "esriGeometryPolygon",
225
- },
226
- {
227
- id: 7,
228
- name: "nysp_sd",
229
- parentLayerId: -1,
230
- defaultVisibility: true,
231
- subLayerIds: null,
232
- minScale: 0,
233
- maxScale: 0,
234
- geometryType: "esriGeometryPolygon",
235
- },
236
- {
237
- id: 8,
238
- name: "nyzd",
239
- parentLayerId: -1,
240
- defaultVisibility: false,
241
- subLayerIds: null,
242
- minScale: 0,
243
- maxScale: 0,
244
- geometryType: "esriGeometryPolygon",
245
- },
246
- {
247
- id: 9,
248
- name: "nyzma",
249
- parentLayerId: -1,
250
- defaultVisibility: true,
251
- subLayerIds: null,
252
- minScale: 0,
253
- maxScale: 0,
254
- geometryType: "esriGeometryPolygon",
255
- },
256
- ],
257
- tables: [],
258
- };
259
- NewYorkDataset.streetsLayerCapabilities = {
260
- currentVersion: 10.81, id: 0, name: "Street", type: "Feature Layer", serviceItemId: "af1ebcf87a9741458b08360b5802a003", cacheMaxAge: 30, displayField: "borough", description: "", copyrightText: "", defaultVisibility: true, serverGens: { minServerGen: 498989, serverGen: 689763 },
261
- editingInfo: { lastEditDate: 1637077888141 },
262
- relationships: [], isDataVersioned: false, hasContingentValuesDefinition: false, supportsAppend: true, supportsCalculate: true, supportsASyncCalculate: true, supportsTruncate: true, supportsAttachmentsByUploadId: true, supportsAttachmentsResizing: true, supportsRollbackOnFailureParameter: true, supportsStatistics: true, supportsExceedsLimitStatistics: true, supportsAdvancedQueries: true, supportsValidateSql: true, supportsCoordinatesQuantization: true, supportsLayerOverrides: true, supportsTilesAndBasicQueriesMode: true, supportsFieldDescriptionProperty: true, supportsQuantizationEditMode: true, supportsApplyEditsWithGlobalIds: true, supportsMultiScaleGeometry: true, supportsReturningQueryGeometry: true, hasGeometryProperties: true, geometryProperties: { shapeLengthFieldName: "Shape__Length", units: "esriMeters" },
263
- advancedQueryCapabilities: { supportsPagination: true, supportsQueryAttachmentsCountOnly: true, supportsPaginationOnAggregatedQueries: true, supportsQueryRelatedPagination: true, supportsQueryWithDistance: true, supportsReturningQueryExtent: true, supportsStatistics: true, supportsOrderBy: true, supportsDistinct: true, supportsQueryWithResultType: true, supportsSqlExpression: true, supportsAdvancedQueryRelated: true, supportsCountDistinct: true, supportsPercentileStatistics: true, supportsSpatialAggregationStatistics: true, supportedSpatialAggregationStatistics: ["EnvelopeAggregate", "CentroidAggregate", "ConvexHullAggregate"], supportsLod: true, supportsQueryWithLodSR: false, supportedLodTypes: ["geohash"], supportsReturningGeometryCentroid: false, supportsReturningGeometryProperties: true, supportsQueryWithDatumTransformation: true, supportsHavingClause: true, supportsOutFieldSQLExpression: true, supportsMaxRecordCountFactor: true, supportsTopFeaturesQuery: true, supportsDisjointSpatialRel: true, supportsQueryWithCacheHint: true, supportedOperationsWithCacheHint: ["query", "queryTopFilter", "queryAnalytics", "queryAttachments", "queryRelated"], supportsQueryAnalytic: true, supportsDefaultSR: true, supportsFullTextSearch: true },
264
- advancedQueryAnalyticCapabilities: { supportsLinearRegression: true, supportsAsync: true, supportsPercentileAnalytic: true },
265
- advancedEditingCapabilities: { supportedSqlFormatsInCalculate: ["standard"], supportsAsyncApplyEdits: true, supportsReturnEditResults: true },
266
- infoInEstimates: ["extent", "count"], useStandardizedQueries: true, geometryType: "esriGeometryPolyline", minScale: 150000, maxScale: 0, extent: { xmin: -8266144.7918439023, ymin: 4938569.7715200111, xmax: -8204248.7873679493, ymax: 4999630.6406602357, spatialReference: { wkid: 102100, latestWkid: 3857 } },
267
- drawingInfo: { renderer: { type: "simple", symbol: { type: "esriSLS", style: "esriSLSSolid", color: [153, 0, 5, 255], width: 1 },
268
- label: "", description: "" },
269
- transparency: 0, labelingInfo: null },
270
- allowGeometryUpdates: true,
271
- hasAttachments: false,
272
- htmlPopupType: "esriServerHTMLPopupTypeAsHTMLText",
273
- hasM: false, hasZ: false, objectIdField: "OBJECTID",
274
- uniqueIdField: { name: "OBJECTID",
275
- isSystemMaintained: true },
276
- globalIdField: "GlobalID",
277
- typeIdField: "",
278
- fields: [{ name: "borough", type: "esriFieldTypeString", alias: "borough", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
279
- { name: "build_stat", type: "esriFieldTypeString", alias: "build_stat", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
280
- { name: "cco_st", type: "esriFieldTypeString", alias: "cco_st", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
281
- { name: "date_edit_", type: "esriFieldTypeDate", alias: "date_edit_", sqlType: "sqlTypeOther", length: 8, nullable: true, editable: true, domain: null, defaultValue: null },
282
- { name: "time_edit_", type: "esriFieldTypeString", alias: "time_edit_", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
283
- { name: "feat_statu", type: "esriFieldTypeString", alias: "feat_statu", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
284
- { name: "feat_type", type: "esriFieldTypeString", alias: "feat_type", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
285
- { name: "honorary_n", type: "esriFieldTypeString", alias: "honorary_n", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
286
- { name: "marg_wharf", type: "esriFieldTypeString", alias: "marg_wharf", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
287
- { name: "old_st_nm", type: "esriFieldTypeString", alias: "old_st_nm", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
288
- { name: "paper_st", type: "esriFieldTypeString", alias: "paper_st", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
289
- { name: "record_st", type: "esriFieldTypeString", alias: "record_st", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
290
- { name: "roadway_ty", type: "esriFieldTypeString", alias: "roadway_ty", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
291
- { name: "route_type", type: "esriFieldTypeString", alias: "route_type", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
292
- { name: "stair_st", type: "esriFieldTypeString", alias: "stair_st", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
293
- { name: "street_nm", type: "esriFieldTypeString", alias: "street_nm", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
294
- { name: "streetwidt", type: "esriFieldTypeString", alias: "streetwidt", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
295
- { name: "OBJECTID", type: "esriFieldTypeOID", alias: "OBJECTID", sqlType: "sqlTypeOther", nullable: false, editable: false, domain: null, defaultValue: null },
296
- { name: "Shape__Length", type: "esriFieldTypeDouble", alias: "Shape__Length", sqlType: "sqlTypeDouble", nullable: true, editable: false, domain: null, defaultValue: null },
297
- { name: "GlobalID", type: "esriFieldTypeGlobalID", alias: "GlobalID", sqlType: "sqlTypeOther", length: 38, nullable: false, editable: false, domain: null, defaultValue: "NEWID() WITH VALUES" }], indexes: [{ name: "PK__NEWYORK3__F4B70D858AB09618", fields: "OBJECTID", isAscending: true, isUnique: true, description: "" },
298
- { name: "user_70600.NEWYORK3857_STREET_Shape_sidx", fields: "Shape", isAscending: true, isUnique: false, description: "" },
299
- { name: "Shape__Length_Index", fields: "Shape__Length", isAscending: true, isUnique: false, description: "" },
300
- { name: "GlobalID_Index", fields: "GlobalID", isAscending: false, isUnique: true, description: "" }], dateFieldsTimeReference: { timeZone: "UTC", respectsDaylightSaving: false },
301
- preferredTimeReference: null, types: [], templates: [{ name: "Street", description: "", drawingTool: "esriFeatureEditToolLine", prototype: { attributes: { streetwidt: null, borough: null, build_stat: null, cco_st: null, date_edit_: null, time_edit_: null, feat_statu: null, feat_type: null, honorary_n: null, marg_wharf: null, old_st_nm: null, paper_st: null, record_st: null, roadway_ty: null, route_type: null, stair_st: null, street_nm: null } } }], supportedQueryFormats: "JSON, geoJSON, PBF", supportedAppendFormats: "sqlite,geoPackage,shapefile,filegdb,featureCollection,geojson,csv,excel", supportedExportFormats: "csv,shapefile,sqlite,geoPackage,filegdb,featureCollection,geojson,excel", supportedSpatialRelationships: ["esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelDisjoint", "esriSpatialRelRelation"], supportedContingentValuesFormats: "JSON, PBF", supportedSyncDataOptions: 4, hasStaticData: false, maxRecordCount: 1000, standardMaxRecordCount: 4000, standardMaxRecordCountNoGeometry: 32000, tileMaxRecordCount: 4000, maxRecordCountFactor: 1, capabilities: "Query,ChangeTracking"
302
- };
303
- NewYorkDataset.incompleteDrawingInfo = {
304
- drawingInfo: {
305
- renderer: {
306
- type: "uniqueValue",
307
- field1: "WEAPON",
308
- field2: null,
309
- field3: null,
310
- },
311
- },
312
- };
313
- NewYorkDataset.uniqueValueDrawingInfo = {
314
- drawingInfo: {
315
- renderer: {
316
- type: "uniqueValue",
317
- field1: "WEAPON",
318
- field2: null,
319
- field3: null,
320
- defaultSymbol: {
321
- type: "esriPMS",
322
- url: "964f19a3e2aa1123345490e04eb4a09d",
323
- imageData: "iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAT9JREFUOI2t1E8rRGEUx/HvMHViIm5ZXGt/3gFlwdKGhYjyAmxs7IassDHFyguwwkbZYJKNslVWJDZT1C3psRv9NMpmJk/Tvc3MHWf3/PuccxbPyfKPkW1wPmBmQ5L6giB4d849Al+tYjNAHpiQ1AHgnAMoA+dhGG5HUfTQCOsCDoGlhCTdwGIURfPVZPtJWCdwBkwntVF3d6+K78Rh+SYhP7bM7FbSjY8FwHqLEEBGUgEY97E5oCcFBjAGDAMvNWwyJVSLKR8L28QG4a/N7zYx+VipTazkY0VgNSVUAa597MrMniWNpMBOAOdjFUlrwAWQaQFywGZt4f+AIrAB7DYJlc1sQdJrHAZQAN6AA6A/STGzp1wut+ycu/f340bQEXAJrACzwCjQC3wAd8CppGNJP/UPk+bZZ7XKQlJ1cfEL1AZaAcKna+kAAAAASUVORK5CYII=",
324
- contentType: "image/png",
325
- width: 15,
326
- height: 15,
327
- angle: 0,
328
- xoffset: 0,
329
- yoffset: 0,
330
- },
331
- defaultLabel: "<all other values>",
332
- uniqueValueInfos: [
333
- {
334
- symbol: {
335
- type: "esriPMS",
336
- url: "7c83731ca464c53c3e14f4287baaf154",
337
- imageData: "iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAk1JREFUOI2t0z9oE1EcB/BvmrTPLkofFYSQwQweLYSCmpRcIqHFDrqI4JJrwFaFSIkUipMdFLzlMkiIAaGmhC7BwQ6xhIAtZGiuIJQ41KEZxIZD3i2+pT3sq3jn1FpC0z+kv/F9f3zefw/OuTxn6O0F8PvcQELIayHE83MBKaU3CCHPGGMvAVgdg4qipHK5XA+AOwA+dgwyxu6l02lUq9WJSqXSGUgpHdrZ2bk0OTmJ+fn5MQAXAOyeCFJKg1NTU96RkZHrhxtqtdptSZK6+vv7MTo66qRSqfeDg4M/9nPbtv9ms9m1paUlA8DmAcg531ZV9ZWqqkPj4+OO1+t17WfhcBgAkEgkSKlUShiGAQDY2NhwKpWKC8AnAI9at7wJYJgQkl5fX384OztrDwwM9B1erSzLkGUZjuNgZWXFyOfzFMALANl2ZyiEENONRuNzNBpdyGQyZjwev+Lx/G+zLAuqqv6cm5vbBXALwNcjz7ClypzzgKZp30OhECRJOgh0XYeu69uc85s44k0ed8u93d3dxO/3w7ZtbG1tOX6/3xUIBOB2u31o8w3bgoqiTMRisS7LspyZmRmzWCxe1jRtO5lM9vl8vh5CSEQIsXqWFSaEEHvBYPCPYRgLQog3mqa9W15eHotEIhcVRXlaKBRODXoXFxev6rpumqapCCGqAMAYe1Aul5/U6/W3kiTdBeAC4JwGvA+g1Gw2HwP41ZLlGWOrnPMPlNIQ5/zLiSCldI1znmszGQA0hBDDlNJrrcGRIOe8fgy2X3uMsW+tg/8ALm/uzGg889IAAAAASUVORK5CYII=",
338
- contentType: "image/png",
339
- width: 15,
340
- height: 14,
341
- angle: 0,
342
- xoffset: 0,
343
- yoffset: 0,
344
- },
345
- value: " ",
346
- label: " ",
347
- description: "test",
348
- },
349
- {
350
- symbol: {
351
- type: "esriPMS",
352
- url: "92fc1fd63ca93a4167dd03e55a4c54fe",
353
- imageData: "iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAepJREFUOI2tk09I1EEUxz9r5kuEwqEgWDzooaVAhEqlLKLIg11C6NK2kP2BIpQgOtWhoL2shwgTgjLCi3jQg4UIFniwFYKwQx30EBVL/PbSu2xLPqP9dXBb9KfrJrtfGIaZ953PzJs3U02FVb0Fby3wq2JAEXlgZrcrAnTOHVLRPjzuAdmygRrVXgapAbqAsbKBeJylH5ihh6kygc65Fv2pu7gEPKcT2AEslQQ651r1hoblpBxcbdC3epoIVewGTuHTyzM5IF8Khhx/GGDOXlkKWCgAVTVDnPsWtxYu4BMmVFh0JN/HECaIWcpWxh/xmSIEvAQuB1NeANpFpN/e20XukmM/9WvyOZpvPvCGFEM44A4wsC7lvMzMbrLINMcY5hFpzrN3jSsLxPkuT2Wpjrrjin7Y8A4DmkRpJsFn2oDIqkgSSJIxtcOGrXuTm1W5lu0ITUAO+IpPEyGagW00UOQbFgdG6eEEVWTxuUWaEfaQIMM16mmgRkQ6zGx2KyeMYSzTym9JybCZPSTBE17TSQc7LWrXecF/A8OM00iStKQlamYzAHicY5KrzPOYCGeAECs1LwnsBib4xhXDfgRiQ3jMoow659pU9V1JoHNuTlUHi2wGsIjRLk72BQMbAlV1fhPYPy17nvcpOPkXnK+o4mU668EAAAAASUVORK5CYII=",
354
- contentType: "image/png",
355
- width: 15,
356
- height: 14,
357
- angle: 0,
358
- xoffset: 0,
359
- yoffset: 0,
360
- },
361
- value: "blunt_instrument",
362
- label: "blunt_instrument",
363
- description: "",
364
- },
365
- {
366
- symbol: {
367
- type: "esriPMS",
368
- url: "70a0856a4503c38b2efa55447af89dc6",
369
- imageData: "iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAhtJREFUOI2tk0tIlFEYhp8xm5MImYcsLxgk1aBgQxcdyiSKXNQmggiaBrILFGEE0aoWBbnRRYQJQRklQbSohYUIXZCyEYSwKAmFibTB/tn0QdmQn6Z/C81yvE3oC4cD3+U55z2XVBZYqf9Rmwb8XDCgMeayqp5bEKC1dpOIOQ3ORSA+b6DkBKuQei+wG3gwbyDi7CVQC59bK3Fa5ge01vqFHxn4j8DbWxXAEmBwTqC1tkTWnsozuTs2Ttrcl1e7WOZLIW055O90WVF106ws+jRR8Gt0hHd17dr3OAp0TwBFZICO6ktKtZ81h1xMnmeiqWjL2LwhZPjQFNJv0fGm9y5Oiwd4BBxNtNwNBIwxtRp9fZgDF0axhZmT/ORuHRu40PssSlODBc4DdVMsj0tV9Qz0POHutkYqrsYoPJiN55+y4Ti8qO43kRuD6ZZyEd5Me4YJagYp5mXNR7JLwfr+ZvrD4IQHVGWz6tQ3Odstp8FiQ0YBuKPwvdclo8BDVjGwKJ8ZvuHMwJxgJb7tKQzHXZ6fjRG5l0V5zQDrT2Ri870mbspUtS15oJcQIzrEnZJhQ7RR0Su01Vwn8rSCVWVLleBJIreTBubR93A1sXDMEAuqautY2NmP03wc6bxGum8P4AHcZID7gCa075jC14RcA+q0oXLfWlsqIh1zAq217SJSP8NiAD2gAWPsusTEtEAR6ZwF9kdDjuN0JQZ/A6rmxvoAREK5AAAAAElFTkSuQmCC",
370
- contentType: "image/png",
371
- width: 15,
372
- height: 14,
373
- angle: 0,
374
- xoffset: 0,
375
- yoffset: 0,
376
- },
377
- value: "gun",
378
- label: "gun",
379
- description: "",
380
- },
381
- {
382
- symbol: {
383
- type: "esriPMS",
384
- url: "e109df94cd78c13a6d1bc5c2eda6a9a7",
385
- imageData: "iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAeRJREFUOI2tkztoVEEUhr88yDEsGHZAERaDorEQJOL6CAQ7g8QmXEwhEsyiFhaKjVUguGAnqOADBV/Exi0CQUELLQyuBA1Rm4CxEJEY7m08zaKbk2CuxWblcpPNg92/GZj/55tzZs40UmM1riPbDBRrBhSRK2Z2qSZA51wa1QsGl4HfVQN7VM8/hiagGxiuGhhAzyCQh8xotUDnXHtRteUE8BS6gA3A7KpA59yBftVUh8i+aGBC9cgOqE8CnRBm4H6byPeyH8LfhzD22mwamPoPVNXCDchi1n4cws1QV/bSi2svyEvomzED4AuEo6Xcc+B0vOUp4JCIXJ0w638CC22QjFabjsDfwvQjcMAAcHNJy4syM7v4A155MJSFwIMtDZFAEbgGMzmR2UQicdhUPy97hzG9UNhzB77tBXZGjHHgIxTUbD9mS2ZypVduBmQbsAD8hLAV6nYDDbCVCt+wItCDTAfU/4EwC8EIbBqAwilIpqBJRDrNLL+eCvvmYe4ozAciQ2Z2/R7cfQddadjomZ3LwZqBqRHY/h4CFTlpZm8AfOj14ewk3GqFY5RGJlwL0BN45sMZzH7FvAc+5H3IOecOquqHVYHOuTFVvV3hMICvlGZ2V9xYFqiqn1aAlTXn+/5kfPMfWXyn81sSLa0AAAAASUVORK5CYII=",
386
- contentType: "image/png",
387
- width: 15,
388
- height: 14,
389
- angle: 0,
390
- xoffset: 0,
391
- yoffset: 0,
392
- },
393
- value: "knife",
394
- label: "knife",
395
- description: "",
396
- },
397
- {
398
- symbol: {
399
- type: "esriPMS",
400
- url: "56cdb91cb6c2a0327abe9787dcef4868",
401
- imageData: "iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAjBJREFUOI2tkz9oU1EUxn8pbd7rUF9zie17KVJSinSIKRg1g7gUO+gSBCcpWNTBQXFxclFwc3BQwUGXTpXiouDikqFJIYtCSaEpFfNafC8QPJSWYG9sfA62JaR/pf3G83387jn3ntvOMav9P7KdwK9jAxqG8VRr/fBYgEqplIjcBx4DtSMDHce5JyJh4Arw/shAEcmkUik8zxv3ff9oQKXUsNbaSiQSFIvFUcAE1g8EKqXOO47TNzAwcLY54HneZcuy2kzTxLbtwLbtNz09Pd+bIo3Z2dkZ13WXgfltoIisiciTubm54f7+/sA0zdCWNzQ0BEAymTQWFhbGVlZWAKhWq4GIhICPwK3WkeeBtGEYzyqVys1MJvMnEolEmruNxWLEYjEAyuXycqlUUsAj4MWOkTeltdYPgM9TU1MTIyMjlcHBQTsU2m6WjY0Ncrncj3K5vK6UuiQiX3e9wxZ9As7k8/lv0WiU5kY9z6Nara5prc9prXfs5H6v3AkY3d3dBEHA6upqYFlWKBqNApxij2+4J9BxnPF4PN5Wr9eDbDZbcV33ZDqdXkskEpGurq5wrVa7qLWePjQwHA6PNRqN+uTk5G9gAnheKBReLy0tjfb29p7o6Oi4u7i4eGhgn+u6cdd1K4Zh3NBaZzfr133fv+P7/kul1FUgBASHAV4DPgC3tdY/W7y3wLSIvFNKXRCRwoFApdSMiLza4zCAEv929nSrsStQRL7sA9tS3ff9YmvxL1UE4IbTTnP+AAAAAElFTkSuQmCC",
402
- contentType: "image/png",
403
- width: 15,
404
- height: 14,
405
- angle: 0,
406
- xoffset: 0,
407
- yoffset: 0,
408
- },
409
- value: "other",
410
- label: "other",
411
- description: "",
412
- },
413
- ],
414
- fieldDelimiter: ",",
415
- },
416
- transparency: 0,
417
- labelingInfo: null,
418
- },
419
- };
1
+ "use strict";
2
+ /*---------------------------------------------------------------------------------------------
3
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
4
+ * See LICENSE.md in the project root for license terms and full copyright notice.
5
+ *--------------------------------------------------------------------------------------------*/
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ exports.NewYorkDataset = void 0;
8
+ /* eslint-disable @typescript-eslint/naming-convention */
9
+ class NewYorkDataset {
10
+ }
11
+ NewYorkDataset.serviceCapabilities = {
12
+ currentVersion: 10.81,
13
+ serviceItemId: "af1ebcf87a9741458b08360b5802a003",
14
+ hasChangeTrackingEnabledViews: true,
15
+ serviceDescription: "Summary text",
16
+ hasVersionedData: false,
17
+ supportsDisconnectedEditing: false,
18
+ hasStaticData: false,
19
+ hasSharedDomains: false,
20
+ maxRecordCount: 1000,
21
+ supportedQueryFormats: "JSON",
22
+ supportsVCSProjection: false,
23
+ supportedExportFormats: "csv,shapefile,sqlite,geoPackage,filegdb,featureCollection,geojson,excel",
24
+ capabilities: "Query,ChangeTracking",
25
+ description: "My Description",
26
+ copyrightText: "",
27
+ spatialReference: {
28
+ wkid: 102100,
29
+ latestWkid: 3857,
30
+ },
31
+ initialExtent: {
32
+ xmin: -8253177.9212990291,
33
+ ymin: 4956654.8286338719,
34
+ xmax: -8218318.9974145154,
35
+ ymax: 4971008.5031745536,
36
+ spatialReference: {
37
+ wkid: 102100,
38
+ latestWkid: 3857,
39
+ },
40
+ },
41
+ fullExtent: {
42
+ xmin: -8270363.8159049358,
43
+ ymin: 4935557.2945022825,
44
+ xmax: -8204174.9423192516,
45
+ ymax: 5000899.6957413526,
46
+ spatialReference: {
47
+ wkid: 102100,
48
+ latestWkid: 3857,
49
+ },
50
+ },
51
+ allowGeometryUpdates: true,
52
+ units: "esriMeters",
53
+ supportsAppend: true,
54
+ supportsSharedDomains: true,
55
+ supportsWebHooks: true,
56
+ supportsTemporalLayers: true,
57
+ layerOverridesEnabled: true,
58
+ size: 132923392,
59
+ syncEnabled: false,
60
+ extractChangesCapabilities: {
61
+ supportsReturnIdsOnly: true,
62
+ supportsReturnExtentOnly: true,
63
+ supportsReturnAttachments: true,
64
+ supportsLayerQueries: true,
65
+ supportsGeometry: true,
66
+ supportsFeatureReturn: true,
67
+ supportsReturnHasGeometryUpdates: false,
68
+ supportsReturnDeletedFeatures: true,
69
+ supportsServerGens: true,
70
+ },
71
+ supportsApplyEditsWithGlobalIds: true,
72
+ supportsReturnDeleteResults: true,
73
+ supportsLayerOverrides: true,
74
+ supportsTilesAndBasicQueriesMode: true,
75
+ supportsQueryContingentValues: true,
76
+ supportedContingentValuesFormats: "JSON, PBF",
77
+ supportsContingentValuesJson: 2,
78
+ advancedEditingCapabilities: {
79
+ supportsSplit: false,
80
+ supportsReturnServiceEditsInSourceSR: false,
81
+ supportsAsyncApplyEdits: true,
82
+ supportsReturnEditResults: true,
83
+ },
84
+ editorTrackingInfo: {
85
+ enableEditorTracking: false,
86
+ enableOwnershipAccessControl: false,
87
+ allowOthersToQuery: true,
88
+ allowOthersToUpdate: true,
89
+ allowOthersToDelete: false,
90
+ allowAnonymousToQuery: true,
91
+ allowAnonymousToUpdate: true,
92
+ allowAnonymousToDelete: true,
93
+ },
94
+ changeTrackingInfo: {
95
+ lastSyncDate: 1637077884618,
96
+ layerServerGens: [
97
+ {
98
+ id: 0,
99
+ minServerGen: 498989,
100
+ serverGen: 689984,
101
+ },
102
+ {
103
+ id: 1,
104
+ minServerGen: 498989,
105
+ serverGen: 689984,
106
+ },
107
+ {
108
+ id: 2,
109
+ minServerGen: 498989,
110
+ serverGen: 689984,
111
+ },
112
+ {
113
+ id: 3,
114
+ minServerGen: 498989,
115
+ serverGen: 689984,
116
+ },
117
+ {
118
+ id: 4,
119
+ minServerGen: 498989,
120
+ serverGen: 689984,
121
+ },
122
+ {
123
+ id: 5,
124
+ minServerGen: 498989,
125
+ serverGen: 689984,
126
+ },
127
+ {
128
+ id: 6,
129
+ minServerGen: 498989,
130
+ serverGen: 689984,
131
+ },
132
+ {
133
+ id: 7,
134
+ minServerGen: 498989,
135
+ serverGen: 689984,
136
+ },
137
+ {
138
+ id: 8,
139
+ minServerGen: 498989,
140
+ serverGen: 689984,
141
+ },
142
+ {
143
+ id: 9,
144
+ minServerGen: 498989,
145
+ serverGen: 689984,
146
+ },
147
+ ],
148
+ },
149
+ xssPreventionInfo: {
150
+ xssPreventionEnabled: true,
151
+ xssPreventionRule: "InputOnly",
152
+ xssInputRule: "rejectInvalid",
153
+ },
154
+ layers: [
155
+ {
156
+ id: 0,
157
+ name: "Street",
158
+ parentLayerId: -1,
159
+ defaultVisibility: true,
160
+ subLayerIds: null,
161
+ minScale: 150000,
162
+ maxScale: 0,
163
+ geometryType: "esriGeometryPolyline",
164
+ },
165
+ {
166
+ id: 1,
167
+ name: "Highway",
168
+ parentLayerId: -1,
169
+ defaultVisibility: true,
170
+ subLayerIds: null,
171
+ minScale: 150000,
172
+ maxScale: 0,
173
+ geometryType: "esriGeometryPolyline",
174
+ },
175
+ {
176
+ id: 2,
177
+ name: "Block",
178
+ parentLayerId: -1,
179
+ defaultVisibility: true,
180
+ subLayerIds: null,
181
+ minScale: 150000,
182
+ maxScale: 0,
183
+ geometryType: "esriGeometryPolyline",
184
+ },
185
+ {
186
+ id: 3,
187
+ name: "Shoreline",
188
+ parentLayerId: -1,
189
+ defaultVisibility: true,
190
+ subLayerIds: null,
191
+ minScale: 0,
192
+ maxScale: 0,
193
+ geometryType: "esriGeometryPolyline",
194
+ },
195
+ {
196
+ id: 4,
197
+ name: "nyco",
198
+ parentLayerId: -1,
199
+ defaultVisibility: true,
200
+ subLayerIds: null,
201
+ minScale: 0,
202
+ maxScale: 0,
203
+ geometryType: "esriGeometryPolygon",
204
+ },
205
+ {
206
+ id: 5,
207
+ name: "nylh",
208
+ parentLayerId: -1,
209
+ defaultVisibility: true,
210
+ subLayerIds: null,
211
+ minScale: 0,
212
+ maxScale: 0,
213
+ geometryType: "esriGeometryPolygon",
214
+ },
215
+ {
216
+ id: 6,
217
+ name: "nysp",
218
+ parentLayerId: -1,
219
+ defaultVisibility: true,
220
+ subLayerIds: null,
221
+ minScale: 0,
222
+ maxScale: 0,
223
+ geometryType: "esriGeometryPolygon",
224
+ },
225
+ {
226
+ id: 7,
227
+ name: "nysp_sd",
228
+ parentLayerId: -1,
229
+ defaultVisibility: true,
230
+ subLayerIds: null,
231
+ minScale: 0,
232
+ maxScale: 0,
233
+ geometryType: "esriGeometryPolygon",
234
+ },
235
+ {
236
+ id: 8,
237
+ name: "nyzd",
238
+ parentLayerId: -1,
239
+ defaultVisibility: false,
240
+ subLayerIds: null,
241
+ minScale: 0,
242
+ maxScale: 0,
243
+ geometryType: "esriGeometryPolygon",
244
+ },
245
+ {
246
+ id: 9,
247
+ name: "nyzma",
248
+ parentLayerId: -1,
249
+ defaultVisibility: true,
250
+ subLayerIds: null,
251
+ minScale: 0,
252
+ maxScale: 0,
253
+ geometryType: "esriGeometryPolygon",
254
+ },
255
+ ],
256
+ tables: [],
257
+ };
258
+ NewYorkDataset.streetsLayerCapabilities = {
259
+ currentVersion: 10.81, id: 0, name: "Street", type: "Feature Layer", serviceItemId: "af1ebcf87a9741458b08360b5802a003", cacheMaxAge: 30, displayField: "borough", description: "", copyrightText: "", defaultVisibility: true, serverGens: { minServerGen: 498989, serverGen: 689763 },
260
+ editingInfo: { lastEditDate: 1637077888141 },
261
+ relationships: [], isDataVersioned: false, hasContingentValuesDefinition: false, supportsAppend: true, supportsCalculate: true, supportsASyncCalculate: true, supportsTruncate: true, supportsAttachmentsByUploadId: true, supportsAttachmentsResizing: true, supportsRollbackOnFailureParameter: true, supportsStatistics: true, supportsExceedsLimitStatistics: true, supportsAdvancedQueries: true, supportsValidateSql: true, supportsCoordinatesQuantization: true, supportsLayerOverrides: true, supportsTilesAndBasicQueriesMode: true, supportsFieldDescriptionProperty: true, supportsQuantizationEditMode: true, supportsApplyEditsWithGlobalIds: true, supportsMultiScaleGeometry: true, supportsReturningQueryGeometry: true, hasGeometryProperties: true, geometryProperties: { shapeLengthFieldName: "Shape__Length", units: "esriMeters" },
262
+ advancedQueryCapabilities: { supportsPagination: true, supportsQueryAttachmentsCountOnly: true, supportsPaginationOnAggregatedQueries: true, supportsQueryRelatedPagination: true, supportsQueryWithDistance: true, supportsReturningQueryExtent: true, supportsStatistics: true, supportsOrderBy: true, supportsDistinct: true, supportsQueryWithResultType: true, supportsSqlExpression: true, supportsAdvancedQueryRelated: true, supportsCountDistinct: true, supportsPercentileStatistics: true, supportsSpatialAggregationStatistics: true, supportedSpatialAggregationStatistics: ["EnvelopeAggregate", "CentroidAggregate", "ConvexHullAggregate"], supportsLod: true, supportsQueryWithLodSR: false, supportedLodTypes: ["geohash"], supportsReturningGeometryCentroid: false, supportsReturningGeometryProperties: true, supportsQueryWithDatumTransformation: true, supportsHavingClause: true, supportsOutFieldSQLExpression: true, supportsMaxRecordCountFactor: true, supportsTopFeaturesQuery: true, supportsDisjointSpatialRel: true, supportsQueryWithCacheHint: true, supportedOperationsWithCacheHint: ["query", "queryTopFilter", "queryAnalytics", "queryAttachments", "queryRelated"], supportsQueryAnalytic: true, supportsDefaultSR: true, supportsFullTextSearch: true },
263
+ advancedQueryAnalyticCapabilities: { supportsLinearRegression: true, supportsAsync: true, supportsPercentileAnalytic: true },
264
+ advancedEditingCapabilities: { supportedSqlFormatsInCalculate: ["standard"], supportsAsyncApplyEdits: true, supportsReturnEditResults: true },
265
+ infoInEstimates: ["extent", "count"], useStandardizedQueries: true, geometryType: "esriGeometryPolyline", minScale: 150000, maxScale: 0, extent: { xmin: -8266144.7918439023, ymin: 4938569.7715200111, xmax: -8204248.7873679493, ymax: 4999630.6406602357, spatialReference: { wkid: 102100, latestWkid: 3857 } },
266
+ drawingInfo: { renderer: { type: "simple", symbol: { type: "esriSLS", style: "esriSLSSolid", color: [153, 0, 5, 255], width: 1 },
267
+ label: "", description: "" },
268
+ transparency: 0, labelingInfo: null },
269
+ allowGeometryUpdates: true,
270
+ hasAttachments: false,
271
+ htmlPopupType: "esriServerHTMLPopupTypeAsHTMLText",
272
+ hasM: false, hasZ: false, objectIdField: "OBJECTID",
273
+ uniqueIdField: { name: "OBJECTID",
274
+ isSystemMaintained: true },
275
+ globalIdField: "GlobalID",
276
+ typeIdField: "",
277
+ fields: [{ name: "borough", type: "esriFieldTypeString", alias: "borough", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
278
+ { name: "build_stat", type: "esriFieldTypeString", alias: "build_stat", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
279
+ { name: "cco_st", type: "esriFieldTypeString", alias: "cco_st", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
280
+ { name: "date_edit_", type: "esriFieldTypeDate", alias: "date_edit_", sqlType: "sqlTypeOther", length: 8, nullable: true, editable: true, domain: null, defaultValue: null },
281
+ { name: "time_edit_", type: "esriFieldTypeString", alias: "time_edit_", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
282
+ { name: "feat_statu", type: "esriFieldTypeString", alias: "feat_statu", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
283
+ { name: "feat_type", type: "esriFieldTypeString", alias: "feat_type", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
284
+ { name: "honorary_n", type: "esriFieldTypeString", alias: "honorary_n", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
285
+ { name: "marg_wharf", type: "esriFieldTypeString", alias: "marg_wharf", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
286
+ { name: "old_st_nm", type: "esriFieldTypeString", alias: "old_st_nm", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
287
+ { name: "paper_st", type: "esriFieldTypeString", alias: "paper_st", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
288
+ { name: "record_st", type: "esriFieldTypeString", alias: "record_st", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
289
+ { name: "roadway_ty", type: "esriFieldTypeString", alias: "roadway_ty", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
290
+ { name: "route_type", type: "esriFieldTypeString", alias: "route_type", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
291
+ { name: "stair_st", type: "esriFieldTypeString", alias: "stair_st", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
292
+ { name: "street_nm", type: "esriFieldTypeString", alias: "street_nm", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
293
+ { name: "streetwidt", type: "esriFieldTypeString", alias: "streetwidt", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
294
+ { name: "OBJECTID", type: "esriFieldTypeOID", alias: "OBJECTID", sqlType: "sqlTypeOther", nullable: false, editable: false, domain: null, defaultValue: null },
295
+ { name: "Shape__Length", type: "esriFieldTypeDouble", alias: "Shape__Length", sqlType: "sqlTypeDouble", nullable: true, editable: false, domain: null, defaultValue: null },
296
+ { name: "GlobalID", type: "esriFieldTypeGlobalID", alias: "GlobalID", sqlType: "sqlTypeOther", length: 38, nullable: false, editable: false, domain: null, defaultValue: "NEWID() WITH VALUES" }], indexes: [{ name: "PK__NEWYORK3__F4B70D858AB09618", fields: "OBJECTID", isAscending: true, isUnique: true, description: "" },
297
+ { name: "user_70600.NEWYORK3857_STREET_Shape_sidx", fields: "Shape", isAscending: true, isUnique: false, description: "" },
298
+ { name: "Shape__Length_Index", fields: "Shape__Length", isAscending: true, isUnique: false, description: "" },
299
+ { name: "GlobalID_Index", fields: "GlobalID", isAscending: false, isUnique: true, description: "" }], dateFieldsTimeReference: { timeZone: "UTC", respectsDaylightSaving: false },
300
+ preferredTimeReference: null, types: [], templates: [{ name: "Street", description: "", drawingTool: "esriFeatureEditToolLine", prototype: { attributes: { streetwidt: null, borough: null, build_stat: null, cco_st: null, date_edit_: null, time_edit_: null, feat_statu: null, feat_type: null, honorary_n: null, marg_wharf: null, old_st_nm: null, paper_st: null, record_st: null, roadway_ty: null, route_type: null, stair_st: null, street_nm: null } } }], supportedQueryFormats: "JSON, geoJSON, PBF", supportedAppendFormats: "sqlite,geoPackage,shapefile,filegdb,featureCollection,geojson,csv,excel", supportedExportFormats: "csv,shapefile,sqlite,geoPackage,filegdb,featureCollection,geojson,excel", supportedSpatialRelationships: ["esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelDisjoint", "esriSpatialRelRelation"], supportedContingentValuesFormats: "JSON, PBF", supportedSyncDataOptions: 4, hasStaticData: false, maxRecordCount: 1000, standardMaxRecordCount: 4000, standardMaxRecordCountNoGeometry: 32000, tileMaxRecordCount: 4000, maxRecordCountFactor: 1, capabilities: "Query,ChangeTracking"
301
+ };
302
+ NewYorkDataset.incompleteDrawingInfo = {
303
+ drawingInfo: {
304
+ renderer: {
305
+ type: "uniqueValue",
306
+ field1: "WEAPON",
307
+ field2: null,
308
+ field3: null,
309
+ },
310
+ },
311
+ };
312
+ NewYorkDataset.uniqueValueDrawingInfo = {
313
+ drawingInfo: {
314
+ renderer: {
315
+ type: "uniqueValue",
316
+ field1: "WEAPON",
317
+ field2: null,
318
+ field3: null,
319
+ defaultSymbol: {
320
+ type: "esriPMS",
321
+ url: "964f19a3e2aa1123345490e04eb4a09d",
322
+ imageData: "iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAT9JREFUOI2t1E8rRGEUx/HvMHViIm5ZXGt/3gFlwdKGhYjyAmxs7IassDHFyguwwkbZYJKNslVWJDZT1C3psRv9NMpmJk/Tvc3MHWf3/PuccxbPyfKPkW1wPmBmQ5L6giB4d849Al+tYjNAHpiQ1AHgnAMoA+dhGG5HUfTQCOsCDoGlhCTdwGIURfPVZPtJWCdwBkwntVF3d6+K78Rh+SYhP7bM7FbSjY8FwHqLEEBGUgEY97E5oCcFBjAGDAMvNWwyJVSLKR8L28QG4a/N7zYx+VipTazkY0VgNSVUAa597MrMniWNpMBOAOdjFUlrwAWQaQFywGZt4f+AIrAB7DYJlc1sQdJrHAZQAN6AA6A/STGzp1wut+ycu/f340bQEXAJrACzwCjQC3wAd8CppGNJP/UPk+bZZ7XKQlJ1cfEL1AZaAcKna+kAAAAASUVORK5CYII=",
323
+ contentType: "image/png",
324
+ width: 15,
325
+ height: 15,
326
+ angle: 0,
327
+ xoffset: 0,
328
+ yoffset: 0,
329
+ },
330
+ defaultLabel: "<all other values>",
331
+ uniqueValueInfos: [
332
+ {
333
+ symbol: {
334
+ type: "esriPMS",
335
+ url: "7c83731ca464c53c3e14f4287baaf154",
336
+ imageData: "iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAk1JREFUOI2t0z9oE1EcB/BvmrTPLkofFYSQwQweLYSCmpRcIqHFDrqI4JJrwFaFSIkUipMdFLzlMkiIAaGmhC7BwQ6xhIAtZGiuIJQ41KEZxIZD3i2+pT3sq3jn1FpC0z+kv/F9f3zefw/OuTxn6O0F8PvcQELIayHE83MBKaU3CCHPGGMvAVgdg4qipHK5XA+AOwA+dgwyxu6l02lUq9WJSqXSGUgpHdrZ2bk0OTmJ+fn5MQAXAOyeCFJKg1NTU96RkZHrhxtqtdptSZK6+vv7MTo66qRSqfeDg4M/9nPbtv9ms9m1paUlA8DmAcg531ZV9ZWqqkPj4+OO1+t17WfhcBgAkEgkSKlUShiGAQDY2NhwKpWKC8AnAI9at7wJYJgQkl5fX384OztrDwwM9B1erSzLkGUZjuNgZWXFyOfzFMALANl2ZyiEENONRuNzNBpdyGQyZjwev+Lx/G+zLAuqqv6cm5vbBXALwNcjz7ClypzzgKZp30OhECRJOgh0XYeu69uc85s44k0ed8u93d3dxO/3w7ZtbG1tOX6/3xUIBOB2u31o8w3bgoqiTMRisS7LspyZmRmzWCxe1jRtO5lM9vl8vh5CSEQIsXqWFSaEEHvBYPCPYRgLQog3mqa9W15eHotEIhcVRXlaKBRODXoXFxev6rpumqapCCGqAMAYe1Aul5/U6/W3kiTdBeAC4JwGvA+g1Gw2HwP41ZLlGWOrnPMPlNIQ5/zLiSCldI1znmszGQA0hBDDlNJrrcGRIOe8fgy2X3uMsW+tg/8ALm/uzGg889IAAAAASUVORK5CYII=",
337
+ contentType: "image/png",
338
+ width: 15,
339
+ height: 14,
340
+ angle: 0,
341
+ xoffset: 0,
342
+ yoffset: 0,
343
+ },
344
+ value: " ",
345
+ label: " ",
346
+ description: "test",
347
+ },
348
+ {
349
+ symbol: {
350
+ type: "esriPMS",
351
+ url: "92fc1fd63ca93a4167dd03e55a4c54fe",
352
+ imageData: "iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAepJREFUOI2tk09I1EEUxz9r5kuEwqEgWDzooaVAhEqlLKLIg11C6NK2kP2BIpQgOtWhoL2shwgTgjLCi3jQg4UIFniwFYKwQx30EBVL/PbSu2xLPqP9dXBb9KfrJrtfGIaZ953PzJs3U02FVb0Fby3wq2JAEXlgZrcrAnTOHVLRPjzuAdmygRrVXgapAbqAsbKBeJylH5ihh6kygc65Fv2pu7gEPKcT2AEslQQ651r1hoblpBxcbdC3epoIVewGTuHTyzM5IF8Khhx/GGDOXlkKWCgAVTVDnPsWtxYu4BMmVFh0JN/HECaIWcpWxh/xmSIEvAQuB1NeANpFpN/e20XukmM/9WvyOZpvPvCGFEM44A4wsC7lvMzMbrLINMcY5hFpzrN3jSsLxPkuT2Wpjrrjin7Y8A4DmkRpJsFn2oDIqkgSSJIxtcOGrXuTm1W5lu0ITUAO+IpPEyGagW00UOQbFgdG6eEEVWTxuUWaEfaQIMM16mmgRkQ6zGx2KyeMYSzTym9JybCZPSTBE17TSQc7LWrXecF/A8OM00iStKQlamYzAHicY5KrzPOYCGeAECs1LwnsBib4xhXDfgRiQ3jMoow659pU9V1JoHNuTlUHi2wGsIjRLk72BQMbAlV1fhPYPy17nvcpOPkXnK+o4mU668EAAAAASUVORK5CYII=",
353
+ contentType: "image/png",
354
+ width: 15,
355
+ height: 14,
356
+ angle: 0,
357
+ xoffset: 0,
358
+ yoffset: 0,
359
+ },
360
+ value: "blunt_instrument",
361
+ label: "blunt_instrument",
362
+ description: "",
363
+ },
364
+ {
365
+ symbol: {
366
+ type: "esriPMS",
367
+ url: "70a0856a4503c38b2efa55447af89dc6",
368
+ imageData: "iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAhtJREFUOI2tk0tIlFEYhp8xm5MImYcsLxgk1aBgQxcdyiSKXNQmggiaBrILFGEE0aoWBbnRRYQJQRklQbSohYUIXZCyEYSwKAmFibTB/tn0QdmQn6Z/C81yvE3oC4cD3+U55z2XVBZYqf9Rmwb8XDCgMeayqp5bEKC1dpOIOQ3ORSA+b6DkBKuQei+wG3gwbyDi7CVQC59bK3Fa5ge01vqFHxn4j8DbWxXAEmBwTqC1tkTWnsozuTs2Ttrcl1e7WOZLIW055O90WVF106ws+jRR8Gt0hHd17dr3OAp0TwBFZICO6ktKtZ81h1xMnmeiqWjL2LwhZPjQFNJv0fGm9y5Oiwd4BBxNtNwNBIwxtRp9fZgDF0axhZmT/ORuHRu40PssSlODBc4DdVMsj0tV9Qz0POHutkYqrsYoPJiN55+y4Ti8qO43kRuD6ZZyEd5Me4YJagYp5mXNR7JLwfr+ZvrD4IQHVGWz6tQ3Odstp8FiQ0YBuKPwvdclo8BDVjGwKJ8ZvuHMwJxgJb7tKQzHXZ6fjRG5l0V5zQDrT2Ri870mbspUtS15oJcQIzrEnZJhQ7RR0Su01Vwn8rSCVWVLleBJIreTBubR93A1sXDMEAuqautY2NmP03wc6bxGum8P4AHcZID7gCa075jC14RcA+q0oXLfWlsqIh1zAq217SJSP8NiAD2gAWPsusTEtEAR6ZwF9kdDjuN0JQZ/A6rmxvoAREK5AAAAAElFTkSuQmCC",
369
+ contentType: "image/png",
370
+ width: 15,
371
+ height: 14,
372
+ angle: 0,
373
+ xoffset: 0,
374
+ yoffset: 0,
375
+ },
376
+ value: "gun",
377
+ label: "gun",
378
+ description: "",
379
+ },
380
+ {
381
+ symbol: {
382
+ type: "esriPMS",
383
+ url: "e109df94cd78c13a6d1bc5c2eda6a9a7",
384
+ imageData: "iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAeRJREFUOI2tkztoVEEUhr88yDEsGHZAERaDorEQJOL6CAQ7g8QmXEwhEsyiFhaKjVUguGAnqOADBV/Exi0CQUELLQyuBA1Rm4CxEJEY7m08zaKbk2CuxWblcpPNg92/GZj/55tzZs40UmM1riPbDBRrBhSRK2Z2qSZA51wa1QsGl4HfVQN7VM8/hiagGxiuGhhAzyCQh8xotUDnXHtRteUE8BS6gA3A7KpA59yBftVUh8i+aGBC9cgOqE8CnRBm4H6byPeyH8LfhzD22mwamPoPVNXCDchi1n4cws1QV/bSi2svyEvomzED4AuEo6Xcc+B0vOUp4JCIXJ0w638CC22QjFabjsDfwvQjcMAAcHNJy4syM7v4A155MJSFwIMtDZFAEbgGMzmR2UQicdhUPy97hzG9UNhzB77tBXZGjHHgIxTUbD9mS2ZypVduBmQbsAD8hLAV6nYDDbCVCt+wItCDTAfU/4EwC8EIbBqAwilIpqBJRDrNLL+eCvvmYe4ozAciQ2Z2/R7cfQddadjomZ3LwZqBqRHY/h4CFTlpZm8AfOj14ewk3GqFY5RGJlwL0BN45sMZzH7FvAc+5H3IOecOquqHVYHOuTFVvV3hMICvlGZ2V9xYFqiqn1aAlTXn+/5kfPMfWXyn81sSLa0AAAAASUVORK5CYII=",
385
+ contentType: "image/png",
386
+ width: 15,
387
+ height: 14,
388
+ angle: 0,
389
+ xoffset: 0,
390
+ yoffset: 0,
391
+ },
392
+ value: "knife",
393
+ label: "knife",
394
+ description: "",
395
+ },
396
+ {
397
+ symbol: {
398
+ type: "esriPMS",
399
+ url: "56cdb91cb6c2a0327abe9787dcef4868",
400
+ imageData: "iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAjBJREFUOI2tkz9oU1EUxn8pbd7rUF9zie17KVJSinSIKRg1g7gUO+gSBCcpWNTBQXFxclFwc3BQwUGXTpXiouDikqFJIYtCSaEpFfNafC8QPJSWYG9sfA62JaR/pf3G83387jn3ntvOMav9P7KdwK9jAxqG8VRr/fBYgEqplIjcBx4DtSMDHce5JyJh4Arw/shAEcmkUik8zxv3ff9oQKXUsNbaSiQSFIvFUcAE1g8EKqXOO47TNzAwcLY54HneZcuy2kzTxLbtwLbtNz09Pd+bIo3Z2dkZ13WXgfltoIisiciTubm54f7+/sA0zdCWNzQ0BEAymTQWFhbGVlZWAKhWq4GIhICPwK3WkeeBtGEYzyqVys1MJvMnEolEmruNxWLEYjEAyuXycqlUUsAj4MWOkTeltdYPgM9TU1MTIyMjlcHBQTsU2m6WjY0Ncrncj3K5vK6UuiQiX3e9wxZ9As7k8/lv0WiU5kY9z6Nara5prc9prXfs5H6v3AkY3d3dBEHA6upqYFlWKBqNApxij2+4J9BxnPF4PN5Wr9eDbDZbcV33ZDqdXkskEpGurq5wrVa7qLWePjQwHA6PNRqN+uTk5G9gAnheKBReLy0tjfb29p7o6Oi4u7i4eGhgn+u6cdd1K4Zh3NBaZzfr133fv+P7/kul1FUgBASHAV4DPgC3tdY/W7y3wLSIvFNKXRCRwoFApdSMiLza4zCAEv929nSrsStQRL7sA9tS3ff9YmvxL1UE4IbTTnP+AAAAAElFTkSuQmCC",
401
+ contentType: "image/png",
402
+ width: 15,
403
+ height: 14,
404
+ angle: 0,
405
+ xoffset: 0,
406
+ yoffset: 0,
407
+ },
408
+ value: "other",
409
+ label: "other",
410
+ description: "",
411
+ },
412
+ ],
413
+ fieldDelimiter: ",",
414
+ },
415
+ transparency: 0,
416
+ labelingInfo: null,
417
+ },
418
+ };
419
+ exports.NewYorkDataset = NewYorkDataset;
420
420
  //# sourceMappingURL=NewYorkDataset.js.map