@evergis/api 3.0.65 → 3.0.68
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/dist/__generated__/LayersService.d.ts +2 -2
- package/dist/__generated__/ProjectsService.d.ts +2 -2
- package/dist/__generated__/StatisticService.d.ts +31 -0
- package/dist/__generated__/TablesService.d.ts +2 -2
- package/dist/__generated__/WmsServerService.d.ts +2 -2
- package/dist/__generated__/data-contracts.d.ts +376 -2
- package/dist/api.cjs.development.js +14 -1
- package/dist/api.cjs.development.js.map +1 -1
- package/dist/api.cjs.production.min.js +1 -1
- package/dist/api.cjs.production.min.js.map +1 -1
- package/dist/api.esm.js +41 -2
- package/dist/api.esm.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, AddPermissionsPayload, AggregateAttributeParams, AggregationDataResultDc, AttributeDistinctsDc, BulkOperationResultDc, ClassifyParams, CompositeServiceInfoDc, CreateFeaturesPayload, DeleteByConditionParams, DeleteFeatureParams, DeleteFeaturesParams, DeleteResourcesParams, DistinctsParams, EditAttributesPayload, EnvelopeDc, ExpressionValidationResultDc, FeatureDc, FeatureLayerServiceInfoDc, FeaturesContainsParams, FeatureSelectionDc, FeaturesListDc, FileUploadResponse, GeometryDc, GetByGeometryGetParams, GetByGeometryParams, GetByGeometryPostParams, GetByGeometryPostPayload, GetByIdParams, GetFeaturesParams, GetFilteredFeaturesCountParams, GetLayerExtentParams, GetLayerImageParams, GetLayersListParams, GetTilesLayerImageParams, IListResponse, LayerUpdateInfoDc, PagedFeaturesListDc, ProxyServiceInfoDc, PublishCompositeServicePayload, PublishLocalTileServicePayload, PublishPostgresLayerServicePayload, PublishPostgresTileCatalogServicePayload, PublishProxyServicePayload, PublishRemoteTileServicePayload, PublishStyledLayerServicePayload, RemoteTileServiceInfo, RemoteTileServiceInfoDc, ResourceDependenciesDc, ResourceInfoDc, SelectFeaturesParams, ServiceInfoDc, ServiceListDc, SetPermissionsBatchPayload, SetPermissionsPayload, SetPreviewPayload, SubtractParams, SubtractPayload, TileServiceInfoDc, UniteParams, UnitePayload, UpdateCompositeServicePayload, UpdateFeaturePayload, UpdateLocalTileServicePayload, UpdatePostgresLayerServicePayload, UpdateProxyServicePayload, UpdateRemoteTileServicePayload, UpdateTileCatalogServicePayload, ValidateExpressionParams } from './data-contracts';
|
|
1
|
+
import { AccessControlListDc, AddPermissionsPayload, AggregateAttributeParams, AggregationDataResultDc, AttributeDistinctsDc, BulkOperationResultDc, ClassifyDc, ClassifyParams, CompositeServiceInfoDc, CreateFeaturesPayload, DeleteByConditionParams, DeleteFeatureParams, DeleteFeaturesParams, DeleteResourcesParams, DistinctsParams, EditAttributesPayload, EnvelopeDc, ExpressionValidationResultDc, FeatureDc, FeatureLayerServiceInfoDc, FeaturesContainsParams, FeatureSelectionDc, FeaturesListDc, FileUploadResponse, GeometryDc, GetByGeometryGetParams, GetByGeometryParams, GetByGeometryPostParams, GetByGeometryPostPayload, GetByIdParams, GetFeaturesParams, GetFilteredFeaturesCountParams, GetLayerExtentParams, GetLayerImageParams, GetLayersListParams, GetTilesLayerImageParams, IListResponse, LayerUpdateInfoDc, PagedFeaturesListDc, ProxyServiceInfoDc, PublishCompositeServicePayload, PublishLocalTileServicePayload, PublishPostgresLayerServicePayload, PublishPostgresTileCatalogServicePayload, PublishProxyServicePayload, PublishRemoteTileServicePayload, PublishStyledLayerServicePayload, RemoteTileServiceInfo, RemoteTileServiceInfoDc, ResourceDependenciesDc, ResourceInfoDc, SelectFeaturesParams, ServiceInfoDc, ServiceListDc, SetPermissionsBatchPayload, SetPermissionsPayload, SetPreviewPayload, SubtractParams, SubtractPayload, TileServiceInfoDc, UniteParams, UnitePayload, UpdateCompositeServicePayload, UpdateFeaturePayload, UpdateLocalTileServicePayload, UpdatePostgresLayerServicePayload, UpdateProxyServicePayload, UpdateRemoteTileServicePayload, UpdateTileCatalogServicePayload, ValidateExpressionParams } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -402,7 +402,7 @@ export declare class LayersService extends Service {
|
|
|
402
402
|
* @request GET:/layers/{name}/classify
|
|
403
403
|
* @response `200` Success
|
|
404
404
|
*/
|
|
405
|
-
classify({ name, ...query }: ClassifyParams): Promise<
|
|
405
|
+
classify({ name, ...query }: ClassifyParams): Promise<ClassifyDc>;
|
|
406
406
|
/**
|
|
407
407
|
* No description
|
|
408
408
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, AddPermissionsBody, BulkOperationResultDc, CompositeServiceInfoDc, CreateProjectPayload, CreateShareProjectPayload,
|
|
1
|
+
import { AccessControlListDc, AddPermissionsBody, BulkOperationResultDc, CompositeServiceInfoDc, CreateProjectPayload, CreateShareProjectPayload, DeleteResourcesParams9, ExtendedProjectLayersInfo, FileUploadResponse, GetProjectsListParams, IListResponse, ListResponseProjectInfoDc, ResourceDependenciesDc, ResourceInfoDc, ServiceInfoDc, SetPermissionsBatchBody, SetPermissionsBody, SetPreviewBody, SharedProjectInfoDc, UpdateProjectPayload } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -82,7 +82,7 @@ export declare class ProjectsService extends Service {
|
|
|
82
82
|
* @request DELETE:/projects
|
|
83
83
|
* @response `200` Success
|
|
84
84
|
*/
|
|
85
|
-
deleteResources(query:
|
|
85
|
+
deleteResources(query: DeleteResourcesParams9): Promise<BulkOperationResultDc[]>;
|
|
86
86
|
/**
|
|
87
87
|
* No description
|
|
88
88
|
*
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { ClassifyDc, ClassifyParams4, PositionDc, StatisticParams } from './data-contracts';
|
|
2
|
+
import { Service } from './Service';
|
|
3
|
+
/**
|
|
4
|
+
* @title Spatial Processing Core API
|
|
5
|
+
* @version v0.6.0
|
|
6
|
+
* @baseUrl /sp
|
|
7
|
+
*/
|
|
8
|
+
export declare class StatisticService extends Service {
|
|
9
|
+
/**
|
|
10
|
+
* No description
|
|
11
|
+
*
|
|
12
|
+
* @tags Statistic
|
|
13
|
+
* @name Statistic
|
|
14
|
+
* @operationId StatisticController_Statistic
|
|
15
|
+
* @summary Returns statistic result based on requested statistic type.
|
|
16
|
+
* @request POST:/statistics
|
|
17
|
+
* @response `200` Success
|
|
18
|
+
*/
|
|
19
|
+
statistic(query: StatisticParams): Promise<PositionDc>;
|
|
20
|
+
/**
|
|
21
|
+
* No description
|
|
22
|
+
*
|
|
23
|
+
* @tags Statistic
|
|
24
|
+
* @name Classify
|
|
25
|
+
* @operationId StatisticController_Classify
|
|
26
|
+
* @summary Returns the classified attribute values that correspond to the given number of classes and given condition.
|
|
27
|
+
* @request GET:/classify
|
|
28
|
+
* @response `200` Success
|
|
29
|
+
*/
|
|
30
|
+
classify(query: ClassifyParams4): Promise<ClassifyDc>;
|
|
31
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, AddPermissionsInput, BulkOperationResultDc, CreateTablePayload,
|
|
1
|
+
import { AccessControlListDc, AddPermissionsInput, BulkOperationResultDc, CreateTablePayload, DeleteResourcesParams6, DeleteTableDataParams, FileUploadResponse, GetTableDataParams, GetTableListParams, GetUniqueDataRowsParams, IListResponse, ListResponseIEnumerable1, MapRemoteTableParams, MapRemoteTablePayload, MapTableParams, MapTablePayload, MapViewParams, MapViewPayload, ResourceDependenciesDc, SetPermissionsBatchInput, SetPermissionsInput, SetPreviewInput, TableListDc, UpdateTableDataParams, UpdateTableDataPayload, UpdateTablePayload, WriteTableDataPayload } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -49,7 +49,7 @@ export declare class TablesService extends Service {
|
|
|
49
49
|
* @request DELETE:/tables
|
|
50
50
|
* @response `200` Success
|
|
51
51
|
*/
|
|
52
|
-
deleteResources(query:
|
|
52
|
+
deleteResources(query: DeleteResourcesParams6): Promise<BulkOperationResultDc[]>;
|
|
53
53
|
/**
|
|
54
54
|
* No description
|
|
55
55
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GetCapabilities1Params,
|
|
1
|
+
import { GetCapabilities1Params, GetCapabilitiesParams2, GetFeatureInfoParams, GetLegendGraphicParams, GetMapParams } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -16,7 +16,7 @@ export declare class WmsServerService extends Service {
|
|
|
16
16
|
* @request GET:/wms#REQUEST=GetCapabilities
|
|
17
17
|
* @response `200` Success
|
|
18
18
|
*/
|
|
19
|
-
getCapabilities(query:
|
|
19
|
+
getCapabilities(query: GetCapabilitiesParams2): Promise<void>;
|
|
20
20
|
/**
|
|
21
21
|
* No description
|
|
22
22
|
*
|
|
@@ -6,7 +6,7 @@ interface BrandedType<T> {
|
|
|
6
6
|
*/
|
|
7
7
|
export interface AccessControlListDc {
|
|
8
8
|
/** All available permissions list. */
|
|
9
|
-
data
|
|
9
|
+
data?: RolePermissionDc[];
|
|
10
10
|
}
|
|
11
11
|
/**
|
|
12
12
|
* Server task that aggregate the objects from one storage to another by polygon geometry.
|
|
@@ -434,6 +434,13 @@ export interface AvailabilityAreaTaskDc {
|
|
|
434
434
|
/** Storage that is to be used as a target for writing the task result. */
|
|
435
435
|
target: BaseTaskDataStorageDc;
|
|
436
436
|
}
|
|
437
|
+
/**
|
|
438
|
+
* Simply Base64 string.
|
|
439
|
+
*/
|
|
440
|
+
export interface Base64String {
|
|
441
|
+
/** string value. */
|
|
442
|
+
value?: string;
|
|
443
|
+
}
|
|
437
444
|
/**
|
|
438
445
|
* The result of a server task step execution.
|
|
439
446
|
*/
|
|
@@ -565,6 +572,15 @@ export declare enum ClassificationType {
|
|
|
565
572
|
EqualInterval = "equalInterval",
|
|
566
573
|
Quantile = "quantile"
|
|
567
574
|
}
|
|
575
|
+
/**
|
|
576
|
+
* Classification result.
|
|
577
|
+
*/
|
|
578
|
+
export interface ClassifyDc {
|
|
579
|
+
/** Classification result. */
|
|
580
|
+
classifyResult: any;
|
|
581
|
+
/** Type. */
|
|
582
|
+
type: string;
|
|
583
|
+
}
|
|
568
584
|
/**
|
|
569
585
|
* Description of a table column.
|
|
570
586
|
*/
|
|
@@ -1323,6 +1339,61 @@ export interface ExtendedUserInfoDc {
|
|
|
1323
1339
|
/** The roles of the user. */
|
|
1324
1340
|
roles?: string[];
|
|
1325
1341
|
}
|
|
1342
|
+
/**
|
|
1343
|
+
* The `FailedServiceInfoDc` describes SPCore.Security.Base.Services.FailedServiceInfo data contact.
|
|
1344
|
+
*/
|
|
1345
|
+
export interface FailedServiceInfoDc {
|
|
1346
|
+
/** Types of errors that can occur during layer initialize. */
|
|
1347
|
+
errorType?: ConfigurationErrorEnum;
|
|
1348
|
+
/** The type of the resource. */
|
|
1349
|
+
type: string;
|
|
1350
|
+
/** The category of the service. */
|
|
1351
|
+
categories?: string[];
|
|
1352
|
+
/** Configuration of the service. */
|
|
1353
|
+
configuration?: ServiceConfigurationBaseDc;
|
|
1354
|
+
/** Name of the resource including its namespaces (names of the service managers that contain this service). */
|
|
1355
|
+
name: string;
|
|
1356
|
+
/** Resource alias. */
|
|
1357
|
+
alias?: string;
|
|
1358
|
+
/** Resource owner. */
|
|
1359
|
+
owner?: string;
|
|
1360
|
+
/** Resource description. */
|
|
1361
|
+
description?: string;
|
|
1362
|
+
/** Resource preview. */
|
|
1363
|
+
preview?: string;
|
|
1364
|
+
/**
|
|
1365
|
+
* The date when resource was created.
|
|
1366
|
+
* @format date-time
|
|
1367
|
+
*/
|
|
1368
|
+
createdDate?: string;
|
|
1369
|
+
/**
|
|
1370
|
+
* The date when resource was last modified.
|
|
1371
|
+
* @format date-time
|
|
1372
|
+
*/
|
|
1373
|
+
changedDate?: string;
|
|
1374
|
+
/**
|
|
1375
|
+
* User permissions for server security objects (services, projects etc.)
|
|
1376
|
+
*
|
|
1377
|
+
* none
|
|
1378
|
+
*
|
|
1379
|
+
* configure
|
|
1380
|
+
*
|
|
1381
|
+
* write
|
|
1382
|
+
*
|
|
1383
|
+
* read
|
|
1384
|
+
*
|
|
1385
|
+
* read,configure
|
|
1386
|
+
*
|
|
1387
|
+
* read,write
|
|
1388
|
+
*
|
|
1389
|
+
* read,write,configure
|
|
1390
|
+
*/
|
|
1391
|
+
permissions?: Permissions;
|
|
1392
|
+
/** Access control list. */
|
|
1393
|
+
acl?: AccessControlListDc;
|
|
1394
|
+
/** Base64 encoded image - icon of the resource. Usually shown next to the resource name in lists and legends. */
|
|
1395
|
+
icon?: string;
|
|
1396
|
+
}
|
|
1326
1397
|
/**
|
|
1327
1398
|
* Feature object definition.
|
|
1328
1399
|
*/
|
|
@@ -1641,6 +1712,20 @@ export declare enum GeometryType {
|
|
|
1641
1712
|
Envelope = "envelope",
|
|
1642
1713
|
Multipoint = "multipoint"
|
|
1643
1714
|
}
|
|
1715
|
+
/**
|
|
1716
|
+
* Map element data contract.
|
|
1717
|
+
*/
|
|
1718
|
+
export interface GridElementDc {
|
|
1719
|
+
/** Grid color. */
|
|
1720
|
+
color?: string;
|
|
1721
|
+
/**
|
|
1722
|
+
* Grid width.
|
|
1723
|
+
* @format int32
|
|
1724
|
+
*/
|
|
1725
|
+
gridThickness?: number;
|
|
1726
|
+
/** Check what this model element enabled. */
|
|
1727
|
+
enabled?: boolean;
|
|
1728
|
+
}
|
|
1644
1729
|
/**
|
|
1645
1730
|
* Resource group.
|
|
1646
1731
|
|
|
@@ -2004,6 +2089,56 @@ export interface LayerDefinitionDc {
|
|
|
2004
2089
|
/** The description of the attributes of the layer. */
|
|
2005
2090
|
attributes: Record<string, AttributeDefinitionDc | null>;
|
|
2006
2091
|
}
|
|
2092
|
+
/**
|
|
2093
|
+
* Map element data contract.
|
|
2094
|
+
*/
|
|
2095
|
+
export interface LayerMapElementDc {
|
|
2096
|
+
/** Gets or sets layers for printing. */
|
|
2097
|
+
layers?: LayerModelDc[];
|
|
2098
|
+
mapCenter?: Vector2;
|
|
2099
|
+
/**
|
|
2100
|
+
* Gets or sets map width.
|
|
2101
|
+
* @format int32
|
|
2102
|
+
*/
|
|
2103
|
+
paperWidth?: number;
|
|
2104
|
+
/**
|
|
2105
|
+
* Gets or sets map height.
|
|
2106
|
+
* @format int32
|
|
2107
|
+
*/
|
|
2108
|
+
paperHeight?: number;
|
|
2109
|
+
/**
|
|
2110
|
+
* Gets or sets spatial reference.
|
|
2111
|
+
* @format int32
|
|
2112
|
+
*/
|
|
2113
|
+
spatialReference?: number;
|
|
2114
|
+
/**
|
|
2115
|
+
* Gets or sets map resolution.
|
|
2116
|
+
* @format double
|
|
2117
|
+
*/
|
|
2118
|
+
resolution?: number;
|
|
2119
|
+
/** Gets or sets grid map element. */
|
|
2120
|
+
gridElement?: GridElementDc | ModelElementDc;
|
|
2121
|
+
/** Gets or sets ScaleBar element settings for printing. */
|
|
2122
|
+
scaleBar?: ScaleBarElementDc | ModelElementDc;
|
|
2123
|
+
/** Check what this model element enabled. */
|
|
2124
|
+
enabled?: boolean;
|
|
2125
|
+
}
|
|
2126
|
+
/**
|
|
2127
|
+
* Layer model data contract.
|
|
2128
|
+
*/
|
|
2129
|
+
export interface LayerModelDc {
|
|
2130
|
+
/** Gets or sets name of layer service. */
|
|
2131
|
+
layerServiceName?: string;
|
|
2132
|
+
/**
|
|
2133
|
+
* Gets or sets layer opacity.
|
|
2134
|
+
* @format float
|
|
2135
|
+
*/
|
|
2136
|
+
layerOpacity?: number;
|
|
2137
|
+
/** Condition to apply to the layer to filter the features. */
|
|
2138
|
+
condition?: string;
|
|
2139
|
+
/** Id of the override style to apply to the layer. If not set, the layer original style is used. */
|
|
2140
|
+
styleId?: string;
|
|
2141
|
+
}
|
|
2007
2142
|
/**
|
|
2008
2143
|
* The description of the layer service as a server task data storage.
|
|
2009
2144
|
*/
|
|
@@ -2018,6 +2153,50 @@ export interface LayerTaskDataStorageDc {
|
|
|
2018
2153
|
createNewService?: boolean;
|
|
2019
2154
|
type?: string;
|
|
2020
2155
|
}
|
|
2156
|
+
/**
|
|
2157
|
+
* Layer template model data contract.
|
|
2158
|
+
*/
|
|
2159
|
+
export interface LayerTemplateModelDc {
|
|
2160
|
+
type?: string;
|
|
2161
|
+
/** Gets or sets map element settings and layers for printing. */
|
|
2162
|
+
map?: LayerMapElementDc | ModelElementDc;
|
|
2163
|
+
/** Check if legend enabled. */
|
|
2164
|
+
legendEnabled?: boolean;
|
|
2165
|
+
/**
|
|
2166
|
+
* Legend layers from client.
|
|
2167
|
+
* Set null for using serverSide generated legend.
|
|
2168
|
+
*/
|
|
2169
|
+
legendLayers?: LegendLayerDc[];
|
|
2170
|
+
/** The name of the result file. */
|
|
2171
|
+
fileName?: string;
|
|
2172
|
+
/** File Format. */
|
|
2173
|
+
fileFormat?: string;
|
|
2174
|
+
/** Gets or sets template name. */
|
|
2175
|
+
templateName?: string;
|
|
2176
|
+
/** Gets or sets template title. */
|
|
2177
|
+
title?: string;
|
|
2178
|
+
/**
|
|
2179
|
+
* Gets or sets paper width.
|
|
2180
|
+
* @format int32
|
|
2181
|
+
*/
|
|
2182
|
+
paperWidth?: number;
|
|
2183
|
+
/**
|
|
2184
|
+
* Gets or sets paper height.
|
|
2185
|
+
* @format int32
|
|
2186
|
+
*/
|
|
2187
|
+
paperHeight?: number;
|
|
2188
|
+
/**
|
|
2189
|
+
* Gets or sets dpi.
|
|
2190
|
+
* @format int32
|
|
2191
|
+
*/
|
|
2192
|
+
dpi?: number;
|
|
2193
|
+
/** Gets or sets paper margin. */
|
|
2194
|
+
margin?: number[];
|
|
2195
|
+
/** Localization of map. */
|
|
2196
|
+
localization?: TemplateLocalizationDc;
|
|
2197
|
+
/** Checks if title enabled. */
|
|
2198
|
+
titleEnabled?: boolean;
|
|
2199
|
+
}
|
|
2021
2200
|
/**
|
|
2022
2201
|
* Information about layer update.
|
|
2023
2202
|
Includes ids of modified features and their bbox.
|
|
@@ -2033,6 +2212,37 @@ export interface LayerUpdateInfoDc {
|
|
|
2033
2212
|
/** Array of deleted ids. */
|
|
2034
2213
|
deletedIds?: ObjectId[];
|
|
2035
2214
|
}
|
|
2215
|
+
/**
|
|
2216
|
+
* Legend layer attribute condition data contract.
|
|
2217
|
+
*/
|
|
2218
|
+
export interface LegendLayerAttributeConditionDc {
|
|
2219
|
+
/** Simply Base64 string. */
|
|
2220
|
+
symbol?: Base64String;
|
|
2221
|
+
/** Legend layer attribute condition string. */
|
|
2222
|
+
value?: string;
|
|
2223
|
+
}
|
|
2224
|
+
/**
|
|
2225
|
+
* Legend layer attribute data contract.
|
|
2226
|
+
*/
|
|
2227
|
+
export interface LegendLayerAttributeDc {
|
|
2228
|
+
/** Legend layer attribute name. */
|
|
2229
|
+
name?: string;
|
|
2230
|
+
/** Legend layer attribute conditions. */
|
|
2231
|
+
conditions?: LegendLayerAttributeConditionDc[];
|
|
2232
|
+
}
|
|
2233
|
+
/**
|
|
2234
|
+
* Legend layer data contract.
|
|
2235
|
+
*/
|
|
2236
|
+
export interface LegendLayerDc {
|
|
2237
|
+
/** Simply Base64 string. */
|
|
2238
|
+
symbol?: Base64String;
|
|
2239
|
+
/** Legend layer name. */
|
|
2240
|
+
name?: string;
|
|
2241
|
+
/** Layer service name. */
|
|
2242
|
+
layerServiceName?: string;
|
|
2243
|
+
/** Legend layer attributes. */
|
|
2244
|
+
attributes?: LegendLayerAttributeDc[];
|
|
2245
|
+
}
|
|
2036
2246
|
/**
|
|
2037
2247
|
* The size of the line ending in a SPCore.Kernel.Rendering.Symbols.SimplePolylineSymbol. The values sent here can be one
|
|
2038
2248
|
of the preset values, or a number representing the size of the ending in pixels for 1px wide lines.
|
|
@@ -2247,6 +2457,21 @@ export interface MaskedImagePointSymbolDc {
|
|
|
2247
2457
|
*/
|
|
2248
2458
|
angle?: ParameterDcDouble;
|
|
2249
2459
|
}
|
|
2460
|
+
/**
|
|
2461
|
+
* Base template model data contract.
|
|
2462
|
+
*/
|
|
2463
|
+
export interface ModelElementDc {
|
|
2464
|
+
/** Check what this model element enabled. */
|
|
2465
|
+
enabled?: boolean;
|
|
2466
|
+
}
|
|
2467
|
+
/**
|
|
2468
|
+
* A multipoint symbol.
|
|
2469
|
+
*/
|
|
2470
|
+
export interface MultipointSymbolDc {
|
|
2471
|
+
type?: string;
|
|
2472
|
+
/** Point symbol that will be used to draw all the points. */
|
|
2473
|
+
pointSymbol?: SymbolDc;
|
|
2474
|
+
}
|
|
2250
2475
|
/**
|
|
2251
2476
|
* Information about a namespace .
|
|
2252
2477
|
*/
|
|
@@ -3276,6 +3501,35 @@ export interface RoutingProviderInfoDc {
|
|
|
3276
3501
|
/** Routing profile (e.g. car, walking, bicycle etc.) */
|
|
3277
3502
|
profile?: string;
|
|
3278
3503
|
}
|
|
3504
|
+
/**
|
|
3505
|
+
* ScaleBar element data contract.
|
|
3506
|
+
*/
|
|
3507
|
+
export interface ScaleBarElementDc {
|
|
3508
|
+
/**
|
|
3509
|
+
* ScaleBar width.
|
|
3510
|
+
* @format int32
|
|
3511
|
+
*/
|
|
3512
|
+
width?: number;
|
|
3513
|
+
/**
|
|
3514
|
+
* ScaleBar height.
|
|
3515
|
+
* @format int32
|
|
3516
|
+
*/
|
|
3517
|
+
height?: number;
|
|
3518
|
+
/**
|
|
3519
|
+
* ScaleBar thickness.
|
|
3520
|
+
* @format int32
|
|
3521
|
+
*/
|
|
3522
|
+
thickness?: number;
|
|
3523
|
+
/** Font for scaleBar. */
|
|
3524
|
+
font?: string;
|
|
3525
|
+
/**
|
|
3526
|
+
* Font size for scaleBar.
|
|
3527
|
+
* @format float
|
|
3528
|
+
*/
|
|
3529
|
+
fontSize?: number;
|
|
3530
|
+
/** Check what this model element enabled. */
|
|
3531
|
+
enabled?: boolean;
|
|
3532
|
+
}
|
|
3279
3533
|
/**
|
|
3280
3534
|
* Suggest user information.
|
|
3281
3535
|
*/
|
|
@@ -3890,6 +4144,41 @@ export interface SquarePointSymbolDc {
|
|
|
3890
4144
|
offset?: ParameterDcDouble[];
|
|
3891
4145
|
}
|
|
3892
4146
|
/**
|
|
4147
|
+
* Describes statistics methods.
|
|
4148
|
+
|
|
4149
|
+
min
|
|
4150
|
+
|
|
4151
|
+
max
|
|
4152
|
+
|
|
4153
|
+
avg
|
|
4154
|
+
|
|
4155
|
+
med
|
|
4156
|
+
|
|
4157
|
+
mod
|
|
4158
|
+
|
|
4159
|
+
sum
|
|
4160
|
+
|
|
4161
|
+
sumOfProduct
|
|
4162
|
+
|
|
4163
|
+
count
|
|
4164
|
+
|
|
4165
|
+
firstLast
|
|
4166
|
+
|
|
4167
|
+
standardDeviation
|
|
4168
|
+
*/
|
|
4169
|
+
export declare enum StatisticsType {
|
|
4170
|
+
Min = "min",
|
|
4171
|
+
Max = "max",
|
|
4172
|
+
Avg = "avg",
|
|
4173
|
+
Med = "med",
|
|
4174
|
+
Mod = "mod",
|
|
4175
|
+
Sum = "sum",
|
|
4176
|
+
SumOfProduct = "sumOfProduct",
|
|
4177
|
+
Count = "count",
|
|
4178
|
+
FirstLast = "firstLast",
|
|
4179
|
+
StandardDeviation = "standardDeviation"
|
|
4180
|
+
}
|
|
4181
|
+
/**
|
|
3893
4182
|
* The `StringSubType` provides information about string attribute subtype.
|
|
3894
4183
|
|
|
3895
4184
|
None
|
|
@@ -4628,6 +4917,12 @@ export interface UserOrRoleDc {
|
|
|
4628
4917
|
/** User own role. */
|
|
4629
4918
|
aclRole?: string;
|
|
4630
4919
|
}
|
|
4920
|
+
export interface Vector2 {
|
|
4921
|
+
/** @format double */
|
|
4922
|
+
x?: number;
|
|
4923
|
+
/** @format double */
|
|
4924
|
+
y?: number;
|
|
4925
|
+
}
|
|
4631
4926
|
/**
|
|
4632
4927
|
* Workspace limits data contract.
|
|
4633
4928
|
*/
|
|
@@ -4647,6 +4942,11 @@ export interface WorkspaceLimitsDc {
|
|
|
4647
4942
|
* @format int32
|
|
4648
4943
|
*/
|
|
4649
4944
|
maxFeaturesInOneTable?: number;
|
|
4945
|
+
/**
|
|
4946
|
+
* Max current features in one table.
|
|
4947
|
+
* @format int64
|
|
4948
|
+
*/
|
|
4949
|
+
currentFeaturesInOneTable?: number;
|
|
4650
4950
|
/**
|
|
4651
4951
|
* Max projects count in workspace.
|
|
4652
4952
|
* @format int32
|
|
@@ -4958,6 +5258,8 @@ export interface GetLayersListParams {
|
|
|
4958
5258
|
orderByFields?: string[];
|
|
4959
5259
|
/** Filters layers by geometry types. */
|
|
4960
5260
|
geometryFilter?: string[];
|
|
5261
|
+
/** ACL in string format `role:permissions;role:permissions`. */
|
|
5262
|
+
acl?: string;
|
|
4961
5263
|
}
|
|
4962
5264
|
export declare type SetPermissionsBatchPayload = ResourceAclDc[];
|
|
4963
5265
|
export interface DeleteResourcesParams {
|
|
@@ -5483,12 +5785,18 @@ export interface GetProjectsListParams {
|
|
|
5483
5785
|
group?: Group;
|
|
5484
5786
|
/** A list of `ProjectInfoDc` fields for sorting. If a field starts with `-` ordering is by descending. */
|
|
5485
5787
|
orderByFields?: string[];
|
|
5788
|
+
/** All available permissions list. */
|
|
5789
|
+
acl?: RolePermissionDc[];
|
|
5486
5790
|
}
|
|
5487
5791
|
/**
|
|
5488
5792
|
* Project extended configuration data contract.
|
|
5489
5793
|
*/
|
|
5490
5794
|
export declare type CreateProjectPayload = ExtendedProjectInfoDc | ResourceInfoDc | ProjectInfoDc;
|
|
5491
5795
|
export declare type SetPermissionsBatchBody = ResourceAclDc[];
|
|
5796
|
+
export interface DeleteResourcesParams9 {
|
|
5797
|
+
/** Resource names. */
|
|
5798
|
+
names?: string[];
|
|
5799
|
+
}
|
|
5492
5800
|
/**
|
|
5493
5801
|
* Project extended configuration data contract.
|
|
5494
5802
|
*/
|
|
@@ -5667,6 +5975,66 @@ export interface DeleteFileParams {
|
|
|
5667
5975
|
/** File id to delete. */
|
|
5668
5976
|
fileid?: string;
|
|
5669
5977
|
}
|
|
5978
|
+
export interface StatisticParams {
|
|
5979
|
+
/** Layer name. */
|
|
5980
|
+
layerName?: string;
|
|
5981
|
+
/** Attribute name. */
|
|
5982
|
+
attribute?: string;
|
|
5983
|
+
/** Condition. */
|
|
5984
|
+
condition?: string;
|
|
5985
|
+
/**
|
|
5986
|
+
* Type of required statistic function.
|
|
5987
|
+
*
|
|
5988
|
+
* min
|
|
5989
|
+
*
|
|
5990
|
+
* max
|
|
5991
|
+
*
|
|
5992
|
+
* avg
|
|
5993
|
+
*
|
|
5994
|
+
* med
|
|
5995
|
+
*
|
|
5996
|
+
* mod
|
|
5997
|
+
*
|
|
5998
|
+
* sum
|
|
5999
|
+
*
|
|
6000
|
+
* sumOfProduct
|
|
6001
|
+
*
|
|
6002
|
+
* count
|
|
6003
|
+
*
|
|
6004
|
+
* firstLast
|
|
6005
|
+
*
|
|
6006
|
+
* standardDeviation
|
|
6007
|
+
*/
|
|
6008
|
+
type?: StatisticsType;
|
|
6009
|
+
}
|
|
6010
|
+
export interface ClassifyParams4 {
|
|
6011
|
+
/** Layer name. */
|
|
6012
|
+
layerName?: string;
|
|
6013
|
+
/** Attribute name. */
|
|
6014
|
+
attribute?: string;
|
|
6015
|
+
/** Layer condition. */
|
|
6016
|
+
condition?: string;
|
|
6017
|
+
/**
|
|
6018
|
+
* The number of classes.
|
|
6019
|
+
* @format int32
|
|
6020
|
+
*/
|
|
6021
|
+
classes?: number;
|
|
6022
|
+
/**
|
|
6023
|
+
* Sets required values precision.
|
|
6024
|
+
* @format int32
|
|
6025
|
+
*/
|
|
6026
|
+
precision?: number;
|
|
6027
|
+
/**
|
|
6028
|
+
* Classification method.
|
|
6029
|
+
*
|
|
6030
|
+
* naturalBreaks
|
|
6031
|
+
*
|
|
6032
|
+
* equalInterval
|
|
6033
|
+
*
|
|
6034
|
+
* quantile
|
|
6035
|
+
*/
|
|
6036
|
+
type?: ClassificationType;
|
|
6037
|
+
}
|
|
5670
6038
|
/**
|
|
5671
6039
|
* Feature layer rendering style.
|
|
5672
6040
|
*/
|
|
@@ -5706,12 +6074,18 @@ export interface GetTableListParams {
|
|
|
5706
6074
|
orderByFields?: string[];
|
|
5707
6075
|
/** Filters layers by geometry types. */
|
|
5708
6076
|
geometryFilter?: string[];
|
|
6077
|
+
/** All available permissions list. */
|
|
6078
|
+
acl?: RolePermissionDc[];
|
|
5709
6079
|
}
|
|
5710
6080
|
/**
|
|
5711
6081
|
* Table description with columns and access control list.
|
|
5712
6082
|
*/
|
|
5713
6083
|
export declare type CreateTablePayload = DetailedTableInfoDc | ResourceInfoDc | TableInfoDc;
|
|
5714
6084
|
export declare type SetPermissionsBatchInput = ResourceAclDc[];
|
|
6085
|
+
export interface DeleteResourcesParams6 {
|
|
6086
|
+
/** Resource names. */
|
|
6087
|
+
names?: string[];
|
|
6088
|
+
}
|
|
5715
6089
|
/**
|
|
5716
6090
|
* Table description with columns what must be added and deleted.
|
|
5717
6091
|
*/
|
|
@@ -5813,7 +6187,7 @@ export interface GetCapabilitiesParams {
|
|
|
5813
6187
|
/** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
|
|
5814
6188
|
AcceptFormats?: string[];
|
|
5815
6189
|
}
|
|
5816
|
-
export interface
|
|
6190
|
+
export interface GetCapabilitiesParams2 {
|
|
5817
6191
|
/** Output format of service metadata. */
|
|
5818
6192
|
Format?: string;
|
|
5819
6193
|
/** Must be WMS. */
|
|
@@ -2125,7 +2125,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
2125
2125
|
} = _ref15,
|
|
2126
2126
|
query = _objectWithoutPropertiesLoose(_ref15, _excluded15);
|
|
2127
2127
|
|
|
2128
|
-
return this.http.get("/layers/" + name + "/classify", query).
|
|
2128
|
+
return this.http.get("/layers/" + name + "/classify", query).json();
|
|
2129
2129
|
}
|
|
2130
2130
|
/**
|
|
2131
2131
|
* No description
|
|
@@ -6312,6 +6312,19 @@ function isFeatureLayer(layer) {
|
|
|
6312
6312
|
ServerTaskStatus["Timeout"] = "Timeout";
|
|
6313
6313
|
})(exports.ServerTaskStatus || (exports.ServerTaskStatus = {}));
|
|
6314
6314
|
|
|
6315
|
+
(function (StatisticsType) {
|
|
6316
|
+
StatisticsType["Min"] = "min";
|
|
6317
|
+
StatisticsType["Max"] = "max";
|
|
6318
|
+
StatisticsType["Avg"] = "avg";
|
|
6319
|
+
StatisticsType["Med"] = "med";
|
|
6320
|
+
StatisticsType["Mod"] = "mod";
|
|
6321
|
+
StatisticsType["Sum"] = "sum";
|
|
6322
|
+
StatisticsType["SumOfProduct"] = "sumOfProduct";
|
|
6323
|
+
StatisticsType["Count"] = "count";
|
|
6324
|
+
StatisticsType["FirstLast"] = "firstLast";
|
|
6325
|
+
StatisticsType["StandardDeviation"] = "standardDeviation";
|
|
6326
|
+
})(exports.StatisticsType || (exports.StatisticsType = {}));
|
|
6327
|
+
|
|
6315
6328
|
(function (StringSubType) {
|
|
6316
6329
|
StringSubType["None"] = "None";
|
|
6317
6330
|
StringSubType["Image"] = "Image";
|