@itwin/map-layers-formats 4.0.0-dev.8 → 4.0.0-dev.80
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.
- package/.rush/temp/operation/build/all.log +3 -0
- package/.rush/temp/operation/build/state.json +3 -0
- package/.rush/temp/operation/cover/all.log +98 -0
- package/.rush/temp/operation/cover/state.json +1 -1
- package/.rush/temp/operation/docs/all.log +30 -0
- package/.rush/temp/operation/docs/state.json +1 -1
- package/.rush/temp/{package-deps_build_ci.json → package-deps_build.json} +11 -11
- package/.rush/temp/package-deps_cover.json +10 -10
- package/.rush/temp/package-deps_docs.json +10 -10
- package/.rush/temp/shrinkwrap-deps.json +190 -44
- package/CHANGELOG.json +57 -0
- package/CHANGELOG.md +44 -1
- package/config/rush-project.json +1 -2
- package/lib/cjs/ArcGisFeature/ArcGisFeatureFormat.d.ts +8 -8
- package/lib/cjs/ArcGisFeature/ArcGisFeatureFormat.js +14 -14
- package/lib/cjs/ArcGisFeature/ArcGisFeatureFormat.js.map +1 -1
- package/lib/cjs/ArcGisFeature/ArcGisFeatureJSON.d.ts +14 -14
- package/lib/cjs/ArcGisFeature/ArcGisFeatureJSON.js +132 -134
- package/lib/cjs/ArcGisFeature/ArcGisFeatureJSON.js.map +1 -1
- package/lib/cjs/ArcGisFeature/ArcGisFeaturePBF.d.ts +14 -14
- package/lib/cjs/ArcGisFeature/ArcGisFeaturePBF.js +200 -202
- package/lib/cjs/ArcGisFeature/ArcGisFeaturePBF.js.map +1 -1
- package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.d.ts +44 -44
- package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.js +421 -422
- package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.js.map +1 -1
- package/lib/cjs/ArcGisFeature/ArcGisFeatureQuery.d.ts +92 -92
- package/lib/cjs/ArcGisFeature/ArcGisFeatureQuery.d.ts.map +1 -1
- package/lib/cjs/ArcGisFeature/ArcGisFeatureQuery.js +82 -82
- package/lib/cjs/ArcGisFeature/ArcGisFeatureReader.d.ts +17 -17
- package/lib/cjs/ArcGisFeature/ArcGisFeatureReader.js +33 -33
- package/lib/cjs/ArcGisFeature/ArcGisFeatureRenderer.d.ts +32 -32
- package/lib/cjs/ArcGisFeature/ArcGisFeatureRenderer.js +142 -142
- package/lib/cjs/ArcGisFeature/ArcGisFeatureResponse.d.ts +16 -16
- package/lib/cjs/ArcGisFeature/ArcGisFeatureResponse.d.ts.map +1 -1
- package/lib/cjs/ArcGisFeature/ArcGisFeatureResponse.js +42 -43
- package/lib/cjs/ArcGisFeature/ArcGisFeatureResponse.js.map +1 -1
- package/lib/cjs/ArcGisFeature/ArcGisSymbologyRenderer.d.ts +85 -85
- package/lib/cjs/ArcGisFeature/ArcGisSymbologyRenderer.d.ts.map +1 -1
- package/lib/cjs/ArcGisFeature/ArcGisSymbologyRenderer.js +189 -192
- package/lib/cjs/ArcGisFeature/ArcGisSymbologyRenderer.js.map +1 -1
- package/lib/cjs/ArcGisFeature/esriPBuffer.gen.d.ts +1063 -1063
- package/lib/cjs/ArcGisFeature/esriPBuffer.gen.d.ts.map +1 -1
- package/lib/cjs/ArcGisFeature/esriPBuffer.gen.js +2267 -2270
- package/lib/cjs/ArcGisFeature/esriPBuffer.gen.js.map +1 -1
- package/lib/cjs/map-layers-formats.d.ts +8 -8
- package/lib/cjs/map-layers-formats.js +28 -24
- package/lib/cjs/map-layers-formats.js.map +1 -1
- package/lib/cjs/mapLayersFormats.d.ts +10 -10
- package/lib/cjs/mapLayersFormats.js +28 -28
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.d.ts +1 -1
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.js +34 -34
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureJSON.test.d.ts +1 -1
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureJSON.test.js +161 -161
- package/lib/cjs/test/ArcGisFeature/ArcGisFeaturePBF.test.d.ts +1 -1
- package/lib/cjs/test/ArcGisFeature/ArcGisFeaturePBF.test.js +167 -167
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureProvider.test.d.ts +1 -1
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureProvider.test.js +679 -680
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureProvider.test.js.map +1 -1
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureQuery.test.d.ts +1 -1
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureQuery.test.js +103 -103
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureRenderer.test.d.ts +1 -1
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureRenderer.test.js +214 -214
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureResponse.test.d.ts +1 -1
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureResponse.test.js +94 -94
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureResponse.test.js.map +1 -1
- package/lib/cjs/test/ArcGisFeature/ArcGisSymbologyRenderer.test.d.ts +1 -1
- package/lib/cjs/test/ArcGisFeature/ArcGisSymbologyRenderer.test.js +59 -59
- package/lib/cjs/test/ArcGisFeature/Mocks.d.ts +6 -6
- package/lib/cjs/test/ArcGisFeature/Mocks.js +18 -18
- package/lib/cjs/test/ArcGisFeature/NewYorkDataset.d.ts +55 -55
- package/lib/cjs/test/ArcGisFeature/NewYorkDataset.d.ts.map +1 -1
- package/lib/cjs/test/ArcGisFeature/NewYorkDataset.js +419 -419
- package/lib/cjs/test/ArcGisFeature/NewYorkDataset.js.map +1 -1
- package/lib/cjs/test/ArcGisFeature/PhillyLandmarksDataset.d.ts +1042 -1042
- package/lib/cjs/test/ArcGisFeature/PhillyLandmarksDataset.d.ts.map +1 -1
- package/lib/cjs/test/ArcGisFeature/PhillyLandmarksDataset.js +426 -426
- package/lib/cjs/test/ArcGisFeature/PhillyLandmarksDataset.js.map +1 -1
- package/lib/cjs/test/coverage/.nyc_output/965fc94c-e7e4-4e85-bf72-aecce4f5ac8c.json +1 -0
- package/lib/cjs/test/coverage/.nyc_output/processinfo/4935e330-732e-4dc9-9cc7-6639c02bf614.json +1 -0
- package/lib/cjs/test/coverage/.nyc_output/processinfo/965fc94c-e7e4-4e85-bf72-aecce4f5ac8c.json +1 -0
- package/lib/cjs/test/coverage/.nyc_output/processinfo/index.json +1 -1
- package/lib/cjs/test/coverage/cobertura-coverage.xml +72 -72
- package/lib/cjs/test/coverage/lcov-report/index.html +5 -5
- package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureFormat.ts.html +1 -1
- package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureJSON.ts.html +10 -10
- package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeaturePBF.ts.html +7 -7
- package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureProvider.ts.html +10 -10
- package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureQuery.ts.html +1 -1
- package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureReader.ts.html +1 -1
- package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureRenderer.ts.html +1 -1
- package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureResponse.ts.html +4 -4
- package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisSymbologyRenderer.ts.html +8 -8
- package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/index.html +13 -13
- package/lib/cjs/test/coverage/lcov-report/src/index.html +1 -1
- package/lib/cjs/test/coverage/lcov-report/src/map-layers-formats.ts.html +1 -1
- package/lib/cjs/test/coverage/lcov-report/src/mapLayersFormats.ts.html +1 -1
- package/lib/cjs/test/coverage/lcov.info +355 -531
- package/lib/cjs/tsconfig.tsbuildinfo +1 -1
- package/lib/esm/ArcGisFeature/ArcGisFeatureFormat.d.ts +8 -8
- package/lib/esm/ArcGisFeature/ArcGisFeatureFormat.js +11 -10
- package/lib/esm/ArcGisFeature/ArcGisFeatureFormat.js.map +1 -1
- package/lib/esm/ArcGisFeature/ArcGisFeatureJSON.d.ts +14 -14
- package/lib/esm/ArcGisFeature/ArcGisFeatureJSON.js +128 -130
- package/lib/esm/ArcGisFeature/ArcGisFeatureJSON.js.map +1 -1
- package/lib/esm/ArcGisFeature/ArcGisFeaturePBF.d.ts +14 -14
- package/lib/esm/ArcGisFeature/ArcGisFeaturePBF.js +196 -198
- package/lib/esm/ArcGisFeature/ArcGisFeaturePBF.js.map +1 -1
- package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.d.ts +44 -44
- package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.js +418 -418
- package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.js.map +1 -1
- package/lib/esm/ArcGisFeature/ArcGisFeatureQuery.d.ts +92 -92
- package/lib/esm/ArcGisFeature/ArcGisFeatureQuery.d.ts.map +1 -1
- package/lib/esm/ArcGisFeature/ArcGisFeatureQuery.js +78 -78
- package/lib/esm/ArcGisFeature/ArcGisFeatureReader.d.ts +17 -17
- package/lib/esm/ArcGisFeature/ArcGisFeatureReader.js +29 -29
- package/lib/esm/ArcGisFeature/ArcGisFeatureRenderer.d.ts +32 -32
- package/lib/esm/ArcGisFeature/ArcGisFeatureRenderer.js +138 -138
- package/lib/esm/ArcGisFeature/ArcGisFeatureResponse.d.ts +16 -16
- package/lib/esm/ArcGisFeature/ArcGisFeatureResponse.d.ts.map +1 -1
- package/lib/esm/ArcGisFeature/ArcGisFeatureResponse.js +38 -39
- package/lib/esm/ArcGisFeature/ArcGisFeatureResponse.js.map +1 -1
- package/lib/esm/ArcGisFeature/ArcGisSymbologyRenderer.d.ts +85 -85
- package/lib/esm/ArcGisFeature/ArcGisSymbologyRenderer.d.ts.map +1 -1
- package/lib/esm/ArcGisFeature/ArcGisSymbologyRenderer.js +183 -185
- package/lib/esm/ArcGisFeature/ArcGisSymbologyRenderer.js.map +1 -1
- package/lib/esm/ArcGisFeature/esriPBuffer.gen.d.ts +1063 -1063
- package/lib/esm/ArcGisFeature/esriPBuffer.gen.d.ts.map +1 -1
- package/lib/esm/ArcGisFeature/esriPBuffer.gen.js +2264 -2267
- package/lib/esm/ArcGisFeature/esriPBuffer.gen.js.map +1 -1
- package/lib/esm/map-layers-formats.d.ts +8 -8
- package/lib/esm/map-layers-formats.js +12 -12
- package/lib/esm/mapLayersFormats.d.ts +10 -10
- package/lib/esm/mapLayersFormats.js +24 -24
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.d.ts +1 -1
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.js +32 -32
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureJSON.test.d.ts +1 -1
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureJSON.test.js +159 -159
- package/lib/esm/test/ArcGisFeature/ArcGisFeaturePBF.test.d.ts +1 -1
- package/lib/esm/test/ArcGisFeature/ArcGisFeaturePBF.test.js +165 -165
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureProvider.test.d.ts +1 -1
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureProvider.test.js +677 -678
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureProvider.test.js.map +1 -1
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureQuery.test.d.ts +1 -1
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureQuery.test.js +101 -101
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureRenderer.test.d.ts +1 -1
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureRenderer.test.js +212 -212
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureResponse.test.d.ts +1 -1
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureResponse.test.js +92 -92
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureResponse.test.js.map +1 -1
- package/lib/esm/test/ArcGisFeature/ArcGisSymbologyRenderer.test.d.ts +1 -1
- package/lib/esm/test/ArcGisFeature/ArcGisSymbologyRenderer.test.js +57 -57
- package/lib/esm/test/ArcGisFeature/Mocks.d.ts +6 -6
- package/lib/esm/test/ArcGisFeature/Mocks.js +15 -15
- package/lib/esm/test/ArcGisFeature/NewYorkDataset.d.ts +55 -55
- package/lib/esm/test/ArcGisFeature/NewYorkDataset.d.ts.map +1 -1
- package/lib/esm/test/ArcGisFeature/NewYorkDataset.js +416 -415
- package/lib/esm/test/ArcGisFeature/NewYorkDataset.js.map +1 -1
- package/lib/esm/test/ArcGisFeature/PhillyLandmarksDataset.d.ts +1042 -1042
- package/lib/esm/test/ArcGisFeature/PhillyLandmarksDataset.d.ts.map +1 -1
- package/lib/esm/test/ArcGisFeature/PhillyLandmarksDataset.js +423 -422
- package/lib/esm/test/ArcGisFeature/PhillyLandmarksDataset.js.map +1 -1
- package/lib/esm/tsconfig.tsbuildinfo +1 -1
- package/lib/test/junit_results.xml +48 -48
- package/map-layers-formats.build.log +2 -2
- package/package.json +17 -17
- package/src/ArcGisFeature/esriPBuffer.gen.ts +1 -4
- package/src/test/ArcGisFeature/ArcGisFeatureProvider.test.ts +21 -21
- package/src/test/ArcGisFeature/NewYorkDataset.ts +187 -187
- package/src/test/ArcGisFeature/PhillyLandmarksDataset.ts +4 -4
- package/tsconfig.json +1 -2
- package/.rush/temp/operation/build_ci/state.json +0 -3
- package/lib/cjs/test/coverage/.nyc_output/bb9e12be-ea3c-4cee-99d0-c7a34bd2c47a.json +0 -1
- package/lib/cjs/test/coverage/.nyc_output/processinfo/5901bdfe-760d-4ca3-9674-876be7ed11b1.json +0 -1
- package/lib/cjs/test/coverage/.nyc_output/processinfo/bb9e12be-ea3c-4cee-99d0-c7a34bd2c47a.json +0 -1
- /package/lib/cjs/test/coverage/.nyc_output/{5901bdfe-760d-4ca3-9674-876be7ed11b1.json → 4935e330-732e-4dc9-9cc7-6639c02bf614.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
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
],
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
{ name: "
|
|
280
|
-
{ name: "
|
|
281
|
-
{ name: "
|
|
282
|
-
{ name: "
|
|
283
|
-
{ name: "
|
|
284
|
-
{ name: "
|
|
285
|
-
{ name: "
|
|
286
|
-
{ name: "
|
|
287
|
-
{ name: "
|
|
288
|
-
{ name: "
|
|
289
|
-
{ name: "
|
|
290
|
-
{ name: "
|
|
291
|
-
{ name: "
|
|
292
|
-
{ name: "
|
|
293
|
-
{ name: "
|
|
294
|
-
{ name: "
|
|
295
|
-
{ name: "
|
|
296
|
-
{ name: "
|
|
297
|
-
{ name: "
|
|
298
|
-
{ name: "
|
|
299
|
-
{ name: "
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
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
|