@evergis/api 4.1.6 → 4.1.7
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/LICENSE +2 -2
- package/README.md +5 -15
- package/dist/Api.d.ts +78 -78
- package/dist/ApiEvent.d.ts +5 -5
- package/dist/EventEmitter.d.ts +11 -11
- package/dist/ExtendedHttpClient.d.ts +5 -0
- package/dist/__generated__/AccountPreviewService.d.ts +81 -81
- package/dist/__generated__/AccountService.d.ts +513 -513
- package/dist/__generated__/BulkOperationsService.d.ts +21 -21
- package/dist/__generated__/CamerasService.d.ts +105 -105
- package/dist/__generated__/CatalogService.d.ts +213 -213
- package/dist/__generated__/ClientSettingsService.d.ts +57 -57
- package/dist/__generated__/DataSourceService.d.ts +201 -201
- package/dist/__generated__/EqlService.d.ts +105 -105
- package/dist/__generated__/FeedbackService.d.ts +33 -33
- package/dist/__generated__/FiltersService.d.ts +45 -45
- package/dist/__generated__/GeocodeService.d.ts +45 -45
- package/dist/__generated__/HttpClient.d.ts +27 -27
- package/dist/__generated__/ImportService.d.ts +129 -129
- package/dist/__generated__/LayersService.d.ts +573 -573
- package/dist/__generated__/NotificationService.d.ts +69 -69
- package/dist/__generated__/ProjectsService.d.ts +249 -249
- package/dist/__generated__/QueryTokenAccessService.d.ts +64 -64
- package/dist/__generated__/RemoteTaskManagerService.d.ts +213 -213
- package/dist/__generated__/SecurityService.d.ts +165 -165
- package/dist/__generated__/Service.d.ts +5 -5
- package/dist/__generated__/SpatialReferencesService.d.ts +45 -45
- package/dist/__generated__/StatisticService.d.ts +45 -45
- package/dist/__generated__/TablesService.d.ts +237 -237
- package/dist/__generated__/ToolsService.d.ts +8 -8
- package/dist/__generated__/VectorTileService.d.ts +21 -21
- package/dist/__generated__/data-contracts.d.ts +7677 -6907
- package/dist/api.esm.js +5228 -7637
- package/dist/api.esm.js.map +1 -1
- package/dist/config.d.ts +4 -0
- package/dist/constants.d.ts +3 -3
- package/dist/index.d.ts +7 -7
- package/dist/index.js +5804 -5
- package/dist/index.js.map +1 -0
- package/dist/interfaces/ResourceService.d.ts +7 -7
- package/dist/services/Account.d.ts +36 -36
- package/dist/services/AccountPreview.d.ts +3 -3
- package/dist/services/BulkOperations.d.ts +3 -3
- package/dist/services/Cameras.d.ts +3 -3
- package/dist/services/ClientSettings.d.ts +62 -62
- package/dist/services/Eql.d.ts +3 -3
- package/dist/services/Feedback.d.ts +3 -3
- package/dist/services/FileUpload.d.ts +6 -6
- package/dist/services/Filters.d.ts +3 -3
- package/dist/services/Geocode.d.ts +9 -9
- package/dist/services/Import.d.ts +3 -3
- package/dist/services/Layers.d.ts +28 -28
- package/dist/services/Names.d.ts +32 -32
- package/dist/services/Notification.d.ts +48 -48
- package/dist/services/PortalSettings.d.ts +33 -33
- package/dist/services/Projects.d.ts +20 -20
- package/dist/services/RemoteTaskManager.d.ts +3 -3
- package/dist/services/Resources.d.ts +18 -18
- package/dist/services/Security.d.ts +9 -9
- package/dist/services/Statistic.d.ts +3 -3
- package/dist/services/Tables.d.ts +11 -11
- package/dist/services/Tools.d.ts +3 -3
- package/dist/services/VectorTiles.d.ts +3 -3
- package/dist/services/index.d.ts +23 -23
- package/dist/utils/errorHandler.d.ts +26 -26
- package/dist/utils/formDataFromFile.d.ts +1 -1
- package/dist/utils/generateId.d.ts +2 -2
- package/dist/utils/index.d.ts +9 -9
- package/dist/utils/isString.d.ts +1 -1
- package/dist/utils/location.d.ts +2 -2
- package/dist/utils/parseJwt.d.ts +1 -1
- package/dist/utils/promiseAllIgnoreErrors.d.ts +1 -1
- package/dist/utils/stripUselessSlashes.d.ts +1 -1
- package/dist/utils/unique.d.ts +1 -1
- package/dist/utils/user.d.ts +3 -3
- package/package.json +15 -27
- package/dist/__generated__/PythonService.d.ts +0 -33
- package/dist/__generated__/SymbolStorageService.d.ts +0 -225
- package/dist/__generated__/WfsServerService.d.ts +0 -45
- package/dist/__generated__/WmtsService.d.ts +0 -21
- package/dist/api.cjs.development.js +0 -7636
- package/dist/api.cjs.development.js.map +0 -1
- package/dist/api.cjs.production.min.js +0 -2
- package/dist/api.cjs.production.min.js.map +0 -1
|
@@ -1,573 +1,573 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
/**
|
|
4
|
-
* @title Spatial Processing Core API
|
|
5
|
-
* @version 1.5.1.0
|
|
6
|
-
* @baseUrl /sp
|
|
7
|
-
*/
|
|
8
|
-
export declare class LayersService extends Service {
|
|
9
|
-
/**
|
|
10
|
-
* No description
|
|
11
|
-
*
|
|
12
|
-
* @tags Layers
|
|
13
|
-
* @name GetBulkFeatures
|
|
14
|
-
* @operationId LayersController_GetBulkFeatures
|
|
15
|
-
* @summary Returns list of the layer features.
|
|
16
|
-
* @request POST:/bulk/layers/features/query
|
|
17
|
-
* @secure
|
|
18
|
-
* @response `200` OK
|
|
19
|
-
*/
|
|
20
|
-
getBulkFeatures(data: GetBulkFeaturesPayload): Promise<PagedBulkFeaturesListDc[]>;
|
|
21
|
-
/**
|
|
22
|
-
* No description
|
|
23
|
-
*
|
|
24
|
-
* @tags Layers
|
|
25
|
-
* @name GetBulkExtents
|
|
26
|
-
* @operationId LayersController_GetBulkExtents
|
|
27
|
-
* @summary Returns list of the layer extents with overall extent.
|
|
28
|
-
* @request POST:/bulk/layers/extent
|
|
29
|
-
* @secure
|
|
30
|
-
* @response `200` OK
|
|
31
|
-
*/
|
|
32
|
-
getBulkExtents(query: GetBulkExtentsParams, data: GetBulkExtentsPayload): Promise<BulkExtentsDc>;
|
|
33
|
-
/**
|
|
34
|
-
* No description
|
|
35
|
-
*
|
|
36
|
-
* @tags Layers
|
|
37
|
-
* @name GetFilteredFeaturesCount
|
|
38
|
-
* @operationId LayersController_GetFilteredFeaturesCount
|
|
39
|
-
* @summary Returns list of features count according layer filter.
|
|
40
|
-
* @request POST:/bulk/layers/features/count
|
|
41
|
-
* @secure
|
|
42
|
-
* @response `200` OK
|
|
43
|
-
*/
|
|
44
|
-
getFilteredFeaturesCount(data: GetFilteredFeaturesCountPayload): Promise<BulkFilteredFeaturesCountDc>;
|
|
45
|
-
/**
|
|
46
|
-
* No description
|
|
47
|
-
*
|
|
48
|
-
* @tags Layers
|
|
49
|
-
* @name GetLayersList
|
|
50
|
-
* @operationId LayersController_GetLayersList
|
|
51
|
-
* @summary Returns list of the available layers.
|
|
52
|
-
* @request GET:/layers
|
|
53
|
-
* @secure
|
|
54
|
-
* @response `200` OK
|
|
55
|
-
*/
|
|
56
|
-
getLayersList(query: GetLayersListParams): Promise<ServiceListDc>;
|
|
57
|
-
/**
|
|
58
|
-
* No description
|
|
59
|
-
*
|
|
60
|
-
* @tags Layers
|
|
61
|
-
* @name DeleteResources
|
|
62
|
-
* @operationId LayersController_DeleteResources
|
|
63
|
-
* @summary Bulk delete resources.
|
|
64
|
-
* @request DELETE:/layers
|
|
65
|
-
* @secure
|
|
66
|
-
* @response `200` OK
|
|
67
|
-
*/
|
|
68
|
-
deleteResources(query: DeleteResourcesParams): Promise<BulkOperationResultDc[]>;
|
|
69
|
-
/**
|
|
70
|
-
* No description
|
|
71
|
-
*
|
|
72
|
-
* @tags Layers
|
|
73
|
-
* @name GetLayerInfo
|
|
74
|
-
* @operationId LayersController_GetLayerInfoAsync
|
|
75
|
-
* @summary Returns the layer information.
|
|
76
|
-
* @request GET:/layers/{name}
|
|
77
|
-
* @secure
|
|
78
|
-
* @response `200` OK
|
|
79
|
-
*/
|
|
80
|
-
getLayerInfo(name: string): Promise<ResourceInfoDc | ServiceInfoDc>;
|
|
81
|
-
/**
|
|
82
|
-
* No description
|
|
83
|
-
*
|
|
84
|
-
* @tags Layers
|
|
85
|
-
* @name DeleteResource
|
|
86
|
-
* @operationId LayersController_DeleteResource
|
|
87
|
-
* @summary Deletes resource.
|
|
88
|
-
* @request DELETE:/layers/{name}
|
|
89
|
-
* @secure
|
|
90
|
-
* @response `200` OK
|
|
91
|
-
*/
|
|
92
|
-
deleteResource(name: string): Promise<void>;
|
|
93
|
-
/**
|
|
94
|
-
* No description
|
|
95
|
-
*
|
|
96
|
-
* @tags Layers
|
|
97
|
-
* @name GetLayersInfo
|
|
98
|
-
* @operationId LayersController_GetLayersInfoAsync
|
|
99
|
-
* @summary Returns the layers information.
|
|
100
|
-
* @request GET:/layers/batchInfo
|
|
101
|
-
* @secure
|
|
102
|
-
* @response `200` OK
|
|
103
|
-
*/
|
|
104
|
-
getLayersInfo(query: GetLayersInfoParams): Promise<(ResourceInfoDc | ServiceInfoDc)[]>;
|
|
105
|
-
/**
|
|
106
|
-
* No description
|
|
107
|
-
*
|
|
108
|
-
* @tags Layers
|
|
109
|
-
* @name PublishMapboxService
|
|
110
|
-
* @operationId LayersController_PublishMapboxService
|
|
111
|
-
* @summary Creates new mapbox service.
|
|
112
|
-
* @request POST:/layers#type=Mapbox
|
|
113
|
-
* @secure
|
|
114
|
-
* @response `default` Error
|
|
115
|
-
*/
|
|
116
|
-
publishMapboxService(data: PbfServiceConfigurationDc): Promise<PbfServiceInfoDc>;
|
|
117
|
-
/**
|
|
118
|
-
* No description
|
|
119
|
-
*
|
|
120
|
-
* @tags Layers
|
|
121
|
-
* @name PublishProxyService
|
|
122
|
-
* @operationId LayersController_PublishProxyService
|
|
123
|
-
* @summary Creates new Proxy Service.
|
|
124
|
-
* @request POST:/layers#type=ProxyService
|
|
125
|
-
* @secure
|
|
126
|
-
* @response `default` Error
|
|
127
|
-
*/
|
|
128
|
-
publishProxyService(data: PublishProxyServicePayload): Promise<ProxyServiceInfoDc | PbfServiceInfoDc | PythonServiceInfoDc>;
|
|
129
|
-
/**
|
|
130
|
-
* No description
|
|
131
|
-
*
|
|
132
|
-
* @tags Layers
|
|
133
|
-
* @name PublishRouteService
|
|
134
|
-
* @operationId LayersController_PublishRouteService
|
|
135
|
-
* @summary Creates new Route Service.
|
|
136
|
-
* @request POST:/layers#type=RouteService
|
|
137
|
-
* @secure
|
|
138
|
-
* @response `200` OK
|
|
139
|
-
*/
|
|
140
|
-
publishRouteService(data: RouteServiceConfigurationDc): Promise<void>;
|
|
141
|
-
/**
|
|
142
|
-
* No description
|
|
143
|
-
*
|
|
144
|
-
* @tags Layers
|
|
145
|
-
* @name PublishLinearService
|
|
146
|
-
* @operationId LayersController_PublishLinearService
|
|
147
|
-
* @summary Creates new Linear Service.
|
|
148
|
-
* @request POST:/layers#type=LinearService
|
|
149
|
-
* @secure
|
|
150
|
-
* @response `200` OK
|
|
151
|
-
*/
|
|
152
|
-
publishLinearService(data: LinearServiceConfigurationDc): Promise<void>;
|
|
153
|
-
/**
|
|
154
|
-
* No description
|
|
155
|
-
*
|
|
156
|
-
* @tags Layers
|
|
157
|
-
* @name PublishRemoteTileService
|
|
158
|
-
* @operationId LayersController_PublishRemoteTileService
|
|
159
|
-
* @summary Creates new Remote Tile Service.
|
|
160
|
-
* @request POST:/layers#type=RemoteTileService
|
|
161
|
-
* @secure
|
|
162
|
-
* @response `default` Error
|
|
163
|
-
*/
|
|
164
|
-
publishRemoteTileService(data: RemoteTileServiceConfigurationDc): Promise<RemoteTileServiceInfoDc>;
|
|
165
|
-
/**
|
|
166
|
-
* No description
|
|
167
|
-
*
|
|
168
|
-
* @tags Layers
|
|
169
|
-
* @name PublishQueryLayerService
|
|
170
|
-
* @operationId LayersController_PublishQueryLayerService
|
|
171
|
-
* @summary Creates new EQL-based Query Layer Service.
|
|
172
|
-
* @request POST:/layers#type=QueryLayerService
|
|
173
|
-
* @secure
|
|
174
|
-
* @response `default` Error
|
|
175
|
-
*/
|
|
176
|
-
publishQueryLayerService(data: QueryLayerServiceConfigurationDc): Promise<QueryLayerServiceInfoDc>;
|
|
177
|
-
/**
|
|
178
|
-
* No description
|
|
179
|
-
*
|
|
180
|
-
* @tags Layers
|
|
181
|
-
* @name PublishPostgresTileCatalogService
|
|
182
|
-
* @operationId LayersController_PublishPostgresTileCatalogService
|
|
183
|
-
* @summary Creates new Postgres Tile Catalog Service.
|
|
184
|
-
* @request POST:/layers#type=PostgresTileLayerService
|
|
185
|
-
* @secure
|
|
186
|
-
* @response `default` Error
|
|
187
|
-
*/
|
|
188
|
-
publishPostgresTileCatalogService(data: PostgresTileCatalogServiceConfigurationDc): Promise<TileCatalogServiceInfoDc>;
|
|
189
|
-
/**
|
|
190
|
-
* No description
|
|
191
|
-
*
|
|
192
|
-
* @tags Layers
|
|
193
|
-
* @name PublishPythonService
|
|
194
|
-
* @operationId LayersController_PublishPythonService
|
|
195
|
-
* @summary Creates new python service.
|
|
196
|
-
* @request POST:/layers#type=Python
|
|
197
|
-
* @secure
|
|
198
|
-
* @response `default` Error
|
|
199
|
-
*/
|
|
200
|
-
publishPythonService(data: PythonServiceConfigurationDc): Promise<PythonServiceInfoDc>;
|
|
201
|
-
/**
|
|
202
|
-
* No description
|
|
203
|
-
*
|
|
204
|
-
* @tags Layers
|
|
205
|
-
* @name UpdateMapboxService
|
|
206
|
-
* @operationId LayersController_UpdateMapboxService
|
|
207
|
-
* @summary Update mapbox service.
|
|
208
|
-
* @request PATCH:/layers/{name}#type=Mapbox
|
|
209
|
-
* @secure
|
|
210
|
-
* @response `200` OK
|
|
211
|
-
*/
|
|
212
|
-
updateMapboxService(name: string, data: PbfServiceConfigurationDc): Promise<PbfServiceInfoDc>;
|
|
213
|
-
/**
|
|
214
|
-
* No description
|
|
215
|
-
*
|
|
216
|
-
* @tags Layers
|
|
217
|
-
* @name UpdatePythonService
|
|
218
|
-
* @operationId LayersController_UpdatePythonService
|
|
219
|
-
* @summary Update python service.
|
|
220
|
-
* @request PATCH:/layers/{name}#type=Python
|
|
221
|
-
* @secure
|
|
222
|
-
* @response `200` OK
|
|
223
|
-
*/
|
|
224
|
-
updatePythonService(name: string, data: PythonServiceConfigurationDc): Promise<PythonServiceInfoDc>;
|
|
225
|
-
/**
|
|
226
|
-
* No description
|
|
227
|
-
*
|
|
228
|
-
* @tags Layers
|
|
229
|
-
* @name UpdateProxyService
|
|
230
|
-
* @operationId LayersController_UpdateProxyService
|
|
231
|
-
* @summary Update Proxy Service.
|
|
232
|
-
* @request PATCH:/layers/{name}#type=ProxyService
|
|
233
|
-
* @secure
|
|
234
|
-
* @response `200` OK
|
|
235
|
-
*/
|
|
236
|
-
updateProxyService(name: string, data: UpdateProxyServicePayload): Promise<ProxyServiceInfoDc | PbfServiceInfoDc | PythonServiceInfoDc>;
|
|
237
|
-
/**
|
|
238
|
-
* No description
|
|
239
|
-
*
|
|
240
|
-
* @tags Layers
|
|
241
|
-
* @name UpdateTileCatalogService
|
|
242
|
-
* @operationId LayersController_UpdateTileCatalogService
|
|
243
|
-
* @summary Update Postgres Tile Catalog Service.
|
|
244
|
-
* @request PATCH:/layers/{name}#type=PostgresTileLayerService
|
|
245
|
-
* @secure
|
|
246
|
-
* @response `200` OK
|
|
247
|
-
*/
|
|
248
|
-
updateTileCatalogService(name: string, data: PostgresTileCatalogServiceConfigurationDc): Promise<TileCatalogServiceInfoDc>;
|
|
249
|
-
/**
|
|
250
|
-
* No description
|
|
251
|
-
*
|
|
252
|
-
* @tags Layers
|
|
253
|
-
* @name UpdateRemoteTileService
|
|
254
|
-
* @operationId LayersController_UpdateRemoteTileService
|
|
255
|
-
* @summary Update Remote Tile Service.
|
|
256
|
-
* @request PATCH:/layers/{name}#type=RemoteTileService
|
|
257
|
-
* @secure
|
|
258
|
-
* @response `200` OK
|
|
259
|
-
*/
|
|
260
|
-
updateRemoteTileService(name: string, data: RemoteTileServiceConfigurationDc): Promise<RemoteTileServiceInfoDc>;
|
|
261
|
-
/**
|
|
262
|
-
* No description
|
|
263
|
-
*
|
|
264
|
-
* @tags Layers
|
|
265
|
-
* @name UpdateQueryLayerService
|
|
266
|
-
* @operationId LayersController_UpdateQueryLayerService
|
|
267
|
-
* @summary Update EQL-based Query Layer Service.
|
|
268
|
-
* @request PATCH:/layers/{name}#type=QueryLayerService
|
|
269
|
-
* @secure
|
|
270
|
-
* @response `200` OK
|
|
271
|
-
*/
|
|
272
|
-
updateQueryLayerService(name: string, data: QueryLayerServiceConfigurationDc): Promise<QueryLayerServiceInfoDc>;
|
|
273
|
-
/**
|
|
274
|
-
* No description
|
|
275
|
-
*
|
|
276
|
-
* @tags Layers
|
|
277
|
-
* @name ReloadService
|
|
278
|
-
* @operationId LayersController_ReloadServiceAsync
|
|
279
|
-
* @summary Initialize a new instance of service by given name.
|
|
280
|
-
* @request GET:/layers/{name}/reload
|
|
281
|
-
* @secure
|
|
282
|
-
* @response `default` Error
|
|
283
|
-
*/
|
|
284
|
-
reloadService(name: string): Promise<ResourceInfoDc | ServiceInfoDc>;
|
|
285
|
-
/**
|
|
286
|
-
* No description
|
|
287
|
-
*
|
|
288
|
-
* @tags Layers
|
|
289
|
-
* @name GetFeatures
|
|
290
|
-
* @operationId LayersController_GetFeatures
|
|
291
|
-
* @summary Returns list of the layer features.
|
|
292
|
-
* @request POST:/layers/{name}/features/query
|
|
293
|
-
* @secure
|
|
294
|
-
* @response `200` OK
|
|
295
|
-
*/
|
|
296
|
-
getFeatures(name: string, data: GetFeaturesParametersDc): Promise<PagedFeaturesListDc>;
|
|
297
|
-
/**
|
|
298
|
-
* No description
|
|
299
|
-
*
|
|
300
|
-
* @tags Layers
|
|
301
|
-
* @name GetFeatures1
|
|
302
|
-
* @operationId LayersController_GetFeatures_1
|
|
303
|
-
* @summary Returns list of the layer features.
|
|
304
|
-
* @request GET:/layers/{name}/features
|
|
305
|
-
* @secure
|
|
306
|
-
* @response `200` OK
|
|
307
|
-
*/
|
|
308
|
-
getFeatures1({ name, ...query }: GetFeatures1Params): Promise<PagedFeaturesListDc>;
|
|
309
|
-
/**
|
|
310
|
-
* No description
|
|
311
|
-
*
|
|
312
|
-
* @tags Layers
|
|
313
|
-
* @name DeleteFeature
|
|
314
|
-
* @operationId LayersController_DeleteFeature
|
|
315
|
-
* @summary Deletes feature by id.
|
|
316
|
-
* @request DELETE:/layers/{name}/features
|
|
317
|
-
* @secure
|
|
318
|
-
* @response `200` OK
|
|
319
|
-
*/
|
|
320
|
-
deleteFeature({ name, ...query }: DeleteFeatureParams): Promise<LayerUpdateInfoDc>;
|
|
321
|
-
/**
|
|
322
|
-
* No description
|
|
323
|
-
*
|
|
324
|
-
* @tags Layers
|
|
325
|
-
* @name CreateFeatures
|
|
326
|
-
* @operationId LayersController_CreateFeatures
|
|
327
|
-
* @summary Creates features list of type.SPCore.Connectors.Connectors.Base.Models.Features.FeatureDc.
|
|
328
|
-
* @request POST:/layers/{name}/features
|
|
329
|
-
* @secure
|
|
330
|
-
* @response `200` OK
|
|
331
|
-
*/
|
|
332
|
-
createFeatures(name: string, data: CreateFeaturesPayload): Promise<LayerUpdateInfoDc>;
|
|
333
|
-
/**
|
|
334
|
-
* No description
|
|
335
|
-
*
|
|
336
|
-
* @tags Layers
|
|
337
|
-
* @name UpdateFeature
|
|
338
|
-
* @operationId LayersController_UpdateFeature
|
|
339
|
-
* @summary Updates features list SPCore.Connectors.Connectors.Base.Models.Features.FeatureDc.
|
|
340
|
-
* @request PATCH:/layers/{name}/features
|
|
341
|
-
* @secure
|
|
342
|
-
* @response `200` OK
|
|
343
|
-
*/
|
|
344
|
-
updateFeature(name: string, data: UpdateFeaturePayload): Promise<LayerUpdateInfoDc>;
|
|
345
|
-
/**
|
|
346
|
-
* No description
|
|
347
|
-
*
|
|
348
|
-
* @tags Layers
|
|
349
|
-
* @name GetById
|
|
350
|
-
* @operationId LayersController_GetByIdAsync
|
|
351
|
-
* @summary Gets feature by id.
|
|
352
|
-
* @request GET:/layers/{name}/features/{id}
|
|
353
|
-
* @secure
|
|
354
|
-
* @response `200` OK
|
|
355
|
-
*/
|
|
356
|
-
getById({ name, id, ...query }: GetByIdParams): Promise<FeatureDc>;
|
|
357
|
-
/**
|
|
358
|
-
* No description
|
|
359
|
-
*
|
|
360
|
-
* @tags Layers
|
|
361
|
-
* @name GetTilesLayerImage
|
|
362
|
-
* @operationId LayersController_GetTilesLayerImage
|
|
363
|
-
* @summary Render tile with input indexes.
|
|
364
|
-
* @request GET:/layers/{name}/tile/{z}/{x}/{y}
|
|
365
|
-
* @secure
|
|
366
|
-
* @response `200` OK
|
|
367
|
-
*/
|
|
368
|
-
getTilesLayerImage({ name, x, y, z, ...query }: GetTilesLayerImageParams): string;
|
|
369
|
-
/**
|
|
370
|
-
* No description
|
|
371
|
-
*
|
|
372
|
-
* @tags Layers
|
|
373
|
-
* @name GetTilesLayerImage1
|
|
374
|
-
* @operationId LayersController_GetTilesLayerImage_1
|
|
375
|
-
* @summary Render tile with input indexes.
|
|
376
|
-
* @request GET:/layers/{name}/tile/{z}/{x}/{y}.{format}
|
|
377
|
-
* @secure
|
|
378
|
-
* @response `200` OK
|
|
379
|
-
*/
|
|
380
|
-
getTilesLayerImage1({ name, x, y, z, format, ...query }: GetTilesLayerImage1Params): string;
|
|
381
|
-
/**
|
|
382
|
-
* No description
|
|
383
|
-
*
|
|
384
|
-
* @tags Layers
|
|
385
|
-
* @name GetTilesLayerImageWithFormatAndDpi
|
|
386
|
-
* @operationId LayersController_GetTilesLayerImageWithFormatAndDpi
|
|
387
|
-
* @summary Render tile with input indexes.
|
|
388
|
-
* @request GET:/layers/{name}/tile/{z}/{x}/{y}@{dpi}x.{format}
|
|
389
|
-
* @secure
|
|
390
|
-
* @response `200` OK
|
|
391
|
-
*/
|
|
392
|
-
getTilesLayerImageWithFormatAndDpi({ name, x, y, z, dpi, format, ...query }: GetTilesLayerImageWithFormatAndDpiParams): string;
|
|
393
|
-
/**
|
|
394
|
-
* No description
|
|
395
|
-
*
|
|
396
|
-
* @tags Layers
|
|
397
|
-
* @name GetLayerExtent
|
|
398
|
-
* @operationId LayersController_GetLayerExtent
|
|
399
|
-
* @summary Returns the extent of the layer.
|
|
400
|
-
* @request GET:/layers/{name}/extent
|
|
401
|
-
* @secure
|
|
402
|
-
* @response `200` OK
|
|
403
|
-
*/
|
|
404
|
-
getLayerExtent({ name, ...query }: GetLayerExtentParams): Promise<EnvelopeDc>;
|
|
405
|
-
/**
|
|
406
|
-
* No description
|
|
407
|
-
*
|
|
408
|
-
* @tags Layers
|
|
409
|
-
* @name DeleteFeatures
|
|
410
|
-
* @operationId LayersController_DeleteFeatures
|
|
411
|
-
* @summary Delete a list of features by given ids. Example: ids=1,2,3.
|
|
412
|
-
* @request DELETE:/layers/{name}/features/deleteByIds
|
|
413
|
-
* @secure
|
|
414
|
-
* @response `200` OK
|
|
415
|
-
*/
|
|
416
|
-
deleteFeatures({ name, ...query }: DeleteFeaturesParams): Promise<LayerUpdateInfoDc>;
|
|
417
|
-
/**
|
|
418
|
-
* No description
|
|
419
|
-
*
|
|
420
|
-
* @tags Layers
|
|
421
|
-
* @name DeleteByCondition
|
|
422
|
-
* @operationId LayersController_DeleteByCondition
|
|
423
|
-
* @summary Delete a list of features by condition with exclude given ids.
|
|
424
|
-
* @request DELETE:/layers/{name}/features/deleteByCondition
|
|
425
|
-
* @secure
|
|
426
|
-
* @response `200` OK
|
|
427
|
-
*/
|
|
428
|
-
deleteByCondition({ name, ...query }: DeleteByConditionParams): Promise<LayerUpdateInfoDc>;
|
|
429
|
-
/**
|
|
430
|
-
* No description
|
|
431
|
-
*
|
|
432
|
-
* @tags Layers
|
|
433
|
-
* @name Classify
|
|
434
|
-
* @operationId LayersController_Classify
|
|
435
|
-
* @summary Returns the classified attribute values that correspond to the given number of classes.
|
|
436
|
-
* @request GET:/layers/{name}/classify
|
|
437
|
-
* @secure
|
|
438
|
-
* @response `200` OK
|
|
439
|
-
*/
|
|
440
|
-
classify({ name, ...query }: ClassifyParams): Promise<ClassifyDc>;
|
|
441
|
-
/**
|
|
442
|
-
* No description
|
|
443
|
-
*
|
|
444
|
-
* @tags Layers
|
|
445
|
-
* @name Distincts
|
|
446
|
-
* @operationId LayersController_Distincts
|
|
447
|
-
* @summary Returns distinct attribute values and their count.
|
|
448
|
-
* @request GET:/layers/{name}/distincts
|
|
449
|
-
* @secure
|
|
450
|
-
* @response `200` OK
|
|
451
|
-
*/
|
|
452
|
-
distincts({ name, ...query }: DistinctsParams): Promise<AttributeDistinctsDc>;
|
|
453
|
-
/**
|
|
454
|
-
* No description
|
|
455
|
-
*
|
|
456
|
-
* @tags Layers
|
|
457
|
-
* @name AggregateAttribute
|
|
458
|
-
* @operationId LayersController_AggregateAttribute
|
|
459
|
-
* @summary Returns aggregated value of given attribute aggregationAttributeName within a given groups groups.
|
|
460
|
-
* @request GET:/layers/{name}/aggregate-values
|
|
461
|
-
* @secure
|
|
462
|
-
* @response `200` OK
|
|
463
|
-
*/
|
|
464
|
-
aggregateAttribute({ name, ...query }: AggregateAttributeParams): Promise<AggregationDataResultDc[]>;
|
|
465
|
-
/**
|
|
466
|
-
* No description
|
|
467
|
-
*
|
|
468
|
-
* @tags Layers
|
|
469
|
-
* @name GetFilteredFeaturesCount1
|
|
470
|
-
* @operationId LayersController_GetFilteredFeaturesCount_1
|
|
471
|
-
* @summary Get features count according layer filter of the given name.
|
|
472
|
-
* @request GET:/layers/{name}/features/count
|
|
473
|
-
* @secure
|
|
474
|
-
* @response `200` OK
|
|
475
|
-
*/
|
|
476
|
-
getFilteredFeaturesCount1({ name, ...query }: GetFilteredFeaturesCount1Params): Promise<number>;
|
|
477
|
-
/**
|
|
478
|
-
* No description
|
|
479
|
-
*
|
|
480
|
-
* @tags Layers
|
|
481
|
-
* @name GetFilteredFeaturesCount2
|
|
482
|
-
* @operationId LayersController_GetFilteredFeaturesCount_2
|
|
483
|
-
* @summary Get features count according layer filter of the given name.
|
|
484
|
-
* @request POST:/layers/{name}/features/count
|
|
485
|
-
* @secure
|
|
486
|
-
* @response `200` OK
|
|
487
|
-
*/
|
|
488
|
-
getFilteredFeaturesCount2(name: string, data: GetFilteredFeaturesCountDc): Promise<number>;
|
|
489
|
-
/**
|
|
490
|
-
* No description
|
|
491
|
-
*
|
|
492
|
-
* @tags Layers
|
|
493
|
-
* @name EditAttributes
|
|
494
|
-
* @operationId LayersController_EditAttributes
|
|
495
|
-
* @summary Edit attributes with editInfo.
|
|
496
|
-
* @request POST:/layers/{name}/features/edit-attributes
|
|
497
|
-
* @secure
|
|
498
|
-
* @response `200` OK
|
|
499
|
-
*/
|
|
500
|
-
editAttributes(name: string, data: EditAttributesInfoDc): Promise<LayerUpdateInfoDc>;
|
|
501
|
-
/**
|
|
502
|
-
* No description
|
|
503
|
-
*
|
|
504
|
-
* @tags Layers
|
|
505
|
-
* @name ValidateExpression
|
|
506
|
-
* @operationId LayersController_ValidateExpression
|
|
507
|
-
* @summary Validates the given EQL expression against the requested layer. If the expression is valid, it can be executed on the features in the layer to produce a value of some type. The type of the resulting value will be also returned in the validation result.
|
|
508
|
-
* @request GET:/layers/{layerName}/validateExpression
|
|
509
|
-
* @secure
|
|
510
|
-
* @response `200` OK
|
|
511
|
-
*/
|
|
512
|
-
validateExpression({ layerName, ...query }: ValidateExpressionParams): Promise<ExpressionValidationResultDc>;
|
|
513
|
-
/**
|
|
514
|
-
* No description
|
|
515
|
-
*
|
|
516
|
-
* @tags Layers
|
|
517
|
-
* @name FlipCoordinates
|
|
518
|
-
* @operationId LayersController_FlipCoordinates
|
|
519
|
-
* @summary Flip geometry coordinates.
|
|
520
|
-
* @request POST:/layers/{layerName}/flip-coordinates
|
|
521
|
-
* @secure
|
|
522
|
-
* @response `200` OK
|
|
523
|
-
*/
|
|
524
|
-
flipCoordinates(layerName: string): Promise<ResourceInfoDc | ServiceInfoDc>;
|
|
525
|
-
/**
|
|
526
|
-
* No description
|
|
527
|
-
*
|
|
528
|
-
* @tags Layers
|
|
529
|
-
* @name GetRasterMeta
|
|
530
|
-
* @operationId LayersController_GetRasterMeta
|
|
531
|
-
* @summary Get raster metadata.
|
|
532
|
-
* @request GET:/layers/{name}/{id}/metadata
|
|
533
|
-
* @secure
|
|
534
|
-
* @response `200` OK
|
|
535
|
-
*/
|
|
536
|
-
getRasterMeta({ name, id, ...query }:
|
|
537
|
-
/**
|
|
538
|
-
* No description
|
|
539
|
-
*
|
|
540
|
-
* @tags Layers
|
|
541
|
-
* @name IsExists
|
|
542
|
-
* @operationId LayersController_IsExistsAsync
|
|
543
|
-
* @summary Check is resource exists.
|
|
544
|
-
* @request GET:/layers/{name}/exists
|
|
545
|
-
* @secure
|
|
546
|
-
* @response `200` OK
|
|
547
|
-
*/
|
|
548
|
-
isExists(name: string): Promise<void>;
|
|
549
|
-
/**
|
|
550
|
-
* No description
|
|
551
|
-
*
|
|
552
|
-
* @tags Layers
|
|
553
|
-
* @name GetResourceDependencies
|
|
554
|
-
* @operationId LayersController_GetResourceDependencies
|
|
555
|
-
* @summary Get resource dependencies.
|
|
556
|
-
* @request GET:/layers/{name}/dependencies
|
|
557
|
-
* @secure
|
|
558
|
-
* @response `200` OK
|
|
559
|
-
*/
|
|
560
|
-
getResourceDependencies(name: string): Promise<ResourceDependenciesDc>;
|
|
561
|
-
/**
|
|
562
|
-
* No description
|
|
563
|
-
*
|
|
564
|
-
* @tags Layers
|
|
565
|
-
* @name GetResourceReferences
|
|
566
|
-
* @operationId LayersController_GetResourceReferences
|
|
567
|
-
* @summary Returns the resource dependency information.
|
|
568
|
-
* @request GET:/layers/{name}/references
|
|
569
|
-
* @secure
|
|
570
|
-
* @response `200` OK
|
|
571
|
-
*/
|
|
572
|
-
getResourceReferences(name: string): Promise<ResourceDependenciesDc>;
|
|
573
|
-
}
|
|
1
|
+
import { Service } from './Service';
|
|
2
|
+
import { AggregateAttributeParams, AggregationDataResultDc, AttributeDistinctsDc, BulkExtentsDc, BulkFilteredFeaturesCountDc, BulkOperationResultDc, ClassifyDc, ClassifyParams, CreateFeaturesPayload, DeleteByConditionParams, DeleteFeatureParams, DeleteFeaturesParams, DeleteResourcesParams, DistinctsParams, EditAttributesInfoDc, EnvelopeDc, ExpressionValidationResultDc, FeatureDc, GetBulkExtentsParams, GetBulkExtentsPayload, GetBulkFeaturesPayload, GetByIdParams, GetFeatures1Params, GetFeaturesParametersDc, GetFilteredFeaturesCount1Params, GetFilteredFeaturesCountDc, GetFilteredFeaturesCountPayload, GetLayerExtentParams, GetLayersInfoParams, GetLayersListParams, GetRasterMetaParams2, GetTilesLayerImage1Params, GetTilesLayerImageParams, GetTilesLayerImageWithFormatAndDpiParams, LayerUpdateInfoDc, LinearServiceConfigurationDc, NetCdfMetaDc, PagedBulkFeaturesListDc, PagedFeaturesListDc, PbfServiceConfigurationDc, PbfServiceInfoDc, PostgresTileCatalogServiceConfigurationDc, ProxyServiceInfoDc, PublishProxyServicePayload, PythonServiceConfigurationDc, PythonServiceInfoDc, QueryLayerServiceConfigurationDc, QueryLayerServiceInfoDc, RasterMetaDc, RemoteTileServiceConfigurationDc, RemoteTileServiceInfoDc, ResourceDependenciesDc, ResourceInfoDc, RouteServiceConfigurationDc, ServiceInfoDc, ServiceListDc, TileCatalogServiceInfoDc, UpdateFeaturePayload, UpdateProxyServicePayload, ValidateExpressionParams } from './data-contracts';
|
|
3
|
+
/**
|
|
4
|
+
* @title Spatial Processing Core API
|
|
5
|
+
* @version 1.5.1.0
|
|
6
|
+
* @baseUrl /sp
|
|
7
|
+
*/
|
|
8
|
+
export declare class LayersService extends Service {
|
|
9
|
+
/**
|
|
10
|
+
* No description
|
|
11
|
+
*
|
|
12
|
+
* @tags Layers
|
|
13
|
+
* @name GetBulkFeatures
|
|
14
|
+
* @operationId LayersController_GetBulkFeatures
|
|
15
|
+
* @summary Returns list of the layer features.
|
|
16
|
+
* @request POST:/bulk/layers/features/query
|
|
17
|
+
* @secure
|
|
18
|
+
* @response `200` OK
|
|
19
|
+
*/
|
|
20
|
+
getBulkFeatures(data: GetBulkFeaturesPayload): Promise<PagedBulkFeaturesListDc[]>;
|
|
21
|
+
/**
|
|
22
|
+
* No description
|
|
23
|
+
*
|
|
24
|
+
* @tags Layers
|
|
25
|
+
* @name GetBulkExtents
|
|
26
|
+
* @operationId LayersController_GetBulkExtents
|
|
27
|
+
* @summary Returns list of the layer extents with overall extent.
|
|
28
|
+
* @request POST:/bulk/layers/extent
|
|
29
|
+
* @secure
|
|
30
|
+
* @response `200` OK
|
|
31
|
+
*/
|
|
32
|
+
getBulkExtents(query: GetBulkExtentsParams, data: GetBulkExtentsPayload): Promise<BulkExtentsDc>;
|
|
33
|
+
/**
|
|
34
|
+
* No description
|
|
35
|
+
*
|
|
36
|
+
* @tags Layers
|
|
37
|
+
* @name GetFilteredFeaturesCount
|
|
38
|
+
* @operationId LayersController_GetFilteredFeaturesCount
|
|
39
|
+
* @summary Returns list of features count according layer filter.
|
|
40
|
+
* @request POST:/bulk/layers/features/count
|
|
41
|
+
* @secure
|
|
42
|
+
* @response `200` OK
|
|
43
|
+
*/
|
|
44
|
+
getFilteredFeaturesCount(data: GetFilteredFeaturesCountPayload): Promise<BulkFilteredFeaturesCountDc>;
|
|
45
|
+
/**
|
|
46
|
+
* No description
|
|
47
|
+
*
|
|
48
|
+
* @tags Layers
|
|
49
|
+
* @name GetLayersList
|
|
50
|
+
* @operationId LayersController_GetLayersList
|
|
51
|
+
* @summary Returns list of the available layers.
|
|
52
|
+
* @request GET:/layers
|
|
53
|
+
* @secure
|
|
54
|
+
* @response `200` OK
|
|
55
|
+
*/
|
|
56
|
+
getLayersList(query: GetLayersListParams): Promise<ServiceListDc>;
|
|
57
|
+
/**
|
|
58
|
+
* No description
|
|
59
|
+
*
|
|
60
|
+
* @tags Layers
|
|
61
|
+
* @name DeleteResources
|
|
62
|
+
* @operationId LayersController_DeleteResources
|
|
63
|
+
* @summary Bulk delete resources.
|
|
64
|
+
* @request DELETE:/layers
|
|
65
|
+
* @secure
|
|
66
|
+
* @response `200` OK
|
|
67
|
+
*/
|
|
68
|
+
deleteResources(query: DeleteResourcesParams): Promise<BulkOperationResultDc[]>;
|
|
69
|
+
/**
|
|
70
|
+
* No description
|
|
71
|
+
*
|
|
72
|
+
* @tags Layers
|
|
73
|
+
* @name GetLayerInfo
|
|
74
|
+
* @operationId LayersController_GetLayerInfoAsync
|
|
75
|
+
* @summary Returns the layer information.
|
|
76
|
+
* @request GET:/layers/{name}
|
|
77
|
+
* @secure
|
|
78
|
+
* @response `200` OK
|
|
79
|
+
*/
|
|
80
|
+
getLayerInfo(name: string): Promise<ResourceInfoDc | ServiceInfoDc>;
|
|
81
|
+
/**
|
|
82
|
+
* No description
|
|
83
|
+
*
|
|
84
|
+
* @tags Layers
|
|
85
|
+
* @name DeleteResource
|
|
86
|
+
* @operationId LayersController_DeleteResource
|
|
87
|
+
* @summary Deletes resource.
|
|
88
|
+
* @request DELETE:/layers/{name}
|
|
89
|
+
* @secure
|
|
90
|
+
* @response `200` OK
|
|
91
|
+
*/
|
|
92
|
+
deleteResource(name: string): Promise<void>;
|
|
93
|
+
/**
|
|
94
|
+
* No description
|
|
95
|
+
*
|
|
96
|
+
* @tags Layers
|
|
97
|
+
* @name GetLayersInfo
|
|
98
|
+
* @operationId LayersController_GetLayersInfoAsync
|
|
99
|
+
* @summary Returns the layers information.
|
|
100
|
+
* @request GET:/layers/batchInfo
|
|
101
|
+
* @secure
|
|
102
|
+
* @response `200` OK
|
|
103
|
+
*/
|
|
104
|
+
getLayersInfo(query: GetLayersInfoParams): Promise<(ResourceInfoDc | ServiceInfoDc)[]>;
|
|
105
|
+
/**
|
|
106
|
+
* No description
|
|
107
|
+
*
|
|
108
|
+
* @tags Layers
|
|
109
|
+
* @name PublishMapboxService
|
|
110
|
+
* @operationId LayersController_PublishMapboxService
|
|
111
|
+
* @summary Creates new mapbox service.
|
|
112
|
+
* @request POST:/layers#type=Mapbox
|
|
113
|
+
* @secure
|
|
114
|
+
* @response `default` Error
|
|
115
|
+
*/
|
|
116
|
+
publishMapboxService(data: PbfServiceConfigurationDc): Promise<PbfServiceInfoDc>;
|
|
117
|
+
/**
|
|
118
|
+
* No description
|
|
119
|
+
*
|
|
120
|
+
* @tags Layers
|
|
121
|
+
* @name PublishProxyService
|
|
122
|
+
* @operationId LayersController_PublishProxyService
|
|
123
|
+
* @summary Creates new Proxy Service.
|
|
124
|
+
* @request POST:/layers#type=ProxyService
|
|
125
|
+
* @secure
|
|
126
|
+
* @response `default` Error
|
|
127
|
+
*/
|
|
128
|
+
publishProxyService(data: PublishProxyServicePayload): Promise<ProxyServiceInfoDc | PbfServiceInfoDc | PythonServiceInfoDc>;
|
|
129
|
+
/**
|
|
130
|
+
* No description
|
|
131
|
+
*
|
|
132
|
+
* @tags Layers
|
|
133
|
+
* @name PublishRouteService
|
|
134
|
+
* @operationId LayersController_PublishRouteService
|
|
135
|
+
* @summary Creates new Route Service.
|
|
136
|
+
* @request POST:/layers#type=RouteService
|
|
137
|
+
* @secure
|
|
138
|
+
* @response `200` OK
|
|
139
|
+
*/
|
|
140
|
+
publishRouteService(data: RouteServiceConfigurationDc): Promise<void>;
|
|
141
|
+
/**
|
|
142
|
+
* No description
|
|
143
|
+
*
|
|
144
|
+
* @tags Layers
|
|
145
|
+
* @name PublishLinearService
|
|
146
|
+
* @operationId LayersController_PublishLinearService
|
|
147
|
+
* @summary Creates new Linear Service.
|
|
148
|
+
* @request POST:/layers#type=LinearService
|
|
149
|
+
* @secure
|
|
150
|
+
* @response `200` OK
|
|
151
|
+
*/
|
|
152
|
+
publishLinearService(data: LinearServiceConfigurationDc): Promise<void>;
|
|
153
|
+
/**
|
|
154
|
+
* No description
|
|
155
|
+
*
|
|
156
|
+
* @tags Layers
|
|
157
|
+
* @name PublishRemoteTileService
|
|
158
|
+
* @operationId LayersController_PublishRemoteTileService
|
|
159
|
+
* @summary Creates new Remote Tile Service.
|
|
160
|
+
* @request POST:/layers#type=RemoteTileService
|
|
161
|
+
* @secure
|
|
162
|
+
* @response `default` Error
|
|
163
|
+
*/
|
|
164
|
+
publishRemoteTileService(data: RemoteTileServiceConfigurationDc): Promise<RemoteTileServiceInfoDc>;
|
|
165
|
+
/**
|
|
166
|
+
* No description
|
|
167
|
+
*
|
|
168
|
+
* @tags Layers
|
|
169
|
+
* @name PublishQueryLayerService
|
|
170
|
+
* @operationId LayersController_PublishQueryLayerService
|
|
171
|
+
* @summary Creates new EQL-based Query Layer Service.
|
|
172
|
+
* @request POST:/layers#type=QueryLayerService
|
|
173
|
+
* @secure
|
|
174
|
+
* @response `default` Error
|
|
175
|
+
*/
|
|
176
|
+
publishQueryLayerService(data: QueryLayerServiceConfigurationDc): Promise<QueryLayerServiceInfoDc>;
|
|
177
|
+
/**
|
|
178
|
+
* No description
|
|
179
|
+
*
|
|
180
|
+
* @tags Layers
|
|
181
|
+
* @name PublishPostgresTileCatalogService
|
|
182
|
+
* @operationId LayersController_PublishPostgresTileCatalogService
|
|
183
|
+
* @summary Creates new Postgres Tile Catalog Service.
|
|
184
|
+
* @request POST:/layers#type=PostgresTileLayerService
|
|
185
|
+
* @secure
|
|
186
|
+
* @response `default` Error
|
|
187
|
+
*/
|
|
188
|
+
publishPostgresTileCatalogService(data: PostgresTileCatalogServiceConfigurationDc): Promise<TileCatalogServiceInfoDc>;
|
|
189
|
+
/**
|
|
190
|
+
* No description
|
|
191
|
+
*
|
|
192
|
+
* @tags Layers
|
|
193
|
+
* @name PublishPythonService
|
|
194
|
+
* @operationId LayersController_PublishPythonService
|
|
195
|
+
* @summary Creates new python service.
|
|
196
|
+
* @request POST:/layers#type=Python
|
|
197
|
+
* @secure
|
|
198
|
+
* @response `default` Error
|
|
199
|
+
*/
|
|
200
|
+
publishPythonService(data: PythonServiceConfigurationDc): Promise<PythonServiceInfoDc>;
|
|
201
|
+
/**
|
|
202
|
+
* No description
|
|
203
|
+
*
|
|
204
|
+
* @tags Layers
|
|
205
|
+
* @name UpdateMapboxService
|
|
206
|
+
* @operationId LayersController_UpdateMapboxService
|
|
207
|
+
* @summary Update mapbox service.
|
|
208
|
+
* @request PATCH:/layers/{name}#type=Mapbox
|
|
209
|
+
* @secure
|
|
210
|
+
* @response `200` OK
|
|
211
|
+
*/
|
|
212
|
+
updateMapboxService(name: string, data: PbfServiceConfigurationDc): Promise<PbfServiceInfoDc>;
|
|
213
|
+
/**
|
|
214
|
+
* No description
|
|
215
|
+
*
|
|
216
|
+
* @tags Layers
|
|
217
|
+
* @name UpdatePythonService
|
|
218
|
+
* @operationId LayersController_UpdatePythonService
|
|
219
|
+
* @summary Update python service.
|
|
220
|
+
* @request PATCH:/layers/{name}#type=Python
|
|
221
|
+
* @secure
|
|
222
|
+
* @response `200` OK
|
|
223
|
+
*/
|
|
224
|
+
updatePythonService(name: string, data: PythonServiceConfigurationDc): Promise<PythonServiceInfoDc>;
|
|
225
|
+
/**
|
|
226
|
+
* No description
|
|
227
|
+
*
|
|
228
|
+
* @tags Layers
|
|
229
|
+
* @name UpdateProxyService
|
|
230
|
+
* @operationId LayersController_UpdateProxyService
|
|
231
|
+
* @summary Update Proxy Service.
|
|
232
|
+
* @request PATCH:/layers/{name}#type=ProxyService
|
|
233
|
+
* @secure
|
|
234
|
+
* @response `200` OK
|
|
235
|
+
*/
|
|
236
|
+
updateProxyService(name: string, data: UpdateProxyServicePayload): Promise<ProxyServiceInfoDc | PbfServiceInfoDc | PythonServiceInfoDc>;
|
|
237
|
+
/**
|
|
238
|
+
* No description
|
|
239
|
+
*
|
|
240
|
+
* @tags Layers
|
|
241
|
+
* @name UpdateTileCatalogService
|
|
242
|
+
* @operationId LayersController_UpdateTileCatalogService
|
|
243
|
+
* @summary Update Postgres Tile Catalog Service.
|
|
244
|
+
* @request PATCH:/layers/{name}#type=PostgresTileLayerService
|
|
245
|
+
* @secure
|
|
246
|
+
* @response `200` OK
|
|
247
|
+
*/
|
|
248
|
+
updateTileCatalogService(name: string, data: PostgresTileCatalogServiceConfigurationDc): Promise<TileCatalogServiceInfoDc>;
|
|
249
|
+
/**
|
|
250
|
+
* No description
|
|
251
|
+
*
|
|
252
|
+
* @tags Layers
|
|
253
|
+
* @name UpdateRemoteTileService
|
|
254
|
+
* @operationId LayersController_UpdateRemoteTileService
|
|
255
|
+
* @summary Update Remote Tile Service.
|
|
256
|
+
* @request PATCH:/layers/{name}#type=RemoteTileService
|
|
257
|
+
* @secure
|
|
258
|
+
* @response `200` OK
|
|
259
|
+
*/
|
|
260
|
+
updateRemoteTileService(name: string, data: RemoteTileServiceConfigurationDc): Promise<RemoteTileServiceInfoDc>;
|
|
261
|
+
/**
|
|
262
|
+
* No description
|
|
263
|
+
*
|
|
264
|
+
* @tags Layers
|
|
265
|
+
* @name UpdateQueryLayerService
|
|
266
|
+
* @operationId LayersController_UpdateQueryLayerService
|
|
267
|
+
* @summary Update EQL-based Query Layer Service.
|
|
268
|
+
* @request PATCH:/layers/{name}#type=QueryLayerService
|
|
269
|
+
* @secure
|
|
270
|
+
* @response `200` OK
|
|
271
|
+
*/
|
|
272
|
+
updateQueryLayerService(name: string, data: QueryLayerServiceConfigurationDc): Promise<QueryLayerServiceInfoDc>;
|
|
273
|
+
/**
|
|
274
|
+
* No description
|
|
275
|
+
*
|
|
276
|
+
* @tags Layers
|
|
277
|
+
* @name ReloadService
|
|
278
|
+
* @operationId LayersController_ReloadServiceAsync
|
|
279
|
+
* @summary Initialize a new instance of service by given name.
|
|
280
|
+
* @request GET:/layers/{name}/reload
|
|
281
|
+
* @secure
|
|
282
|
+
* @response `default` Error
|
|
283
|
+
*/
|
|
284
|
+
reloadService(name: string): Promise<ResourceInfoDc | ServiceInfoDc>;
|
|
285
|
+
/**
|
|
286
|
+
* No description
|
|
287
|
+
*
|
|
288
|
+
* @tags Layers
|
|
289
|
+
* @name GetFeatures
|
|
290
|
+
* @operationId LayersController_GetFeatures
|
|
291
|
+
* @summary Returns list of the layer features.
|
|
292
|
+
* @request POST:/layers/{name}/features/query
|
|
293
|
+
* @secure
|
|
294
|
+
* @response `200` OK
|
|
295
|
+
*/
|
|
296
|
+
getFeatures(name: string, data: GetFeaturesParametersDc): Promise<PagedFeaturesListDc>;
|
|
297
|
+
/**
|
|
298
|
+
* No description
|
|
299
|
+
*
|
|
300
|
+
* @tags Layers
|
|
301
|
+
* @name GetFeatures1
|
|
302
|
+
* @operationId LayersController_GetFeatures_1
|
|
303
|
+
* @summary Returns list of the layer features.
|
|
304
|
+
* @request GET:/layers/{name}/features
|
|
305
|
+
* @secure
|
|
306
|
+
* @response `200` OK
|
|
307
|
+
*/
|
|
308
|
+
getFeatures1({ name, ...query }: GetFeatures1Params): Promise<PagedFeaturesListDc>;
|
|
309
|
+
/**
|
|
310
|
+
* No description
|
|
311
|
+
*
|
|
312
|
+
* @tags Layers
|
|
313
|
+
* @name DeleteFeature
|
|
314
|
+
* @operationId LayersController_DeleteFeature
|
|
315
|
+
* @summary Deletes feature by id.
|
|
316
|
+
* @request DELETE:/layers/{name}/features
|
|
317
|
+
* @secure
|
|
318
|
+
* @response `200` OK
|
|
319
|
+
*/
|
|
320
|
+
deleteFeature({ name, ...query }: DeleteFeatureParams): Promise<LayerUpdateInfoDc>;
|
|
321
|
+
/**
|
|
322
|
+
* No description
|
|
323
|
+
*
|
|
324
|
+
* @tags Layers
|
|
325
|
+
* @name CreateFeatures
|
|
326
|
+
* @operationId LayersController_CreateFeatures
|
|
327
|
+
* @summary Creates features list of type.SPCore.Connectors.Connectors.Base.Models.Features.FeatureDc.
|
|
328
|
+
* @request POST:/layers/{name}/features
|
|
329
|
+
* @secure
|
|
330
|
+
* @response `200` OK
|
|
331
|
+
*/
|
|
332
|
+
createFeatures(name: string, data: CreateFeaturesPayload): Promise<LayerUpdateInfoDc>;
|
|
333
|
+
/**
|
|
334
|
+
* No description
|
|
335
|
+
*
|
|
336
|
+
* @tags Layers
|
|
337
|
+
* @name UpdateFeature
|
|
338
|
+
* @operationId LayersController_UpdateFeature
|
|
339
|
+
* @summary Updates features list SPCore.Connectors.Connectors.Base.Models.Features.FeatureDc.
|
|
340
|
+
* @request PATCH:/layers/{name}/features
|
|
341
|
+
* @secure
|
|
342
|
+
* @response `200` OK
|
|
343
|
+
*/
|
|
344
|
+
updateFeature(name: string, data: UpdateFeaturePayload): Promise<LayerUpdateInfoDc>;
|
|
345
|
+
/**
|
|
346
|
+
* No description
|
|
347
|
+
*
|
|
348
|
+
* @tags Layers
|
|
349
|
+
* @name GetById
|
|
350
|
+
* @operationId LayersController_GetByIdAsync
|
|
351
|
+
* @summary Gets feature by id.
|
|
352
|
+
* @request GET:/layers/{name}/features/{id}
|
|
353
|
+
* @secure
|
|
354
|
+
* @response `200` OK
|
|
355
|
+
*/
|
|
356
|
+
getById({ name, id, ...query }: GetByIdParams): Promise<FeatureDc>;
|
|
357
|
+
/**
|
|
358
|
+
* No description
|
|
359
|
+
*
|
|
360
|
+
* @tags Layers
|
|
361
|
+
* @name GetTilesLayerImage
|
|
362
|
+
* @operationId LayersController_GetTilesLayerImage
|
|
363
|
+
* @summary Render tile with input indexes.
|
|
364
|
+
* @request GET:/layers/{name}/tile/{z}/{x}/{y}
|
|
365
|
+
* @secure
|
|
366
|
+
* @response `200` OK
|
|
367
|
+
*/
|
|
368
|
+
getTilesLayerImage({ name, x, y, z, ...query }: GetTilesLayerImageParams): string;
|
|
369
|
+
/**
|
|
370
|
+
* No description
|
|
371
|
+
*
|
|
372
|
+
* @tags Layers
|
|
373
|
+
* @name GetTilesLayerImage1
|
|
374
|
+
* @operationId LayersController_GetTilesLayerImage_1
|
|
375
|
+
* @summary Render tile with input indexes.
|
|
376
|
+
* @request GET:/layers/{name}/tile/{z}/{x}/{y}.{format}
|
|
377
|
+
* @secure
|
|
378
|
+
* @response `200` OK
|
|
379
|
+
*/
|
|
380
|
+
getTilesLayerImage1({ name, x, y, z, format, ...query }: GetTilesLayerImage1Params): string;
|
|
381
|
+
/**
|
|
382
|
+
* No description
|
|
383
|
+
*
|
|
384
|
+
* @tags Layers
|
|
385
|
+
* @name GetTilesLayerImageWithFormatAndDpi
|
|
386
|
+
* @operationId LayersController_GetTilesLayerImageWithFormatAndDpi
|
|
387
|
+
* @summary Render tile with input indexes.
|
|
388
|
+
* @request GET:/layers/{name}/tile/{z}/{x}/{y}@{dpi}x.{format}
|
|
389
|
+
* @secure
|
|
390
|
+
* @response `200` OK
|
|
391
|
+
*/
|
|
392
|
+
getTilesLayerImageWithFormatAndDpi({ name, x, y, z, dpi, format, ...query }: GetTilesLayerImageWithFormatAndDpiParams): string;
|
|
393
|
+
/**
|
|
394
|
+
* No description
|
|
395
|
+
*
|
|
396
|
+
* @tags Layers
|
|
397
|
+
* @name GetLayerExtent
|
|
398
|
+
* @operationId LayersController_GetLayerExtent
|
|
399
|
+
* @summary Returns the extent of the layer.
|
|
400
|
+
* @request GET:/layers/{name}/extent
|
|
401
|
+
* @secure
|
|
402
|
+
* @response `200` OK
|
|
403
|
+
*/
|
|
404
|
+
getLayerExtent({ name, ...query }: GetLayerExtentParams): Promise<EnvelopeDc>;
|
|
405
|
+
/**
|
|
406
|
+
* No description
|
|
407
|
+
*
|
|
408
|
+
* @tags Layers
|
|
409
|
+
* @name DeleteFeatures
|
|
410
|
+
* @operationId LayersController_DeleteFeatures
|
|
411
|
+
* @summary Delete a list of features by given ids. Example: ids=1,2,3.
|
|
412
|
+
* @request DELETE:/layers/{name}/features/deleteByIds
|
|
413
|
+
* @secure
|
|
414
|
+
* @response `200` OK
|
|
415
|
+
*/
|
|
416
|
+
deleteFeatures({ name, ...query }: DeleteFeaturesParams): Promise<LayerUpdateInfoDc>;
|
|
417
|
+
/**
|
|
418
|
+
* No description
|
|
419
|
+
*
|
|
420
|
+
* @tags Layers
|
|
421
|
+
* @name DeleteByCondition
|
|
422
|
+
* @operationId LayersController_DeleteByCondition
|
|
423
|
+
* @summary Delete a list of features by condition with exclude given ids.
|
|
424
|
+
* @request DELETE:/layers/{name}/features/deleteByCondition
|
|
425
|
+
* @secure
|
|
426
|
+
* @response `200` OK
|
|
427
|
+
*/
|
|
428
|
+
deleteByCondition({ name, ...query }: DeleteByConditionParams): Promise<LayerUpdateInfoDc>;
|
|
429
|
+
/**
|
|
430
|
+
* No description
|
|
431
|
+
*
|
|
432
|
+
* @tags Layers
|
|
433
|
+
* @name Classify
|
|
434
|
+
* @operationId LayersController_Classify
|
|
435
|
+
* @summary Returns the classified attribute values that correspond to the given number of classes.
|
|
436
|
+
* @request GET:/layers/{name}/classify
|
|
437
|
+
* @secure
|
|
438
|
+
* @response `200` OK
|
|
439
|
+
*/
|
|
440
|
+
classify({ name, ...query }: ClassifyParams): Promise<ClassifyDc>;
|
|
441
|
+
/**
|
|
442
|
+
* No description
|
|
443
|
+
*
|
|
444
|
+
* @tags Layers
|
|
445
|
+
* @name Distincts
|
|
446
|
+
* @operationId LayersController_Distincts
|
|
447
|
+
* @summary Returns distinct attribute values and their count.
|
|
448
|
+
* @request GET:/layers/{name}/distincts
|
|
449
|
+
* @secure
|
|
450
|
+
* @response `200` OK
|
|
451
|
+
*/
|
|
452
|
+
distincts({ name, ...query }: DistinctsParams): Promise<AttributeDistinctsDc>;
|
|
453
|
+
/**
|
|
454
|
+
* No description
|
|
455
|
+
*
|
|
456
|
+
* @tags Layers
|
|
457
|
+
* @name AggregateAttribute
|
|
458
|
+
* @operationId LayersController_AggregateAttribute
|
|
459
|
+
* @summary Returns aggregated value of given attribute aggregationAttributeName within a given groups groups.
|
|
460
|
+
* @request GET:/layers/{name}/aggregate-values
|
|
461
|
+
* @secure
|
|
462
|
+
* @response `200` OK
|
|
463
|
+
*/
|
|
464
|
+
aggregateAttribute({ name, ...query }: AggregateAttributeParams): Promise<AggregationDataResultDc[]>;
|
|
465
|
+
/**
|
|
466
|
+
* No description
|
|
467
|
+
*
|
|
468
|
+
* @tags Layers
|
|
469
|
+
* @name GetFilteredFeaturesCount1
|
|
470
|
+
* @operationId LayersController_GetFilteredFeaturesCount_1
|
|
471
|
+
* @summary Get features count according layer filter of the given name.
|
|
472
|
+
* @request GET:/layers/{name}/features/count
|
|
473
|
+
* @secure
|
|
474
|
+
* @response `200` OK
|
|
475
|
+
*/
|
|
476
|
+
getFilteredFeaturesCount1({ name, ...query }: GetFilteredFeaturesCount1Params): Promise<number>;
|
|
477
|
+
/**
|
|
478
|
+
* No description
|
|
479
|
+
*
|
|
480
|
+
* @tags Layers
|
|
481
|
+
* @name GetFilteredFeaturesCount2
|
|
482
|
+
* @operationId LayersController_GetFilteredFeaturesCount_2
|
|
483
|
+
* @summary Get features count according layer filter of the given name.
|
|
484
|
+
* @request POST:/layers/{name}/features/count
|
|
485
|
+
* @secure
|
|
486
|
+
* @response `200` OK
|
|
487
|
+
*/
|
|
488
|
+
getFilteredFeaturesCount2(name: string, data: GetFilteredFeaturesCountDc): Promise<number>;
|
|
489
|
+
/**
|
|
490
|
+
* No description
|
|
491
|
+
*
|
|
492
|
+
* @tags Layers
|
|
493
|
+
* @name EditAttributes
|
|
494
|
+
* @operationId LayersController_EditAttributes
|
|
495
|
+
* @summary Edit attributes with editInfo.
|
|
496
|
+
* @request POST:/layers/{name}/features/edit-attributes
|
|
497
|
+
* @secure
|
|
498
|
+
* @response `200` OK
|
|
499
|
+
*/
|
|
500
|
+
editAttributes(name: string, data: EditAttributesInfoDc): Promise<LayerUpdateInfoDc>;
|
|
501
|
+
/**
|
|
502
|
+
* No description
|
|
503
|
+
*
|
|
504
|
+
* @tags Layers
|
|
505
|
+
* @name ValidateExpression
|
|
506
|
+
* @operationId LayersController_ValidateExpression
|
|
507
|
+
* @summary Validates the given EQL expression against the requested layer. If the expression is valid, it can be executed on the features in the layer to produce a value of some type. The type of the resulting value will be also returned in the validation result.
|
|
508
|
+
* @request GET:/layers/{layerName}/validateExpression
|
|
509
|
+
* @secure
|
|
510
|
+
* @response `200` OK
|
|
511
|
+
*/
|
|
512
|
+
validateExpression({ layerName, ...query }: ValidateExpressionParams): Promise<ExpressionValidationResultDc>;
|
|
513
|
+
/**
|
|
514
|
+
* No description
|
|
515
|
+
*
|
|
516
|
+
* @tags Layers
|
|
517
|
+
* @name FlipCoordinates
|
|
518
|
+
* @operationId LayersController_FlipCoordinates
|
|
519
|
+
* @summary Flip geometry coordinates.
|
|
520
|
+
* @request POST:/layers/{layerName}/flip-coordinates
|
|
521
|
+
* @secure
|
|
522
|
+
* @response `200` OK
|
|
523
|
+
*/
|
|
524
|
+
flipCoordinates(layerName: string): Promise<ResourceInfoDc | ServiceInfoDc>;
|
|
525
|
+
/**
|
|
526
|
+
* No description
|
|
527
|
+
*
|
|
528
|
+
* @tags Layers
|
|
529
|
+
* @name GetRasterMeta
|
|
530
|
+
* @operationId LayersController_GetRasterMeta
|
|
531
|
+
* @summary Get raster metadata.
|
|
532
|
+
* @request GET:/layers/{name}/{id}/metadata
|
|
533
|
+
* @secure
|
|
534
|
+
* @response `200` OK
|
|
535
|
+
*/
|
|
536
|
+
getRasterMeta({ name, id, ...query }: GetRasterMetaParams2): Promise<(RasterMetaDc | NetCdfMetaDc)[]>;
|
|
537
|
+
/**
|
|
538
|
+
* No description
|
|
539
|
+
*
|
|
540
|
+
* @tags Layers
|
|
541
|
+
* @name IsExists
|
|
542
|
+
* @operationId LayersController_IsExistsAsync
|
|
543
|
+
* @summary Check is resource exists.
|
|
544
|
+
* @request GET:/layers/{name}/exists
|
|
545
|
+
* @secure
|
|
546
|
+
* @response `200` OK
|
|
547
|
+
*/
|
|
548
|
+
isExists(name: string): Promise<void>;
|
|
549
|
+
/**
|
|
550
|
+
* No description
|
|
551
|
+
*
|
|
552
|
+
* @tags Layers
|
|
553
|
+
* @name GetResourceDependencies
|
|
554
|
+
* @operationId LayersController_GetResourceDependencies
|
|
555
|
+
* @summary Get resource dependencies.
|
|
556
|
+
* @request GET:/layers/{name}/dependencies
|
|
557
|
+
* @secure
|
|
558
|
+
* @response `200` OK
|
|
559
|
+
*/
|
|
560
|
+
getResourceDependencies(name: string): Promise<ResourceDependenciesDc>;
|
|
561
|
+
/**
|
|
562
|
+
* No description
|
|
563
|
+
*
|
|
564
|
+
* @tags Layers
|
|
565
|
+
* @name GetResourceReferences
|
|
566
|
+
* @operationId LayersController_GetResourceReferences
|
|
567
|
+
* @summary Returns the resource dependency information.
|
|
568
|
+
* @request GET:/layers/{name}/references
|
|
569
|
+
* @secure
|
|
570
|
+
* @response `200` OK
|
|
571
|
+
*/
|
|
572
|
+
getResourceReferences(name: string): Promise<ResourceDependenciesDc>;
|
|
573
|
+
}
|