@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,416 +1,417 @@
1
- /*---------------------------------------------------------------------------------------------
2
- * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
- * See LICENSE.md in the project root for license terms and full copyright notice.
4
- *--------------------------------------------------------------------------------------------*/
5
- /* eslint-disable @typescript-eslint/naming-convention */
6
- export class NewYorkDataset {
7
- }
8
- NewYorkDataset.serviceCapabilities = {
9
- currentVersion: 10.81,
10
- serviceItemId: "af1ebcf87a9741458b08360b5802a003",
11
- hasChangeTrackingEnabledViews: true,
12
- serviceDescription: "Summary text",
13
- hasVersionedData: false,
14
- supportsDisconnectedEditing: false,
15
- hasStaticData: false,
16
- hasSharedDomains: false,
17
- maxRecordCount: 1000,
18
- supportedQueryFormats: "JSON",
19
- supportsVCSProjection: false,
20
- supportedExportFormats: "csv,shapefile,sqlite,geoPackage,filegdb,featureCollection,geojson,excel",
21
- capabilities: "Query,ChangeTracking",
22
- description: "My Description",
23
- copyrightText: "",
24
- spatialReference: {
25
- wkid: 102100,
26
- latestWkid: 3857,
27
- },
28
- initialExtent: {
29
- xmin: -8253177.9212990291,
30
- ymin: 4956654.8286338719,
31
- xmax: -8218318.9974145154,
32
- ymax: 4971008.5031745536,
33
- spatialReference: {
34
- wkid: 102100,
35
- latestWkid: 3857,
36
- },
37
- },
38
- fullExtent: {
39
- xmin: -8270363.8159049358,
40
- ymin: 4935557.2945022825,
41
- xmax: -8204174.9423192516,
42
- ymax: 5000899.6957413526,
43
- spatialReference: {
44
- wkid: 102100,
45
- latestWkid: 3857,
46
- },
47
- },
48
- allowGeometryUpdates: true,
49
- units: "esriMeters",
50
- supportsAppend: true,
51
- supportsSharedDomains: true,
52
- supportsWebHooks: true,
53
- supportsTemporalLayers: true,
54
- layerOverridesEnabled: true,
55
- size: 132923392,
56
- syncEnabled: false,
57
- extractChangesCapabilities: {
58
- supportsReturnIdsOnly: true,
59
- supportsReturnExtentOnly: true,
60
- supportsReturnAttachments: true,
61
- supportsLayerQueries: true,
62
- supportsGeometry: true,
63
- supportsFeatureReturn: true,
64
- supportsReturnHasGeometryUpdates: false,
65
- supportsReturnDeletedFeatures: true,
66
- supportsServerGens: true,
67
- },
68
- supportsApplyEditsWithGlobalIds: true,
69
- supportsReturnDeleteResults: true,
70
- supportsLayerOverrides: true,
71
- supportsTilesAndBasicQueriesMode: true,
72
- supportsQueryContingentValues: true,
73
- supportedContingentValuesFormats: "JSON, PBF",
74
- supportsContingentValuesJson: 2,
75
- advancedEditingCapabilities: {
76
- supportsSplit: false,
77
- supportsReturnServiceEditsInSourceSR: false,
78
- supportsAsyncApplyEdits: true,
79
- supportsReturnEditResults: true,
80
- },
81
- editorTrackingInfo: {
82
- enableEditorTracking: false,
83
- enableOwnershipAccessControl: false,
84
- allowOthersToQuery: true,
85
- allowOthersToUpdate: true,
86
- allowOthersToDelete: false,
87
- allowAnonymousToQuery: true,
88
- allowAnonymousToUpdate: true,
89
- allowAnonymousToDelete: true,
90
- },
91
- changeTrackingInfo: {
92
- lastSyncDate: 1637077884618,
93
- layerServerGens: [
94
- {
95
- id: 0,
96
- minServerGen: 498989,
97
- serverGen: 689984,
98
- },
99
- {
100
- id: 1,
101
- minServerGen: 498989,
102
- serverGen: 689984,
103
- },
104
- {
105
- id: 2,
106
- minServerGen: 498989,
107
- serverGen: 689984,
108
- },
109
- {
110
- id: 3,
111
- minServerGen: 498989,
112
- serverGen: 689984,
113
- },
114
- {
115
- id: 4,
116
- minServerGen: 498989,
117
- serverGen: 689984,
118
- },
119
- {
120
- id: 5,
121
- minServerGen: 498989,
122
- serverGen: 689984,
123
- },
124
- {
125
- id: 6,
126
- minServerGen: 498989,
127
- serverGen: 689984,
128
- },
129
- {
130
- id: 7,
131
- minServerGen: 498989,
132
- serverGen: 689984,
133
- },
134
- {
135
- id: 8,
136
- minServerGen: 498989,
137
- serverGen: 689984,
138
- },
139
- {
140
- id: 9,
141
- minServerGen: 498989,
142
- serverGen: 689984,
143
- },
144
- ],
145
- },
146
- xssPreventionInfo: {
147
- xssPreventionEnabled: true,
148
- xssPreventionRule: "InputOnly",
149
- xssInputRule: "rejectInvalid",
150
- },
151
- layers: [
152
- {
153
- id: 0,
154
- name: "Street",
155
- parentLayerId: -1,
156
- defaultVisibility: true,
157
- subLayerIds: null,
158
- minScale: 150000,
159
- maxScale: 0,
160
- geometryType: "esriGeometryPolyline",
161
- },
162
- {
163
- id: 1,
164
- name: "Highway",
165
- parentLayerId: -1,
166
- defaultVisibility: true,
167
- subLayerIds: null,
168
- minScale: 150000,
169
- maxScale: 0,
170
- geometryType: "esriGeometryPolyline",
171
- },
172
- {
173
- id: 2,
174
- name: "Block",
175
- parentLayerId: -1,
176
- defaultVisibility: true,
177
- subLayerIds: null,
178
- minScale: 150000,
179
- maxScale: 0,
180
- geometryType: "esriGeometryPolyline",
181
- },
182
- {
183
- id: 3,
184
- name: "Shoreline",
185
- parentLayerId: -1,
186
- defaultVisibility: true,
187
- subLayerIds: null,
188
- minScale: 0,
189
- maxScale: 0,
190
- geometryType: "esriGeometryPolyline",
191
- },
192
- {
193
- id: 4,
194
- name: "nyco",
195
- parentLayerId: -1,
196
- defaultVisibility: true,
197
- subLayerIds: null,
198
- minScale: 0,
199
- maxScale: 0,
200
- geometryType: "esriGeometryPolygon",
201
- },
202
- {
203
- id: 5,
204
- name: "nylh",
205
- parentLayerId: -1,
206
- defaultVisibility: true,
207
- subLayerIds: null,
208
- minScale: 0,
209
- maxScale: 0,
210
- geometryType: "esriGeometryPolygon",
211
- },
212
- {
213
- id: 6,
214
- name: "nysp",
215
- parentLayerId: -1,
216
- defaultVisibility: true,
217
- subLayerIds: null,
218
- minScale: 0,
219
- maxScale: 0,
220
- geometryType: "esriGeometryPolygon",
221
- },
222
- {
223
- id: 7,
224
- name: "nysp_sd",
225
- parentLayerId: -1,
226
- defaultVisibility: true,
227
- subLayerIds: null,
228
- minScale: 0,
229
- maxScale: 0,
230
- geometryType: "esriGeometryPolygon",
231
- },
232
- {
233
- id: 8,
234
- name: "nyzd",
235
- parentLayerId: -1,
236
- defaultVisibility: false,
237
- subLayerIds: null,
238
- minScale: 0,
239
- maxScale: 0,
240
- geometryType: "esriGeometryPolygon",
241
- },
242
- {
243
- id: 9,
244
- name: "nyzma",
245
- parentLayerId: -1,
246
- defaultVisibility: true,
247
- subLayerIds: null,
248
- minScale: 0,
249
- maxScale: 0,
250
- geometryType: "esriGeometryPolygon",
251
- },
252
- ],
253
- tables: [],
254
- };
255
- NewYorkDataset.streetsLayerCapabilities = {
256
- 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 },
257
- editingInfo: { lastEditDate: 1637077888141 },
258
- 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" },
259
- 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 },
260
- advancedQueryAnalyticCapabilities: { supportsLinearRegression: true, supportsAsync: true, supportsPercentileAnalytic: true },
261
- advancedEditingCapabilities: { supportedSqlFormatsInCalculate: ["standard"], supportsAsyncApplyEdits: true, supportsReturnEditResults: true },
262
- 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 } },
263
- drawingInfo: { renderer: { type: "simple", symbol: { type: "esriSLS", style: "esriSLSSolid", color: [153, 0, 5, 255], width: 1 },
264
- label: "", description: "" },
265
- transparency: 0, labelingInfo: null },
266
- allowGeometryUpdates: true,
267
- hasAttachments: false,
268
- htmlPopupType: "esriServerHTMLPopupTypeAsHTMLText",
269
- hasM: false, hasZ: false, objectIdField: "OBJECTID",
270
- uniqueIdField: { name: "OBJECTID",
271
- isSystemMaintained: true },
272
- globalIdField: "GlobalID",
273
- typeIdField: "",
274
- fields: [{ name: "borough", type: "esriFieldTypeString", alias: "borough", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
275
- { name: "build_stat", type: "esriFieldTypeString", alias: "build_stat", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
276
- { name: "cco_st", type: "esriFieldTypeString", alias: "cco_st", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
277
- { name: "date_edit_", type: "esriFieldTypeDate", alias: "date_edit_", sqlType: "sqlTypeOther", length: 8, nullable: true, editable: true, domain: null, defaultValue: null },
278
- { name: "time_edit_", type: "esriFieldTypeString", alias: "time_edit_", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
279
- { name: "feat_statu", type: "esriFieldTypeString", alias: "feat_statu", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
280
- { name: "feat_type", type: "esriFieldTypeString", alias: "feat_type", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
281
- { name: "honorary_n", type: "esriFieldTypeString", alias: "honorary_n", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
282
- { name: "marg_wharf", type: "esriFieldTypeString", alias: "marg_wharf", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
283
- { name: "old_st_nm", type: "esriFieldTypeString", alias: "old_st_nm", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
284
- { name: "paper_st", type: "esriFieldTypeString", alias: "paper_st", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
285
- { name: "record_st", type: "esriFieldTypeString", alias: "record_st", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
286
- { name: "roadway_ty", type: "esriFieldTypeString", alias: "roadway_ty", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
287
- { name: "route_type", type: "esriFieldTypeString", alias: "route_type", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
288
- { name: "stair_st", type: "esriFieldTypeString", alias: "stair_st", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
289
- { name: "street_nm", type: "esriFieldTypeString", alias: "street_nm", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
290
- { name: "streetwidt", type: "esriFieldTypeString", alias: "streetwidt", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
291
- { name: "OBJECTID", type: "esriFieldTypeOID", alias: "OBJECTID", sqlType: "sqlTypeOther", nullable: false, editable: false, domain: null, defaultValue: null },
292
- { name: "Shape__Length", type: "esriFieldTypeDouble", alias: "Shape__Length", sqlType: "sqlTypeDouble", nullable: true, editable: false, domain: null, defaultValue: null },
293
- { 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: "" },
294
- { name: "user_70600.NEWYORK3857_STREET_Shape_sidx", fields: "Shape", isAscending: true, isUnique: false, description: "" },
295
- { name: "Shape__Length_Index", fields: "Shape__Length", isAscending: true, isUnique: false, description: "" },
296
- { name: "GlobalID_Index", fields: "GlobalID", isAscending: false, isUnique: true, description: "" }], dateFieldsTimeReference: { timeZone: "UTC", respectsDaylightSaving: false },
297
- 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"
298
- };
299
- NewYorkDataset.incompleteDrawingInfo = {
300
- drawingInfo: {
301
- renderer: {
302
- type: "uniqueValue",
303
- field1: "WEAPON",
304
- field2: null,
305
- field3: null,
306
- },
307
- },
308
- };
309
- NewYorkDataset.uniqueValueDrawingInfo = {
310
- drawingInfo: {
311
- renderer: {
312
- type: "uniqueValue",
313
- field1: "WEAPON",
314
- field2: null,
315
- field3: null,
316
- defaultSymbol: {
317
- type: "esriPMS",
318
- url: "964f19a3e2aa1123345490e04eb4a09d",
319
- imageData: "iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAT9JREFUOI2t1E8rRGEUx/HvMHViIm5ZXGt/3gFlwdKGhYjyAmxs7IassDHFyguwwkbZYJKNslVWJDZT1C3psRv9NMpmJk/Tvc3MHWf3/PuccxbPyfKPkW1wPmBmQ5L6giB4d849Al+tYjNAHpiQ1AHgnAMoA+dhGG5HUfTQCOsCDoGlhCTdwGIURfPVZPtJWCdwBkwntVF3d6+K78Rh+SYhP7bM7FbSjY8FwHqLEEBGUgEY97E5oCcFBjAGDAMvNWwyJVSLKR8L28QG4a/N7zYx+VipTazkY0VgNSVUAa597MrMniWNpMBOAOdjFUlrwAWQaQFywGZt4f+AIrAB7DYJlc1sQdJrHAZQAN6AA6A/STGzp1wut+ycu/f340bQEXAJrACzwCjQC3wAd8CppGNJP/UPk+bZZ7XKQlJ1cfEL1AZaAcKna+kAAAAASUVORK5CYII=",
320
- contentType: "image/png",
321
- width: 15,
322
- height: 15,
323
- angle: 0,
324
- xoffset: 0,
325
- yoffset: 0,
326
- },
327
- defaultLabel: "<all other values>",
328
- uniqueValueInfos: [
329
- {
330
- symbol: {
331
- type: "esriPMS",
332
- url: "7c83731ca464c53c3e14f4287baaf154",
333
- 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=",
334
- contentType: "image/png",
335
- width: 15,
336
- height: 14,
337
- angle: 0,
338
- xoffset: 0,
339
- yoffset: 0,
340
- },
341
- value: " ",
342
- label: " ",
343
- description: "test",
344
- },
345
- {
346
- symbol: {
347
- type: "esriPMS",
348
- url: "92fc1fd63ca93a4167dd03e55a4c54fe",
349
- imageData: "iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAepJREFUOI2tk09I1EEUxz9r5kuEwqEgWDzooaVAhEqlLKLIg11C6NK2kP2BIpQgOtWhoL2shwgTgjLCi3jQg4UIFniwFYKwQx30EBVL/PbSu2xLPqP9dXBb9KfrJrtfGIaZ953PzJs3U02FVb0Fby3wq2JAEXlgZrcrAnTOHVLRPjzuAdmygRrVXgapAbqAsbKBeJylH5ihh6kygc65Fv2pu7gEPKcT2AEslQQ651r1hoblpBxcbdC3epoIVewGTuHTyzM5IF8Khhx/GGDOXlkKWCgAVTVDnPsWtxYu4BMmVFh0JN/HECaIWcpWxh/xmSIEvAQuB1NeANpFpN/e20XukmM/9WvyOZpvPvCGFEM44A4wsC7lvMzMbrLINMcY5hFpzrN3jSsLxPkuT2Wpjrrjin7Y8A4DmkRpJsFn2oDIqkgSSJIxtcOGrXuTm1W5lu0ITUAO+IpPEyGagW00UOQbFgdG6eEEVWTxuUWaEfaQIMM16mmgRkQ6zGx2KyeMYSzTym9JybCZPSTBE17TSQc7LWrXecF/A8OM00iStKQlamYzAHicY5KrzPOYCGeAECs1LwnsBib4xhXDfgRiQ3jMoow659pU9V1JoHNuTlUHi2wGsIjRLk72BQMbAlV1fhPYPy17nvcpOPkXnK+o4mU668EAAAAASUVORK5CYII=",
350
- contentType: "image/png",
351
- width: 15,
352
- height: 14,
353
- angle: 0,
354
- xoffset: 0,
355
- yoffset: 0,
356
- },
357
- value: "blunt_instrument",
358
- label: "blunt_instrument",
359
- description: "",
360
- },
361
- {
362
- symbol: {
363
- type: "esriPMS",
364
- url: "70a0856a4503c38b2efa55447af89dc6",
365
- imageData: "iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAhtJREFUOI2tk0tIlFEYhp8xm5MImYcsLxgk1aBgQxcdyiSKXNQmggiaBrILFGEE0aoWBbnRRYQJQRklQbSohYUIXZCyEYSwKAmFibTB/tn0QdmQn6Z/C81yvE3oC4cD3+U55z2XVBZYqf9Rmwb8XDCgMeayqp5bEKC1dpOIOQ3ORSA+b6DkBKuQei+wG3gwbyDi7CVQC59bK3Fa5ge01vqFHxn4j8DbWxXAEmBwTqC1tkTWnsozuTs2Ttrcl1e7WOZLIW055O90WVF106ws+jRR8Gt0hHd17dr3OAp0TwBFZICO6ktKtZ81h1xMnmeiqWjL2LwhZPjQFNJv0fGm9y5Oiwd4BBxNtNwNBIwxtRp9fZgDF0axhZmT/ORuHRu40PssSlODBc4DdVMsj0tV9Qz0POHutkYqrsYoPJiN55+y4Ti8qO43kRuD6ZZyEd5Me4YJagYp5mXNR7JLwfr+ZvrD4IQHVGWz6tQ3Odstp8FiQ0YBuKPwvdclo8BDVjGwKJ8ZvuHMwJxgJb7tKQzHXZ6fjRG5l0V5zQDrT2Ri870mbspUtS15oJcQIzrEnZJhQ7RR0Su01Vwn8rSCVWVLleBJIreTBubR93A1sXDMEAuqautY2NmP03wc6bxGum8P4AHcZID7gCa075jC14RcA+q0oXLfWlsqIh1zAq217SJSP8NiAD2gAWPsusTEtEAR6ZwF9kdDjuN0JQZ/A6rmxvoAREK5AAAAAElFTkSuQmCC",
366
- contentType: "image/png",
367
- width: 15,
368
- height: 14,
369
- angle: 0,
370
- xoffset: 0,
371
- yoffset: 0,
372
- },
373
- value: "gun",
374
- label: "gun",
375
- description: "",
376
- },
377
- {
378
- symbol: {
379
- type: "esriPMS",
380
- url: "e109df94cd78c13a6d1bc5c2eda6a9a7",
381
- imageData: "iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAeRJREFUOI2tkztoVEEUhr88yDEsGHZAERaDorEQJOL6CAQ7g8QmXEwhEsyiFhaKjVUguGAnqOADBV/Exi0CQUELLQyuBA1Rm4CxEJEY7m08zaKbk2CuxWblcpPNg92/GZj/55tzZs40UmM1riPbDBRrBhSRK2Z2qSZA51wa1QsGl4HfVQN7VM8/hiagGxiuGhhAzyCQh8xotUDnXHtRteUE8BS6gA3A7KpA59yBftVUh8i+aGBC9cgOqE8CnRBm4H6byPeyH8LfhzD22mwamPoPVNXCDchi1n4cws1QV/bSi2svyEvomzED4AuEo6Xcc+B0vOUp4JCIXJ0w638CC22QjFabjsDfwvQjcMAAcHNJy4syM7v4A155MJSFwIMtDZFAEbgGMzmR2UQicdhUPy97hzG9UNhzB77tBXZGjHHgIxTUbD9mS2ZypVduBmQbsAD8hLAV6nYDDbCVCt+wItCDTAfU/4EwC8EIbBqAwilIpqBJRDrNLL+eCvvmYe4ozAciQ2Z2/R7cfQddadjomZ3LwZqBqRHY/h4CFTlpZm8AfOj14ewk3GqFY5RGJlwL0BN45sMZzH7FvAc+5H3IOecOquqHVYHOuTFVvV3hMICvlGZ2V9xYFqiqn1aAlTXn+/5kfPMfWXyn81sSLa0AAAAASUVORK5CYII=",
382
- contentType: "image/png",
383
- width: 15,
384
- height: 14,
385
- angle: 0,
386
- xoffset: 0,
387
- yoffset: 0,
388
- },
389
- value: "knife",
390
- label: "knife",
391
- description: "",
392
- },
393
- {
394
- symbol: {
395
- type: "esriPMS",
396
- url: "56cdb91cb6c2a0327abe9787dcef4868",
397
- imageData: "iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAjBJREFUOI2tkz9oU1EUxn8pbd7rUF9zie17KVJSinSIKRg1g7gUO+gSBCcpWNTBQXFxclFwc3BQwUGXTpXiouDikqFJIYtCSaEpFfNafC8QPJSWYG9sfA62JaR/pf3G83387jn3ntvOMav9P7KdwK9jAxqG8VRr/fBYgEqplIjcBx4DtSMDHce5JyJh4Arw/shAEcmkUik8zxv3ff9oQKXUsNbaSiQSFIvFUcAE1g8EKqXOO47TNzAwcLY54HneZcuy2kzTxLbtwLbtNz09Pd+bIo3Z2dkZ13WXgfltoIisiciTubm54f7+/sA0zdCWNzQ0BEAymTQWFhbGVlZWAKhWq4GIhICPwK3WkeeBtGEYzyqVys1MJvMnEolEmruNxWLEYjEAyuXycqlUUsAj4MWOkTeltdYPgM9TU1MTIyMjlcHBQTsU2m6WjY0Ncrncj3K5vK6UuiQiX3e9wxZ9As7k8/lv0WiU5kY9z6Nara5prc9prXfs5H6v3AkY3d3dBEHA6upqYFlWKBqNApxij2+4J9BxnPF4PN5Wr9eDbDZbcV33ZDqdXkskEpGurq5wrVa7qLWePjQwHA6PNRqN+uTk5G9gAnheKBReLy0tjfb29p7o6Oi4u7i4eGhgn+u6cdd1K4Zh3NBaZzfr133fv+P7/kul1FUgBASHAV4DPgC3tdY/W7y3wLSIvFNKXRCRwoFApdSMiLza4zCAEv929nSrsStQRL7sA9tS3ff9YmvxL1UE4IbTTnP+AAAAAElFTkSuQmCC",
398
- contentType: "image/png",
399
- width: 15,
400
- height: 14,
401
- angle: 0,
402
- xoffset: 0,
403
- yoffset: 0,
404
- },
405
- value: "other",
406
- label: "other",
407
- description: "",
408
- },
409
- ],
410
- fieldDelimiter: ",",
411
- },
412
- transparency: 0,
413
- labelingInfo: null,
414
- },
415
- };
1
+ /*---------------------------------------------------------------------------------------------
2
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
+ * See LICENSE.md in the project root for license terms and full copyright notice.
4
+ *--------------------------------------------------------------------------------------------*/
5
+ /* eslint-disable @typescript-eslint/naming-convention */
6
+ class NewYorkDataset {
7
+ }
8
+ NewYorkDataset.serviceCapabilities = {
9
+ currentVersion: 10.81,
10
+ serviceItemId: "af1ebcf87a9741458b08360b5802a003",
11
+ hasChangeTrackingEnabledViews: true,
12
+ serviceDescription: "Summary text",
13
+ hasVersionedData: false,
14
+ supportsDisconnectedEditing: false,
15
+ hasStaticData: false,
16
+ hasSharedDomains: false,
17
+ maxRecordCount: 1000,
18
+ supportedQueryFormats: "JSON",
19
+ supportsVCSProjection: false,
20
+ supportedExportFormats: "csv,shapefile,sqlite,geoPackage,filegdb,featureCollection,geojson,excel",
21
+ capabilities: "Query,ChangeTracking",
22
+ description: "My Description",
23
+ copyrightText: "",
24
+ spatialReference: {
25
+ wkid: 102100,
26
+ latestWkid: 3857,
27
+ },
28
+ initialExtent: {
29
+ xmin: -8253177.9212990291,
30
+ ymin: 4956654.8286338719,
31
+ xmax: -8218318.9974145154,
32
+ ymax: 4971008.5031745536,
33
+ spatialReference: {
34
+ wkid: 102100,
35
+ latestWkid: 3857,
36
+ },
37
+ },
38
+ fullExtent: {
39
+ xmin: -8270363.8159049358,
40
+ ymin: 4935557.2945022825,
41
+ xmax: -8204174.9423192516,
42
+ ymax: 5000899.6957413526,
43
+ spatialReference: {
44
+ wkid: 102100,
45
+ latestWkid: 3857,
46
+ },
47
+ },
48
+ allowGeometryUpdates: true,
49
+ units: "esriMeters",
50
+ supportsAppend: true,
51
+ supportsSharedDomains: true,
52
+ supportsWebHooks: true,
53
+ supportsTemporalLayers: true,
54
+ layerOverridesEnabled: true,
55
+ size: 132923392,
56
+ syncEnabled: false,
57
+ extractChangesCapabilities: {
58
+ supportsReturnIdsOnly: true,
59
+ supportsReturnExtentOnly: true,
60
+ supportsReturnAttachments: true,
61
+ supportsLayerQueries: true,
62
+ supportsGeometry: true,
63
+ supportsFeatureReturn: true,
64
+ supportsReturnHasGeometryUpdates: false,
65
+ supportsReturnDeletedFeatures: true,
66
+ supportsServerGens: true,
67
+ },
68
+ supportsApplyEditsWithGlobalIds: true,
69
+ supportsReturnDeleteResults: true,
70
+ supportsLayerOverrides: true,
71
+ supportsTilesAndBasicQueriesMode: true,
72
+ supportsQueryContingentValues: true,
73
+ supportedContingentValuesFormats: "JSON, PBF",
74
+ supportsContingentValuesJson: 2,
75
+ advancedEditingCapabilities: {
76
+ supportsSplit: false,
77
+ supportsReturnServiceEditsInSourceSR: false,
78
+ supportsAsyncApplyEdits: true,
79
+ supportsReturnEditResults: true,
80
+ },
81
+ editorTrackingInfo: {
82
+ enableEditorTracking: false,
83
+ enableOwnershipAccessControl: false,
84
+ allowOthersToQuery: true,
85
+ allowOthersToUpdate: true,
86
+ allowOthersToDelete: false,
87
+ allowAnonymousToQuery: true,
88
+ allowAnonymousToUpdate: true,
89
+ allowAnonymousToDelete: true,
90
+ },
91
+ changeTrackingInfo: {
92
+ lastSyncDate: 1637077884618,
93
+ layerServerGens: [
94
+ {
95
+ id: 0,
96
+ minServerGen: 498989,
97
+ serverGen: 689984,
98
+ },
99
+ {
100
+ id: 1,
101
+ minServerGen: 498989,
102
+ serverGen: 689984,
103
+ },
104
+ {
105
+ id: 2,
106
+ minServerGen: 498989,
107
+ serverGen: 689984,
108
+ },
109
+ {
110
+ id: 3,
111
+ minServerGen: 498989,
112
+ serverGen: 689984,
113
+ },
114
+ {
115
+ id: 4,
116
+ minServerGen: 498989,
117
+ serverGen: 689984,
118
+ },
119
+ {
120
+ id: 5,
121
+ minServerGen: 498989,
122
+ serverGen: 689984,
123
+ },
124
+ {
125
+ id: 6,
126
+ minServerGen: 498989,
127
+ serverGen: 689984,
128
+ },
129
+ {
130
+ id: 7,
131
+ minServerGen: 498989,
132
+ serverGen: 689984,
133
+ },
134
+ {
135
+ id: 8,
136
+ minServerGen: 498989,
137
+ serverGen: 689984,
138
+ },
139
+ {
140
+ id: 9,
141
+ minServerGen: 498989,
142
+ serverGen: 689984,
143
+ },
144
+ ],
145
+ },
146
+ xssPreventionInfo: {
147
+ xssPreventionEnabled: true,
148
+ xssPreventionRule: "InputOnly",
149
+ xssInputRule: "rejectInvalid",
150
+ },
151
+ layers: [
152
+ {
153
+ id: 0,
154
+ name: "Street",
155
+ parentLayerId: -1,
156
+ defaultVisibility: true,
157
+ subLayerIds: null,
158
+ minScale: 150000,
159
+ maxScale: 0,
160
+ geometryType: "esriGeometryPolyline",
161
+ },
162
+ {
163
+ id: 1,
164
+ name: "Highway",
165
+ parentLayerId: -1,
166
+ defaultVisibility: true,
167
+ subLayerIds: null,
168
+ minScale: 150000,
169
+ maxScale: 0,
170
+ geometryType: "esriGeometryPolyline",
171
+ },
172
+ {
173
+ id: 2,
174
+ name: "Block",
175
+ parentLayerId: -1,
176
+ defaultVisibility: true,
177
+ subLayerIds: null,
178
+ minScale: 150000,
179
+ maxScale: 0,
180
+ geometryType: "esriGeometryPolyline",
181
+ },
182
+ {
183
+ id: 3,
184
+ name: "Shoreline",
185
+ parentLayerId: -1,
186
+ defaultVisibility: true,
187
+ subLayerIds: null,
188
+ minScale: 0,
189
+ maxScale: 0,
190
+ geometryType: "esriGeometryPolyline",
191
+ },
192
+ {
193
+ id: 4,
194
+ name: "nyco",
195
+ parentLayerId: -1,
196
+ defaultVisibility: true,
197
+ subLayerIds: null,
198
+ minScale: 0,
199
+ maxScale: 0,
200
+ geometryType: "esriGeometryPolygon",
201
+ },
202
+ {
203
+ id: 5,
204
+ name: "nylh",
205
+ parentLayerId: -1,
206
+ defaultVisibility: true,
207
+ subLayerIds: null,
208
+ minScale: 0,
209
+ maxScale: 0,
210
+ geometryType: "esriGeometryPolygon",
211
+ },
212
+ {
213
+ id: 6,
214
+ name: "nysp",
215
+ parentLayerId: -1,
216
+ defaultVisibility: true,
217
+ subLayerIds: null,
218
+ minScale: 0,
219
+ maxScale: 0,
220
+ geometryType: "esriGeometryPolygon",
221
+ },
222
+ {
223
+ id: 7,
224
+ name: "nysp_sd",
225
+ parentLayerId: -1,
226
+ defaultVisibility: true,
227
+ subLayerIds: null,
228
+ minScale: 0,
229
+ maxScale: 0,
230
+ geometryType: "esriGeometryPolygon",
231
+ },
232
+ {
233
+ id: 8,
234
+ name: "nyzd",
235
+ parentLayerId: -1,
236
+ defaultVisibility: false,
237
+ subLayerIds: null,
238
+ minScale: 0,
239
+ maxScale: 0,
240
+ geometryType: "esriGeometryPolygon",
241
+ },
242
+ {
243
+ id: 9,
244
+ name: "nyzma",
245
+ parentLayerId: -1,
246
+ defaultVisibility: true,
247
+ subLayerIds: null,
248
+ minScale: 0,
249
+ maxScale: 0,
250
+ geometryType: "esriGeometryPolygon",
251
+ },
252
+ ],
253
+ tables: [],
254
+ };
255
+ NewYorkDataset.streetsLayerCapabilities = {
256
+ 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 },
257
+ editingInfo: { lastEditDate: 1637077888141 },
258
+ 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" },
259
+ 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 },
260
+ advancedQueryAnalyticCapabilities: { supportsLinearRegression: true, supportsAsync: true, supportsPercentileAnalytic: true },
261
+ advancedEditingCapabilities: { supportedSqlFormatsInCalculate: ["standard"], supportsAsyncApplyEdits: true, supportsReturnEditResults: true },
262
+ 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 } },
263
+ drawingInfo: { renderer: { type: "simple", symbol: { type: "esriSLS", style: "esriSLSSolid", color: [153, 0, 5, 255], width: 1 },
264
+ label: "", description: "" },
265
+ transparency: 0, labelingInfo: null },
266
+ allowGeometryUpdates: true,
267
+ hasAttachments: false,
268
+ htmlPopupType: "esriServerHTMLPopupTypeAsHTMLText",
269
+ hasM: false, hasZ: false, objectIdField: "OBJECTID",
270
+ uniqueIdField: { name: "OBJECTID",
271
+ isSystemMaintained: true },
272
+ globalIdField: "GlobalID",
273
+ typeIdField: "",
274
+ fields: [{ name: "borough", type: "esriFieldTypeString", alias: "borough", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
275
+ { name: "build_stat", type: "esriFieldTypeString", alias: "build_stat", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
276
+ { name: "cco_st", type: "esriFieldTypeString", alias: "cco_st", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
277
+ { name: "date_edit_", type: "esriFieldTypeDate", alias: "date_edit_", sqlType: "sqlTypeOther", length: 8, nullable: true, editable: true, domain: null, defaultValue: null },
278
+ { name: "time_edit_", type: "esriFieldTypeString", alias: "time_edit_", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
279
+ { name: "feat_statu", type: "esriFieldTypeString", alias: "feat_statu", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
280
+ { name: "feat_type", type: "esriFieldTypeString", alias: "feat_type", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
281
+ { name: "honorary_n", type: "esriFieldTypeString", alias: "honorary_n", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
282
+ { name: "marg_wharf", type: "esriFieldTypeString", alias: "marg_wharf", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
283
+ { name: "old_st_nm", type: "esriFieldTypeString", alias: "old_st_nm", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
284
+ { name: "paper_st", type: "esriFieldTypeString", alias: "paper_st", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
285
+ { name: "record_st", type: "esriFieldTypeString", alias: "record_st", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
286
+ { name: "roadway_ty", type: "esriFieldTypeString", alias: "roadway_ty", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
287
+ { name: "route_type", type: "esriFieldTypeString", alias: "route_type", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
288
+ { name: "stair_st", type: "esriFieldTypeString", alias: "stair_st", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
289
+ { name: "street_nm", type: "esriFieldTypeString", alias: "street_nm", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
290
+ { name: "streetwidt", type: "esriFieldTypeString", alias: "streetwidt", sqlType: "sqlTypeOther", length: 254, nullable: true, editable: true, domain: null, defaultValue: null },
291
+ { name: "OBJECTID", type: "esriFieldTypeOID", alias: "OBJECTID", sqlType: "sqlTypeOther", nullable: false, editable: false, domain: null, defaultValue: null },
292
+ { name: "Shape__Length", type: "esriFieldTypeDouble", alias: "Shape__Length", sqlType: "sqlTypeDouble", nullable: true, editable: false, domain: null, defaultValue: null },
293
+ { 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: "" },
294
+ { name: "user_70600.NEWYORK3857_STREET_Shape_sidx", fields: "Shape", isAscending: true, isUnique: false, description: "" },
295
+ { name: "Shape__Length_Index", fields: "Shape__Length", isAscending: true, isUnique: false, description: "" },
296
+ { name: "GlobalID_Index", fields: "GlobalID", isAscending: false, isUnique: true, description: "" }], dateFieldsTimeReference: { timeZone: "UTC", respectsDaylightSaving: false },
297
+ 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"
298
+ };
299
+ NewYorkDataset.incompleteDrawingInfo = {
300
+ drawingInfo: {
301
+ renderer: {
302
+ type: "uniqueValue",
303
+ field1: "WEAPON",
304
+ field2: null,
305
+ field3: null,
306
+ },
307
+ },
308
+ };
309
+ NewYorkDataset.uniqueValueDrawingInfo = {
310
+ drawingInfo: {
311
+ renderer: {
312
+ type: "uniqueValue",
313
+ field1: "WEAPON",
314
+ field2: null,
315
+ field3: null,
316
+ defaultSymbol: {
317
+ type: "esriPMS",
318
+ url: "964f19a3e2aa1123345490e04eb4a09d",
319
+ imageData: "iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAT9JREFUOI2t1E8rRGEUx/HvMHViIm5ZXGt/3gFlwdKGhYjyAmxs7IassDHFyguwwkbZYJKNslVWJDZT1C3psRv9NMpmJk/Tvc3MHWf3/PuccxbPyfKPkW1wPmBmQ5L6giB4d849Al+tYjNAHpiQ1AHgnAMoA+dhGG5HUfTQCOsCDoGlhCTdwGIURfPVZPtJWCdwBkwntVF3d6+K78Rh+SYhP7bM7FbSjY8FwHqLEEBGUgEY97E5oCcFBjAGDAMvNWwyJVSLKR8L28QG4a/N7zYx+VipTazkY0VgNSVUAa597MrMniWNpMBOAOdjFUlrwAWQaQFywGZt4f+AIrAB7DYJlc1sQdJrHAZQAN6AA6A/STGzp1wut+ycu/f340bQEXAJrACzwCjQC3wAd8CppGNJP/UPk+bZZ7XKQlJ1cfEL1AZaAcKna+kAAAAASUVORK5CYII=",
320
+ contentType: "image/png",
321
+ width: 15,
322
+ height: 15,
323
+ angle: 0,
324
+ xoffset: 0,
325
+ yoffset: 0,
326
+ },
327
+ defaultLabel: "<all other values>",
328
+ uniqueValueInfos: [
329
+ {
330
+ symbol: {
331
+ type: "esriPMS",
332
+ url: "7c83731ca464c53c3e14f4287baaf154",
333
+ 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=",
334
+ contentType: "image/png",
335
+ width: 15,
336
+ height: 14,
337
+ angle: 0,
338
+ xoffset: 0,
339
+ yoffset: 0,
340
+ },
341
+ value: " ",
342
+ label: " ",
343
+ description: "test",
344
+ },
345
+ {
346
+ symbol: {
347
+ type: "esriPMS",
348
+ url: "92fc1fd63ca93a4167dd03e55a4c54fe",
349
+ imageData: "iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAepJREFUOI2tk09I1EEUxz9r5kuEwqEgWDzooaVAhEqlLKLIg11C6NK2kP2BIpQgOtWhoL2shwgTgjLCi3jQg4UIFniwFYKwQx30EBVL/PbSu2xLPqP9dXBb9KfrJrtfGIaZ953PzJs3U02FVb0Fby3wq2JAEXlgZrcrAnTOHVLRPjzuAdmygRrVXgapAbqAsbKBeJylH5ihh6kygc65Fv2pu7gEPKcT2AEslQQ651r1hoblpBxcbdC3epoIVewGTuHTyzM5IF8Khhx/GGDOXlkKWCgAVTVDnPsWtxYu4BMmVFh0JN/HECaIWcpWxh/xmSIEvAQuB1NeANpFpN/e20XukmM/9WvyOZpvPvCGFEM44A4wsC7lvMzMbrLINMcY5hFpzrN3jSsLxPkuT2Wpjrrjin7Y8A4DmkRpJsFn2oDIqkgSSJIxtcOGrXuTm1W5lu0ITUAO+IpPEyGagW00UOQbFgdG6eEEVWTxuUWaEfaQIMM16mmgRkQ6zGx2KyeMYSzTym9JybCZPSTBE17TSQc7LWrXecF/A8OM00iStKQlamYzAHicY5KrzPOYCGeAECs1LwnsBib4xhXDfgRiQ3jMoow659pU9V1JoHNuTlUHi2wGsIjRLk72BQMbAlV1fhPYPy17nvcpOPkXnK+o4mU668EAAAAASUVORK5CYII=",
350
+ contentType: "image/png",
351
+ width: 15,
352
+ height: 14,
353
+ angle: 0,
354
+ xoffset: 0,
355
+ yoffset: 0,
356
+ },
357
+ value: "blunt_instrument",
358
+ label: "blunt_instrument",
359
+ description: "",
360
+ },
361
+ {
362
+ symbol: {
363
+ type: "esriPMS",
364
+ url: "70a0856a4503c38b2efa55447af89dc6",
365
+ imageData: "iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAhtJREFUOI2tk0tIlFEYhp8xm5MImYcsLxgk1aBgQxcdyiSKXNQmggiaBrILFGEE0aoWBbnRRYQJQRklQbSohYUIXZCyEYSwKAmFibTB/tn0QdmQn6Z/C81yvE3oC4cD3+U55z2XVBZYqf9Rmwb8XDCgMeayqp5bEKC1dpOIOQ3ORSA+b6DkBKuQei+wG3gwbyDi7CVQC59bK3Fa5ge01vqFHxn4j8DbWxXAEmBwTqC1tkTWnsozuTs2Ttrcl1e7WOZLIW055O90WVF106ws+jRR8Gt0hHd17dr3OAp0TwBFZICO6ktKtZ81h1xMnmeiqWjL2LwhZPjQFNJv0fGm9y5Oiwd4BBxNtNwNBIwxtRp9fZgDF0axhZmT/ORuHRu40PssSlODBc4DdVMsj0tV9Qz0POHutkYqrsYoPJiN55+y4Ti8qO43kRuD6ZZyEd5Me4YJagYp5mXNR7JLwfr+ZvrD4IQHVGWz6tQ3Odstp8FiQ0YBuKPwvdclo8BDVjGwKJ8ZvuHMwJxgJb7tKQzHXZ6fjRG5l0V5zQDrT2Ri870mbspUtS15oJcQIzrEnZJhQ7RR0Su01Vwn8rSCVWVLleBJIreTBubR93A1sXDMEAuqautY2NmP03wc6bxGum8P4AHcZID7gCa075jC14RcA+q0oXLfWlsqIh1zAq217SJSP8NiAD2gAWPsusTEtEAR6ZwF9kdDjuN0JQZ/A6rmxvoAREK5AAAAAElFTkSuQmCC",
366
+ contentType: "image/png",
367
+ width: 15,
368
+ height: 14,
369
+ angle: 0,
370
+ xoffset: 0,
371
+ yoffset: 0,
372
+ },
373
+ value: "gun",
374
+ label: "gun",
375
+ description: "",
376
+ },
377
+ {
378
+ symbol: {
379
+ type: "esriPMS",
380
+ url: "e109df94cd78c13a6d1bc5c2eda6a9a7",
381
+ imageData: "iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAeRJREFUOI2tkztoVEEUhr88yDEsGHZAERaDorEQJOL6CAQ7g8QmXEwhEsyiFhaKjVUguGAnqOADBV/Exi0CQUELLQyuBA1Rm4CxEJEY7m08zaKbk2CuxWblcpPNg92/GZj/55tzZs40UmM1riPbDBRrBhSRK2Z2qSZA51wa1QsGl4HfVQN7VM8/hiagGxiuGhhAzyCQh8xotUDnXHtRteUE8BS6gA3A7KpA59yBftVUh8i+aGBC9cgOqE8CnRBm4H6byPeyH8LfhzD22mwamPoPVNXCDchi1n4cws1QV/bSi2svyEvomzED4AuEo6Xcc+B0vOUp4JCIXJ0w638CC22QjFabjsDfwvQjcMAAcHNJy4syM7v4A155MJSFwIMtDZFAEbgGMzmR2UQicdhUPy97hzG9UNhzB77tBXZGjHHgIxTUbD9mS2ZypVduBmQbsAD8hLAV6nYDDbCVCt+wItCDTAfU/4EwC8EIbBqAwilIpqBJRDrNLL+eCvvmYe4ozAciQ2Z2/R7cfQddadjomZ3LwZqBqRHY/h4CFTlpZm8AfOj14ewk3GqFY5RGJlwL0BN45sMZzH7FvAc+5H3IOecOquqHVYHOuTFVvV3hMICvlGZ2V9xYFqiqn1aAlTXn+/5kfPMfWXyn81sSLa0AAAAASUVORK5CYII=",
382
+ contentType: "image/png",
383
+ width: 15,
384
+ height: 14,
385
+ angle: 0,
386
+ xoffset: 0,
387
+ yoffset: 0,
388
+ },
389
+ value: "knife",
390
+ label: "knife",
391
+ description: "",
392
+ },
393
+ {
394
+ symbol: {
395
+ type: "esriPMS",
396
+ url: "56cdb91cb6c2a0327abe9787dcef4868",
397
+ imageData: "iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAjBJREFUOI2tkz9oU1EUxn8pbd7rUF9zie17KVJSinSIKRg1g7gUO+gSBCcpWNTBQXFxclFwc3BQwUGXTpXiouDikqFJIYtCSaEpFfNafC8QPJSWYG9sfA62JaR/pf3G83387jn3ntvOMav9P7KdwK9jAxqG8VRr/fBYgEqplIjcBx4DtSMDHce5JyJh4Arw/shAEcmkUik8zxv3ff9oQKXUsNbaSiQSFIvFUcAE1g8EKqXOO47TNzAwcLY54HneZcuy2kzTxLbtwLbtNz09Pd+bIo3Z2dkZ13WXgfltoIisiciTubm54f7+/sA0zdCWNzQ0BEAymTQWFhbGVlZWAKhWq4GIhICPwK3WkeeBtGEYzyqVys1MJvMnEolEmruNxWLEYjEAyuXycqlUUsAj4MWOkTeltdYPgM9TU1MTIyMjlcHBQTsU2m6WjY0Ncrncj3K5vK6UuiQiX3e9wxZ9As7k8/lv0WiU5kY9z6Nara5prc9prXfs5H6v3AkY3d3dBEHA6upqYFlWKBqNApxij2+4J9BxnPF4PN5Wr9eDbDZbcV33ZDqdXkskEpGurq5wrVa7qLWePjQwHA6PNRqN+uTk5G9gAnheKBReLy0tjfb29p7o6Oi4u7i4eGhgn+u6cdd1K4Zh3NBaZzfr133fv+P7/kul1FUgBASHAV4DPgC3tdY/W7y3wLSIvFNKXRCRwoFApdSMiLza4zCAEv929nSrsStQRL7sA9tS3ff9YmvxL1UE4IbTTnP+AAAAAElFTkSuQmCC",
398
+ contentType: "image/png",
399
+ width: 15,
400
+ height: 14,
401
+ angle: 0,
402
+ xoffset: 0,
403
+ yoffset: 0,
404
+ },
405
+ value: "other",
406
+ label: "other",
407
+ description: "",
408
+ },
409
+ ],
410
+ fieldDelimiter: ",",
411
+ },
412
+ transparency: 0,
413
+ labelingInfo: null,
414
+ },
415
+ };
416
+ export { NewYorkDataset };
416
417
  //# sourceMappingURL=NewYorkDataset.js.map