@evergis/api 4.0.21 → 4.0.23
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 +20 -20
- package/README.md +21 -21
- package/dist/Api.d.ts +2 -6
- package/dist/__generated__/AccountService.d.ts +13 -1
- package/dist/__generated__/LayersService.d.ts +1 -97
- package/dist/__generated__/ProjectsService.d.ts +2 -2
- package/dist/__generated__/StatisticService.d.ts +4 -40
- package/dist/__generated__/TablesService.d.ts +2 -2
- package/dist/__generated__/WmsServerService.d.ts +2 -2
- package/dist/__generated__/data-contracts.d.ts +297 -734
- package/dist/api.cjs.development.js +84 -954
- 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 +358 -1226
- package/dist/api.esm.js.map +1 -1
- package/dist/services/Feedback.d.ts +0 -2
- package/dist/services/Statistic.d.ts +0 -7
- package/dist/services/VectorTiles.d.ts +0 -1
- package/dist/services/index.d.ts +0 -4
- package/package.json +3 -3
- package/dist/__generated__/ExternalProvidersService.d.ts +0 -140
- package/dist/__generated__/IceRouterService.d.ts +0 -33
- package/dist/__generated__/PrintService.d.ts +0 -81
- package/dist/__generated__/StyleService.d.ts +0 -81
- package/dist/services/External.d.ts +0 -7
- package/dist/services/IceRouter.d.ts +0 -3
- package/dist/services/Print.d.ts +0 -3
- package/dist/services/Styles.d.ts +0 -3
|
@@ -116,47 +116,47 @@ export interface AggregationDataResultDc {
|
|
|
116
116
|
}
|
|
117
117
|
/**
|
|
118
118
|
*
|
|
119
|
-
|
|
119
|
+
|
|
120
120
|
None
|
|
121
|
-
|
|
121
|
+
|
|
122
122
|
Array
|
|
123
|
-
|
|
123
|
+
|
|
124
124
|
Min
|
|
125
|
-
|
|
125
|
+
|
|
126
126
|
Max
|
|
127
|
-
|
|
127
|
+
|
|
128
128
|
Avg
|
|
129
|
-
|
|
129
|
+
|
|
130
130
|
Sum
|
|
131
|
-
|
|
131
|
+
|
|
132
132
|
Extent
|
|
133
|
-
|
|
133
|
+
|
|
134
134
|
H3
|
|
135
|
-
|
|
135
|
+
|
|
136
136
|
Count
|
|
137
|
-
|
|
137
|
+
|
|
138
138
|
TotalCount
|
|
139
|
-
|
|
139
|
+
|
|
140
140
|
DistinctCount
|
|
141
|
-
|
|
141
|
+
|
|
142
142
|
First
|
|
143
|
-
|
|
143
|
+
|
|
144
144
|
Last
|
|
145
|
-
|
|
145
|
+
|
|
146
146
|
Median
|
|
147
|
-
|
|
147
|
+
|
|
148
148
|
Mod
|
|
149
|
-
|
|
149
|
+
|
|
150
150
|
StdDeviation
|
|
151
|
-
|
|
151
|
+
|
|
152
152
|
SumOfProduct
|
|
153
|
-
|
|
153
|
+
|
|
154
154
|
OnlyValue
|
|
155
|
-
|
|
155
|
+
|
|
156
156
|
WeightedAvg
|
|
157
|
-
|
|
157
|
+
|
|
158
158
|
DensityIndicators
|
|
159
|
-
|
|
159
|
+
|
|
160
160
|
DividedSum
|
|
161
161
|
*/
|
|
162
162
|
export declare enum AggregationFunction {
|
|
@@ -480,7 +480,7 @@ export interface AttributeDefinitionDc {
|
|
|
480
480
|
* Spatial reference identifier type in geometry type column.
|
|
481
481
|
* @format int32
|
|
482
482
|
*/
|
|
483
|
-
|
|
483
|
+
srId?: number;
|
|
484
484
|
/** Information about an attribute icon. */
|
|
485
485
|
icon?: AttributeIconDc;
|
|
486
486
|
}
|
|
@@ -613,13 +613,13 @@ export interface AttributeIconDc {
|
|
|
613
613
|
}
|
|
614
614
|
/**
|
|
615
615
|
*
|
|
616
|
-
|
|
616
|
+
|
|
617
617
|
Unknown
|
|
618
|
-
|
|
618
|
+
|
|
619
619
|
Icon
|
|
620
|
-
|
|
620
|
+
|
|
621
621
|
PNG
|
|
622
|
-
|
|
622
|
+
|
|
623
623
|
SVG
|
|
624
624
|
*/
|
|
625
625
|
export declare enum AttributeIconType {
|
|
@@ -630,13 +630,13 @@ export declare enum AttributeIconType {
|
|
|
630
630
|
}
|
|
631
631
|
/**
|
|
632
632
|
*
|
|
633
|
-
|
|
633
|
+
|
|
634
634
|
None
|
|
635
|
-
|
|
635
|
+
|
|
636
636
|
SelectFromHandBook
|
|
637
|
-
|
|
637
|
+
|
|
638
638
|
SelectFromRange
|
|
639
|
-
|
|
639
|
+
|
|
640
640
|
ViewHandBook
|
|
641
641
|
*/
|
|
642
642
|
export declare enum AttributeSelectorType {
|
|
@@ -647,31 +647,31 @@ export declare enum AttributeSelectorType {
|
|
|
647
647
|
}
|
|
648
648
|
/**
|
|
649
649
|
*
|
|
650
|
-
|
|
650
|
+
|
|
651
651
|
Unknown
|
|
652
|
-
|
|
652
|
+
|
|
653
653
|
String
|
|
654
|
-
|
|
654
|
+
|
|
655
655
|
Int32
|
|
656
|
-
|
|
656
|
+
|
|
657
657
|
Int64
|
|
658
|
-
|
|
658
|
+
|
|
659
659
|
Double
|
|
660
|
-
|
|
660
|
+
|
|
661
661
|
DateTime
|
|
662
|
-
|
|
662
|
+
|
|
663
663
|
Boolean
|
|
664
|
-
|
|
664
|
+
|
|
665
665
|
Point
|
|
666
|
-
|
|
666
|
+
|
|
667
667
|
Polyline
|
|
668
|
-
|
|
668
|
+
|
|
669
669
|
MultiPolygon
|
|
670
|
-
|
|
670
|
+
|
|
671
671
|
Multipoint
|
|
672
|
-
|
|
672
|
+
|
|
673
673
|
H3Index
|
|
674
|
-
|
|
674
|
+
|
|
675
675
|
Json
|
|
676
676
|
*/
|
|
677
677
|
export declare enum AttributeType {
|
|
@@ -710,9 +710,9 @@ export interface AttributesConfigurationDc {
|
|
|
710
710
|
}
|
|
711
711
|
/**
|
|
712
712
|
*
|
|
713
|
-
|
|
713
|
+
|
|
714
714
|
authorization_code
|
|
715
|
-
|
|
715
|
+
|
|
716
716
|
refresh_token
|
|
717
717
|
*/
|
|
718
718
|
export declare enum AuthorizationGrant {
|
|
@@ -740,9 +740,6 @@ export interface AvailiableValuesDc {
|
|
|
740
740
|
/** Dictionary of availiable parameters values. */
|
|
741
741
|
values?: Record<string, ValueDc[] | null>;
|
|
742
742
|
}
|
|
743
|
-
export interface Base64String {
|
|
744
|
-
value?: string;
|
|
745
|
-
}
|
|
746
743
|
/**
|
|
747
744
|
* Provides resources with their acl.
|
|
748
745
|
*/
|
|
@@ -921,19 +918,19 @@ export interface CatalogResourceDc {
|
|
|
921
918
|
}
|
|
922
919
|
/**
|
|
923
920
|
*
|
|
924
|
-
|
|
921
|
+
|
|
925
922
|
Directory
|
|
926
|
-
|
|
923
|
+
|
|
927
924
|
Map
|
|
928
|
-
|
|
925
|
+
|
|
929
926
|
Layer
|
|
930
|
-
|
|
927
|
+
|
|
931
928
|
Table
|
|
932
|
-
|
|
929
|
+
|
|
933
930
|
File
|
|
934
|
-
|
|
931
|
+
|
|
935
932
|
TaskPrototype
|
|
936
|
-
|
|
933
|
+
|
|
937
934
|
DataSource
|
|
938
935
|
*/
|
|
939
936
|
export declare enum CatalogResourceType {
|
|
@@ -978,37 +975,34 @@ export declare type ClassificationRasterSymbolDc = RasterSymbolDc & {
|
|
|
978
975
|
};
|
|
979
976
|
/**
|
|
980
977
|
*
|
|
981
|
-
|
|
978
|
+
|
|
982
979
|
none
|
|
983
|
-
|
|
980
|
+
|
|
984
981
|
naturalBreaks
|
|
985
|
-
|
|
982
|
+
|
|
986
983
|
equalInterval
|
|
987
|
-
|
|
984
|
+
|
|
988
985
|
quantile
|
|
989
|
-
|
|
990
|
-
distinct
|
|
991
|
-
|
|
992
|
-
step
|
|
993
|
-
|
|
986
|
+
|
|
994
987
|
unique
|
|
988
|
+
|
|
989
|
+
step
|
|
995
990
|
*/
|
|
996
991
|
export declare enum ClassificationType {
|
|
997
992
|
None = "none",
|
|
998
993
|
NaturalBreaks = "naturalBreaks",
|
|
999
994
|
EqualInterval = "equalInterval",
|
|
1000
995
|
Quantile = "quantile",
|
|
1001
|
-
|
|
1002
|
-
Step = "step"
|
|
1003
|
-
Unique = "unique"
|
|
996
|
+
Unique = "unique",
|
|
997
|
+
Step = "step"
|
|
1004
998
|
}
|
|
1005
999
|
/**
|
|
1006
1000
|
*
|
|
1007
|
-
|
|
1001
|
+
|
|
1008
1002
|
decimal
|
|
1009
|
-
|
|
1003
|
+
|
|
1010
1004
|
dateTime
|
|
1011
|
-
|
|
1005
|
+
|
|
1012
1006
|
text
|
|
1013
1007
|
*/
|
|
1014
1008
|
export declare enum ClassifyAttributeType {
|
|
@@ -1102,7 +1096,7 @@ export interface ColumnDescriptionDc {
|
|
|
1102
1096
|
* Spatial reference identifier type in geometry type column.
|
|
1103
1097
|
* @format int32
|
|
1104
1098
|
*/
|
|
1105
|
-
|
|
1099
|
+
srId?: number;
|
|
1106
1100
|
/** Ensures that the data in the column is unique across all rows in a table. */
|
|
1107
1101
|
isUnique?: boolean;
|
|
1108
1102
|
/** If sets true, index will be configured. */
|
|
@@ -1144,55 +1138,55 @@ export interface ConfigDc {
|
|
|
1144
1138
|
}
|
|
1145
1139
|
/**
|
|
1146
1140
|
*
|
|
1147
|
-
|
|
1141
|
+
|
|
1148
1142
|
Unknown
|
|
1149
|
-
|
|
1143
|
+
|
|
1150
1144
|
SerializeError
|
|
1151
|
-
|
|
1145
|
+
|
|
1152
1146
|
InvalidDataService
|
|
1153
|
-
|
|
1147
|
+
|
|
1154
1148
|
InvalidConfiguration
|
|
1155
|
-
|
|
1149
|
+
|
|
1156
1150
|
InvalidDataServiceName
|
|
1157
|
-
|
|
1151
|
+
|
|
1158
1152
|
InvalidTableName
|
|
1159
|
-
|
|
1153
|
+
|
|
1160
1154
|
InvalidLayerName
|
|
1161
|
-
|
|
1155
|
+
|
|
1162
1156
|
ResourceNotFound
|
|
1163
|
-
|
|
1157
|
+
|
|
1164
1158
|
InvalidCondition
|
|
1165
|
-
|
|
1159
|
+
|
|
1166
1160
|
InvalidAttributes
|
|
1167
|
-
|
|
1161
|
+
|
|
1168
1162
|
InvalidIdAttribute
|
|
1169
|
-
|
|
1163
|
+
|
|
1170
1164
|
InvalidGeometryAttribute
|
|
1171
|
-
|
|
1165
|
+
|
|
1172
1166
|
InvalidGeometryAttributeType
|
|
1173
|
-
|
|
1167
|
+
|
|
1174
1168
|
InvalidColumnName
|
|
1175
|
-
|
|
1169
|
+
|
|
1176
1170
|
InvalidIdColumnSettings
|
|
1177
|
-
|
|
1171
|
+
|
|
1178
1172
|
ColumnNotExistsInTable
|
|
1179
|
-
|
|
1173
|
+
|
|
1180
1174
|
InvalidStyle
|
|
1181
|
-
|
|
1175
|
+
|
|
1182
1176
|
InvalidLayerType
|
|
1183
|
-
|
|
1177
|
+
|
|
1184
1178
|
ColumnLoadingError
|
|
1185
|
-
|
|
1179
|
+
|
|
1186
1180
|
InvalidAttributeFormat
|
|
1187
|
-
|
|
1181
|
+
|
|
1188
1182
|
DataSourceNotFound
|
|
1189
|
-
|
|
1183
|
+
|
|
1190
1184
|
DuplicateColumns
|
|
1191
|
-
|
|
1185
|
+
|
|
1192
1186
|
DuplicateAttributes
|
|
1193
|
-
|
|
1187
|
+
|
|
1194
1188
|
TableWithoutColumns
|
|
1195
|
-
|
|
1189
|
+
|
|
1196
1190
|
InvalidTableReferenceConfiguration
|
|
1197
1191
|
*/
|
|
1198
1192
|
export declare enum ConfigurationErrorEnum {
|
|
@@ -1510,13 +1504,13 @@ export interface DataSourceInfoDc {
|
|
|
1510
1504
|
}
|
|
1511
1505
|
/**
|
|
1512
1506
|
*
|
|
1513
|
-
|
|
1507
|
+
|
|
1514
1508
|
Postgres
|
|
1515
|
-
|
|
1509
|
+
|
|
1516
1510
|
Trino
|
|
1517
|
-
|
|
1511
|
+
|
|
1518
1512
|
S3
|
|
1519
|
-
|
|
1513
|
+
|
|
1520
1514
|
GisServer
|
|
1521
1515
|
*/
|
|
1522
1516
|
export declare enum DataSourceType {
|
|
@@ -1647,15 +1641,15 @@ export interface ErrorDetailsDc {
|
|
|
1647
1641
|
}
|
|
1648
1642
|
/**
|
|
1649
1643
|
* Type of the error.
|
|
1650
|
-
|
|
1644
|
+
|
|
1651
1645
|
ResourceLimitExceeded
|
|
1652
|
-
|
|
1646
|
+
|
|
1653
1647
|
ResourceNotFound
|
|
1654
|
-
|
|
1648
|
+
|
|
1655
1649
|
InternalError
|
|
1656
|
-
|
|
1650
|
+
|
|
1657
1651
|
BadRequest
|
|
1658
|
-
|
|
1652
|
+
|
|
1659
1653
|
DuplicateContent
|
|
1660
1654
|
*/
|
|
1661
1655
|
export declare enum ErrorDetailsType {
|
|
@@ -2199,11 +2193,11 @@ export interface FilterResponseDc {
|
|
|
2199
2193
|
}
|
|
2200
2194
|
/**
|
|
2201
2195
|
* Sets whether font should be styled.
|
|
2202
|
-
|
|
2196
|
+
|
|
2203
2197
|
normal
|
|
2204
|
-
|
|
2198
|
+
|
|
2205
2199
|
oblique
|
|
2206
|
-
|
|
2200
|
+
|
|
2207
2201
|
italic
|
|
2208
2202
|
*/
|
|
2209
2203
|
export declare enum FontStyle {
|
|
@@ -2213,27 +2207,27 @@ export declare enum FontStyle {
|
|
|
2213
2207
|
}
|
|
2214
2208
|
/**
|
|
2215
2209
|
* Specifies the weight (or boldness) of the font.
|
|
2216
|
-
|
|
2210
|
+
|
|
2217
2211
|
Thin
|
|
2218
|
-
|
|
2212
|
+
|
|
2219
2213
|
ExtraLight
|
|
2220
|
-
|
|
2214
|
+
|
|
2221
2215
|
Light
|
|
2222
|
-
|
|
2216
|
+
|
|
2223
2217
|
SemiLight
|
|
2224
|
-
|
|
2218
|
+
|
|
2225
2219
|
Normal
|
|
2226
|
-
|
|
2220
|
+
|
|
2227
2221
|
Medium
|
|
2228
|
-
|
|
2222
|
+
|
|
2229
2223
|
DemiBold
|
|
2230
|
-
|
|
2224
|
+
|
|
2231
2225
|
Bold
|
|
2232
|
-
|
|
2226
|
+
|
|
2233
2227
|
ExtraBold
|
|
2234
|
-
|
|
2228
|
+
|
|
2235
2229
|
Black
|
|
2236
|
-
|
|
2230
|
+
|
|
2237
2231
|
ExtraBlack
|
|
2238
2232
|
*/
|
|
2239
2233
|
export declare enum FontWeight {
|
|
@@ -2320,21 +2314,21 @@ export interface GeometryDc {
|
|
|
2320
2314
|
* Spatial reference id.
|
|
2321
2315
|
* @format int32
|
|
2322
2316
|
*/
|
|
2323
|
-
|
|
2317
|
+
srId?: number;
|
|
2324
2318
|
}
|
|
2325
2319
|
/**
|
|
2326
2320
|
*
|
|
2327
|
-
|
|
2321
|
+
|
|
2328
2322
|
unknown
|
|
2329
|
-
|
|
2323
|
+
|
|
2330
2324
|
point
|
|
2331
|
-
|
|
2325
|
+
|
|
2332
2326
|
polyline
|
|
2333
|
-
|
|
2327
|
+
|
|
2334
2328
|
multipolygon
|
|
2335
|
-
|
|
2329
|
+
|
|
2336
2330
|
envelope
|
|
2337
|
-
|
|
2331
|
+
|
|
2338
2332
|
multipoint
|
|
2339
2333
|
*/
|
|
2340
2334
|
export declare enum GeometryType {
|
|
@@ -2392,7 +2386,7 @@ export interface GetBulkFeaturesParametersDc {
|
|
|
2392
2386
|
* Spatial reference of returned features.
|
|
2393
2387
|
* @format int32
|
|
2394
2388
|
*/
|
|
2395
|
-
|
|
2389
|
+
srId?: number;
|
|
2396
2390
|
/** If set to true, the geometry will not be returned for features. */
|
|
2397
2391
|
withGeom?: boolean;
|
|
2398
2392
|
/**
|
|
@@ -2458,11 +2452,9 @@ export interface GetClassifyDc {
|
|
|
2458
2452
|
*
|
|
2459
2453
|
* quantile
|
|
2460
2454
|
*
|
|
2461
|
-
*
|
|
2455
|
+
* unique
|
|
2462
2456
|
*
|
|
2463
2457
|
* step
|
|
2464
|
-
*
|
|
2465
|
-
* unique
|
|
2466
2458
|
*/
|
|
2467
2459
|
type?: ClassificationType;
|
|
2468
2460
|
/**
|
|
@@ -2506,7 +2498,7 @@ export interface GetFeaturesParametersDc {
|
|
|
2506
2498
|
* Spatial reference of returned features.
|
|
2507
2499
|
* @format int32
|
|
2508
2500
|
*/
|
|
2509
|
-
|
|
2501
|
+
srId?: number;
|
|
2510
2502
|
/** If set to true, the geometry will not be returned for features. */
|
|
2511
2503
|
withGeom?: boolean;
|
|
2512
2504
|
/**
|
|
@@ -2569,22 +2561,15 @@ export interface GetSumOfProductDc {
|
|
|
2569
2561
|
/** Filter query geometries. */
|
|
2570
2562
|
geometries?: QueryGeometryDc[];
|
|
2571
2563
|
}
|
|
2572
|
-
/**
|
|
2573
|
-
* Map element data contract.
|
|
2574
|
-
*/
|
|
2575
|
-
export declare type GridElementDc = ModelElementDc & {
|
|
2576
|
-
color?: string;
|
|
2577
|
-
gridThickness?: number;
|
|
2578
|
-
};
|
|
2579
2564
|
/**
|
|
2580
2565
|
* Resource group.
|
|
2581
|
-
|
|
2566
|
+
|
|
2582
2567
|
my
|
|
2583
|
-
|
|
2568
|
+
|
|
2584
2569
|
role
|
|
2585
|
-
|
|
2570
|
+
|
|
2586
2571
|
public
|
|
2587
|
-
|
|
2572
|
+
|
|
2588
2573
|
all
|
|
2589
2574
|
*/
|
|
2590
2575
|
export declare enum Group {
|
|
@@ -2626,74 +2611,6 @@ export declare type HexGridSymbolDc = SymbolDc & {
|
|
|
2626
2611
|
aggregations?: Record<string, AggregationFunction>;
|
|
2627
2612
|
};
|
|
2628
2613
|
export declare type IAsyncEnumerableLivePreviewDc = object;
|
|
2629
|
-
/**
|
|
2630
|
-
* Attributes provides by router to describe route.
|
|
2631
|
-
*/
|
|
2632
|
-
export interface IceRouteAttributesDc {
|
|
2633
|
-
/** Gets route builder mode. */
|
|
2634
|
-
type?: string;
|
|
2635
|
-
/** Gets route title. */
|
|
2636
|
-
title?: string;
|
|
2637
|
-
/**
|
|
2638
|
-
* Gets route build time.
|
|
2639
|
-
* @format double
|
|
2640
|
-
*/
|
|
2641
|
-
time?: number;
|
|
2642
|
-
/**
|
|
2643
|
-
* Gets route distance.
|
|
2644
|
-
* @format double
|
|
2645
|
-
*/
|
|
2646
|
-
distance?: number;
|
|
2647
|
-
}
|
|
2648
|
-
/**
|
|
2649
|
-
* Provides description of result of ice router.
|
|
2650
|
-
*/
|
|
2651
|
-
export interface IceRouteDc {
|
|
2652
|
-
/** Attributes provides by router to describe route. */
|
|
2653
|
-
attributes?: IceRouteAttributesDc;
|
|
2654
|
-
/** Route geometry. */
|
|
2655
|
-
geometry?: IceRouteGeometryDc;
|
|
2656
|
-
/** Gets false if route build process failed. */
|
|
2657
|
-
isSuccess?: boolean;
|
|
2658
|
-
/** Gets error message if route build process failed. */
|
|
2659
|
-
error?: string;
|
|
2660
|
-
}
|
|
2661
|
-
/**
|
|
2662
|
-
* Route geometry.
|
|
2663
|
-
*/
|
|
2664
|
-
export interface IceRouteGeometryDc {
|
|
2665
|
-
/** Gets type of geometry. */
|
|
2666
|
-
type?: string;
|
|
2667
|
-
/** Gets polyline coordinates. */
|
|
2668
|
-
coordinates?: number[][];
|
|
2669
|
-
}
|
|
2670
|
-
/**
|
|
2671
|
-
* Data contract to start ice routing task.
|
|
2672
|
-
*/
|
|
2673
|
-
export interface IceRouteTaskDc {
|
|
2674
|
-
/** Gets or sets start point. */
|
|
2675
|
-
start: number[];
|
|
2676
|
-
/** Gets or sets end point. */
|
|
2677
|
-
end: number[];
|
|
2678
|
-
}
|
|
2679
|
-
/**
|
|
2680
|
-
* Provides result of ice route builder.
|
|
2681
|
-
*/
|
|
2682
|
-
export interface IceRouterResultDc {
|
|
2683
|
-
/** Gets status the task is done. */
|
|
2684
|
-
isDone?: boolean;
|
|
2685
|
-
/**
|
|
2686
|
-
* Gets list of the result tasks. Provides with status "completed".
|
|
2687
|
-
*
|
|
2688
|
-
*
|
|
2689
|
-
* Routes array contains three routes of types.
|
|
2690
|
-
* 1. Economic.
|
|
2691
|
-
* 2. Optimum.
|
|
2692
|
-
* 3. Fast.
|
|
2693
|
-
*
|
|
2694
|
-
*/
|
|
2695
|
-
routes?: IceRouteDc[];
|
|
2696
|
-
}
|
|
2697
2614
|
/**
|
|
2698
2615
|
* A single image point symbol with an outer stroke.
|
|
2699
2616
|
*/
|
|
@@ -2818,47 +2735,12 @@ export interface LayerDefinitionDc {
|
|
|
2818
2735
|
* The spatial reference of the layer.
|
|
2819
2736
|
* @format int32
|
|
2820
2737
|
*/
|
|
2821
|
-
|
|
2738
|
+
srId?: number;
|
|
2822
2739
|
/** Sets false if the layer is readonly. */
|
|
2823
2740
|
isEditable?: boolean;
|
|
2824
2741
|
/** The description of the attributes of the layer. */
|
|
2825
2742
|
attributes: Record<string, AttributeDefinitionDc>;
|
|
2826
2743
|
}
|
|
2827
|
-
/**
|
|
2828
|
-
* Map element data contract.
|
|
2829
|
-
*/
|
|
2830
|
-
export declare type LayerMapElementDc = ModelElementDc & {
|
|
2831
|
-
layers?: LayerModelDc[] | null;
|
|
2832
|
-
mapCenter?: PositionDc;
|
|
2833
|
-
paperWidth?: number;
|
|
2834
|
-
paperHeight?: number;
|
|
2835
|
-
spatialReference?: number;
|
|
2836
|
-
resolution?: number;
|
|
2837
|
-
gridElement?: GridElementDc;
|
|
2838
|
-
scaleBar?: ScaleBarElementDc;
|
|
2839
|
-
};
|
|
2840
|
-
/**
|
|
2841
|
-
* Layer model data contract.
|
|
2842
|
-
*/
|
|
2843
|
-
export interface LayerModelDc {
|
|
2844
|
-
/** Gets or sets name of layer service. */
|
|
2845
|
-
layerServiceName?: string;
|
|
2846
|
-
/**
|
|
2847
|
-
* Gets or sets layer opacity.
|
|
2848
|
-
* @format float
|
|
2849
|
-
*/
|
|
2850
|
-
layerOpacity?: number;
|
|
2851
|
-
/** Condition to apply to the layer to filter the features. */
|
|
2852
|
-
conditions?: string[];
|
|
2853
|
-
/** Query parameters. */
|
|
2854
|
-
parameters?: Record<string, any>;
|
|
2855
|
-
/** Filter query geometries. */
|
|
2856
|
-
geometries?: QueryGeometryDc[];
|
|
2857
|
-
/** Id of the override style to apply to the layer. If not set, the layer original style is used. */
|
|
2858
|
-
styleId?: string;
|
|
2859
|
-
/** Id of the override data filter to apply to the layer. If not set, the layer original data filter is used. */
|
|
2860
|
-
dataFilterId?: string;
|
|
2861
|
-
}
|
|
2862
2744
|
/**
|
|
2863
2745
|
* Layer reference configuration.
|
|
2864
2746
|
*/
|
|
@@ -2874,15 +2756,6 @@ export interface LayerReferenceConfigurationDc {
|
|
|
2874
2756
|
/** Id of the reference. */
|
|
2875
2757
|
referenceId?: string;
|
|
2876
2758
|
}
|
|
2877
|
-
/**
|
|
2878
|
-
* Layer template model data contract.
|
|
2879
|
-
*/
|
|
2880
|
-
export declare type LayerTemplateModelDc = TemplateModelDc & {
|
|
2881
|
-
type?: string | null;
|
|
2882
|
-
map?: LayerMapElementDc;
|
|
2883
|
-
legendEnabled?: boolean;
|
|
2884
|
-
legendLayers?: LegendLayerDc[] | null;
|
|
2885
|
-
};
|
|
2886
2759
|
/**
|
|
2887
2760
|
* Information about layer update.
|
|
2888
2761
|
Includes ids of modified features and their bbox.
|
|
@@ -2899,57 +2772,15 @@ export interface LayerUpdateInfoDc {
|
|
|
2899
2772
|
/** Array of deleted ids. */
|
|
2900
2773
|
deletedIds?: ObjectId[];
|
|
2901
2774
|
}
|
|
2902
|
-
/**
|
|
2903
|
-
* Legend layer attribute condition data contract.
|
|
2904
|
-
*/
|
|
2905
|
-
export interface LegendLayerAttributeConditionDc {
|
|
2906
|
-
symbol?: Base64String;
|
|
2907
|
-
/** Legend layer attribute condition string. */
|
|
2908
|
-
value?: string;
|
|
2909
|
-
}
|
|
2910
|
-
/**
|
|
2911
|
-
* Legend layer attribute data contract.
|
|
2912
|
-
*/
|
|
2913
|
-
export interface LegendLayerAttributeDc {
|
|
2914
|
-
/** Legend layer attribute name. */
|
|
2915
|
-
name?: string;
|
|
2916
|
-
/** Legend layer attribute conditions. */
|
|
2917
|
-
conditions?: LegendLayerAttributeConditionDc[];
|
|
2918
|
-
/** Query parameters. */
|
|
2919
|
-
parameters?: Record<string, any>;
|
|
2920
|
-
/** Filter query geometries. */
|
|
2921
|
-
geometries?: QueryGeometryDc[];
|
|
2922
|
-
}
|
|
2923
|
-
/**
|
|
2924
|
-
* Legend layer data contract.
|
|
2925
|
-
*/
|
|
2926
|
-
export interface LegendLayerDc {
|
|
2927
|
-
symbol?: Base64String;
|
|
2928
|
-
/** Legend layer name. */
|
|
2929
|
-
name?: string;
|
|
2930
|
-
/** Layer service name. */
|
|
2931
|
-
layerServiceName?: string;
|
|
2932
|
-
/** Legend layer attributes. */
|
|
2933
|
-
attributes?: LegendLayerAttributeDc[];
|
|
2934
|
-
}
|
|
2935
|
-
/**
|
|
2936
|
-
* Legend template model data contract.
|
|
2937
|
-
*/
|
|
2938
|
-
export declare type LegendTemplateModelDc = TemplateModelDc & {
|
|
2939
|
-
layers?: LayerModelDc[] | null;
|
|
2940
|
-
legendEnabled?: boolean;
|
|
2941
|
-
legendLayers?: LegendLayerDc[] | null;
|
|
2942
|
-
type?: string | null;
|
|
2943
|
-
};
|
|
2944
2775
|
/**
|
|
2945
2776
|
* Specifies the settings of line cap. This is applied to the beginning and end of each non-closed line.
|
|
2946
|
-
|
|
2777
|
+
|
|
2947
2778
|
Flat
|
|
2948
|
-
|
|
2779
|
+
|
|
2949
2780
|
Square
|
|
2950
|
-
|
|
2781
|
+
|
|
2951
2782
|
Round
|
|
2952
|
-
|
|
2783
|
+
|
|
2953
2784
|
Triangle
|
|
2954
2785
|
*/
|
|
2955
2786
|
export declare enum LineCapStyle {
|
|
@@ -2993,29 +2824,29 @@ export interface LineEndingBaseDc {
|
|
|
2993
2824
|
}
|
|
2994
2825
|
/**
|
|
2995
2826
|
* Type of the line ending.
|
|
2996
|
-
|
|
2827
|
+
|
|
2997
2828
|
none
|
|
2998
|
-
|
|
2829
|
+
|
|
2999
2830
|
arrow
|
|
3000
|
-
|
|
2831
|
+
|
|
3001
2832
|
filledArrow
|
|
3002
|
-
|
|
2833
|
+
|
|
3003
2834
|
square
|
|
3004
|
-
|
|
2835
|
+
|
|
3005
2836
|
filledSquare
|
|
3006
|
-
|
|
2837
|
+
|
|
3007
2838
|
circle
|
|
3008
|
-
|
|
2839
|
+
|
|
3009
2840
|
filledCircle
|
|
3010
|
-
|
|
2841
|
+
|
|
3011
2842
|
diamond
|
|
3012
|
-
|
|
2843
|
+
|
|
3013
2844
|
filledDiamond
|
|
3014
|
-
|
|
2845
|
+
|
|
3015
2846
|
roundSquare
|
|
3016
|
-
|
|
2847
|
+
|
|
3017
2848
|
filledRoundSquare
|
|
3018
|
-
|
|
2849
|
+
|
|
3019
2850
|
svg
|
|
3020
2851
|
*/
|
|
3021
2852
|
export declare enum LineEndingType {
|
|
@@ -3034,11 +2865,11 @@ export declare enum LineEndingType {
|
|
|
3034
2865
|
}
|
|
3035
2866
|
/**
|
|
3036
2867
|
* Specifies the settings of lines join. This is applied to corners in lines and rectangles.
|
|
3037
|
-
|
|
2868
|
+
|
|
3038
2869
|
Miter
|
|
3039
|
-
|
|
2870
|
+
|
|
3040
2871
|
Bevel
|
|
3041
|
-
|
|
2872
|
+
|
|
3042
2873
|
Round
|
|
3043
2874
|
*/
|
|
3044
2875
|
export declare enum LineJoinType {
|
|
@@ -3134,7 +2965,7 @@ export interface LoginResultDc {
|
|
|
3134
2965
|
}
|
|
3135
2966
|
/**
|
|
3136
2967
|
* SPCore.Connectors.Connectors.Base.Models.Data.MapTableInfoDc provides information to create datasource and maps it to exists database table.
|
|
3137
|
-
|
|
2968
|
+
|
|
3138
2969
|
SPCore.Connectors.Connectors.Base.Models.Data.MapTableInfoDc.Name can be materialized view or view.
|
|
3139
2970
|
*/
|
|
3140
2971
|
export interface MapTableInfoDc {
|
|
@@ -3191,13 +3022,6 @@ export declare type Model3DSymbolDc = SymbolDc & {
|
|
|
3191
3022
|
size?: ParameterDcDouble;
|
|
3192
3023
|
angle?: ParameterDcDouble;
|
|
3193
3024
|
};
|
|
3194
|
-
/**
|
|
3195
|
-
* Base template model data contract.
|
|
3196
|
-
*/
|
|
3197
|
-
export interface ModelElementDc {
|
|
3198
|
-
/** Check what this model element enabled. */
|
|
3199
|
-
enabled?: boolean;
|
|
3200
|
-
}
|
|
3201
3025
|
/**
|
|
3202
3026
|
* MosRu data source.
|
|
3203
3027
|
*/
|
|
@@ -3236,6 +3060,24 @@ export declare type MultipointSymbolDc = SymbolDc & {
|
|
|
3236
3060
|
type?: string | null;
|
|
3237
3061
|
pointSymbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | Model3DSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | CombinedSvgSymbolDc | SvgSymbolDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc | null;
|
|
3238
3062
|
};
|
|
3063
|
+
/**
|
|
3064
|
+
* Information about a namespace .
|
|
3065
|
+
*/
|
|
3066
|
+
export interface NamespaceInfoDc {
|
|
3067
|
+
/** Name of the namespace. */
|
|
3068
|
+
name?: string;
|
|
3069
|
+
/** Owner of the namespace. */
|
|
3070
|
+
owner?: string;
|
|
3071
|
+
/** Db schema for the namespace. */
|
|
3072
|
+
schema?: string;
|
|
3073
|
+
/**
|
|
3074
|
+
* Date when the namespace was created.
|
|
3075
|
+
* @format date-time
|
|
3076
|
+
*/
|
|
3077
|
+
created?: string;
|
|
3078
|
+
/** Access control list. */
|
|
3079
|
+
acl?: Record<string, Permissions>;
|
|
3080
|
+
}
|
|
3239
3081
|
/**
|
|
3240
3082
|
* RasterMetaDc.
|
|
3241
3083
|
*/
|
|
@@ -3263,11 +3105,11 @@ export interface OperationExtendedProjectInfoDcV2 {
|
|
|
3263
3105
|
}
|
|
3264
3106
|
/**
|
|
3265
3107
|
* Filter exists resources by owner.
|
|
3266
|
-
|
|
3108
|
+
|
|
3267
3109
|
My
|
|
3268
|
-
|
|
3110
|
+
|
|
3269
3111
|
Shared
|
|
3270
|
-
|
|
3112
|
+
|
|
3271
3113
|
Public
|
|
3272
3114
|
*/
|
|
3273
3115
|
export declare enum OwnerFilter {
|
|
@@ -3484,9 +3326,9 @@ export declare type PatternBrushDc = FillBrushDc & {
|
|
|
3484
3326
|
};
|
|
3485
3327
|
/**
|
|
3486
3328
|
* Influences the y direction of the tile coordinates. The global-mercator (aka Spherical Mercator) profile is assumed.
|
|
3487
|
-
|
|
3329
|
+
|
|
3488
3330
|
xyz
|
|
3489
|
-
|
|
3331
|
+
|
|
3490
3332
|
tms
|
|
3491
3333
|
*/
|
|
3492
3334
|
export declare enum PbfSchema {
|
|
@@ -3507,19 +3349,19 @@ export declare type PbfServiceInfoDc = ProxyServiceInfoDc & {
|
|
|
3507
3349
|
};
|
|
3508
3350
|
/**
|
|
3509
3351
|
*
|
|
3510
|
-
|
|
3352
|
+
|
|
3511
3353
|
none
|
|
3512
|
-
|
|
3354
|
+
|
|
3513
3355
|
configure
|
|
3514
|
-
|
|
3356
|
+
|
|
3515
3357
|
write
|
|
3516
|
-
|
|
3358
|
+
|
|
3517
3359
|
read
|
|
3518
|
-
|
|
3360
|
+
|
|
3519
3361
|
read,configure
|
|
3520
|
-
|
|
3362
|
+
|
|
3521
3363
|
read,write
|
|
3522
|
-
|
|
3364
|
+
|
|
3523
3365
|
read,write,configure
|
|
3524
3366
|
*/
|
|
3525
3367
|
export declare enum Permissions {
|
|
@@ -3571,21 +3413,21 @@ export interface PolicyDc {
|
|
|
3571
3413
|
}
|
|
3572
3414
|
/**
|
|
3573
3415
|
* Type of the authorization policy.
|
|
3574
|
-
|
|
3416
|
+
|
|
3575
3417
|
Unknown
|
|
3576
|
-
|
|
3418
|
+
|
|
3577
3419
|
CreateTable
|
|
3578
|
-
|
|
3420
|
+
|
|
3579
3421
|
CreateLayer
|
|
3580
|
-
|
|
3422
|
+
|
|
3581
3423
|
CreateProject
|
|
3582
|
-
|
|
3424
|
+
|
|
3583
3425
|
MaxFeaturesInOneTable
|
|
3584
|
-
|
|
3426
|
+
|
|
3585
3427
|
MaxObjectsToExport
|
|
3586
|
-
|
|
3428
|
+
|
|
3587
3429
|
MaxUploadContentSize
|
|
3588
|
-
|
|
3430
|
+
|
|
3589
3431
|
MaxEqlQueryParametersValues
|
|
3590
3432
|
*/
|
|
3591
3433
|
export declare enum PolicyType {
|
|
@@ -3740,7 +3582,7 @@ export interface ProjectConfigurationDc {
|
|
|
3740
3582
|
* Map spatial reference code.
|
|
3741
3583
|
* @format int32
|
|
3742
3584
|
*/
|
|
3743
|
-
|
|
3585
|
+
srId?: number;
|
|
3744
3586
|
/** Base map service name. */
|
|
3745
3587
|
baseMapName?: string;
|
|
3746
3588
|
/** Client data storage. Expecting not used by server. */
|
|
@@ -4012,11 +3854,11 @@ export declare type PythonTaskMethodConfigurationDc = TaskMethodConfigurationDc
|
|
|
4012
3854
|
};
|
|
4013
3855
|
/**
|
|
4014
3856
|
* Stream quality.
|
|
4015
|
-
|
|
3857
|
+
|
|
4016
3858
|
Low
|
|
4017
|
-
|
|
3859
|
+
|
|
4018
3860
|
Medium
|
|
4019
|
-
|
|
3861
|
+
|
|
4020
3862
|
High
|
|
4021
3863
|
*/
|
|
4022
3864
|
export declare enum Quality {
|
|
@@ -4054,7 +3896,7 @@ export declare type QueryLayerServiceConfigurationDc = ServiceConfigurationBaseD
|
|
|
4054
3896
|
ds?: string | null;
|
|
4055
3897
|
eql?: string | null;
|
|
4056
3898
|
eqlParameters?: Record<string, QueryLayerServiceEqlParameterConfigurationDc>;
|
|
4057
|
-
|
|
3899
|
+
srId?: number | null;
|
|
4058
3900
|
geometryType?: AttributeType;
|
|
4059
3901
|
attributesConfiguration?: EqlAttributesConfigurationDc;
|
|
4060
3902
|
style?: StyleDc;
|
|
@@ -4372,8 +4214,11 @@ export interface RasterMetaDc {
|
|
|
4372
4214
|
rasterSizeInBytes?: number;
|
|
4373
4215
|
/** BoundingBox. */
|
|
4374
4216
|
boundingBox?: number[];
|
|
4375
|
-
/**
|
|
4376
|
-
|
|
4217
|
+
/**
|
|
4218
|
+
* Spatial reference.
|
|
4219
|
+
* @format int32
|
|
4220
|
+
*/
|
|
4221
|
+
srId?: number;
|
|
4377
4222
|
/** Bands. */
|
|
4378
4223
|
bands?: RasterBandMetaDc[];
|
|
4379
4224
|
}
|
|
@@ -4447,23 +4292,23 @@ export interface RegisterUserDc {
|
|
|
4447
4292
|
}
|
|
4448
4293
|
/**
|
|
4449
4294
|
*
|
|
4450
|
-
|
|
4295
|
+
|
|
4451
4296
|
Init
|
|
4452
|
-
|
|
4297
|
+
|
|
4453
4298
|
Process
|
|
4454
|
-
|
|
4299
|
+
|
|
4455
4300
|
Completed
|
|
4456
|
-
|
|
4301
|
+
|
|
4457
4302
|
Interrupted
|
|
4458
|
-
|
|
4303
|
+
|
|
4459
4304
|
Error
|
|
4460
|
-
|
|
4305
|
+
|
|
4461
4306
|
Timeout
|
|
4462
|
-
|
|
4307
|
+
|
|
4463
4308
|
Waiting
|
|
4464
|
-
|
|
4309
|
+
|
|
4465
4310
|
InQueue
|
|
4466
|
-
|
|
4311
|
+
|
|
4467
4312
|
Unknown
|
|
4468
4313
|
*/
|
|
4469
4314
|
export declare enum RemoteTaskStatus {
|
|
@@ -4683,15 +4528,15 @@ export interface ResourceParentDc {
|
|
|
4683
4528
|
}
|
|
4684
4529
|
/**
|
|
4685
4530
|
* Resources types filter.
|
|
4686
|
-
|
|
4531
|
+
|
|
4687
4532
|
RemoteTileService
|
|
4688
|
-
|
|
4533
|
+
|
|
4689
4534
|
ProxyService
|
|
4690
|
-
|
|
4535
|
+
|
|
4691
4536
|
PostgresLayerService
|
|
4692
|
-
|
|
4537
|
+
|
|
4693
4538
|
QueryLayerService
|
|
4694
|
-
|
|
4539
|
+
|
|
4695
4540
|
TileCatalogTable
|
|
4696
4541
|
*/
|
|
4697
4542
|
export declare enum ResourceSubTypeFilter {
|
|
@@ -4703,21 +4548,21 @@ export declare enum ResourceSubTypeFilter {
|
|
|
4703
4548
|
}
|
|
4704
4549
|
/**
|
|
4705
4550
|
*
|
|
4706
|
-
|
|
4551
|
+
|
|
4707
4552
|
Unknown
|
|
4708
|
-
|
|
4553
|
+
|
|
4709
4554
|
table
|
|
4710
|
-
|
|
4555
|
+
|
|
4711
4556
|
layer
|
|
4712
|
-
|
|
4557
|
+
|
|
4713
4558
|
project
|
|
4714
|
-
|
|
4559
|
+
|
|
4715
4560
|
file
|
|
4716
|
-
|
|
4561
|
+
|
|
4717
4562
|
feature
|
|
4718
|
-
|
|
4563
|
+
|
|
4719
4564
|
tag
|
|
4720
|
-
|
|
4565
|
+
|
|
4721
4566
|
datasource
|
|
4722
4567
|
*/
|
|
4723
4568
|
export declare enum ResourceType {
|
|
@@ -4732,23 +4577,23 @@ export declare enum ResourceType {
|
|
|
4732
4577
|
}
|
|
4733
4578
|
/**
|
|
4734
4579
|
* Resources types filter.
|
|
4735
|
-
|
|
4580
|
+
|
|
4736
4581
|
Map
|
|
4737
|
-
|
|
4582
|
+
|
|
4738
4583
|
Layer
|
|
4739
|
-
|
|
4584
|
+
|
|
4740
4585
|
Table
|
|
4741
|
-
|
|
4586
|
+
|
|
4742
4587
|
RasterCatalog
|
|
4743
|
-
|
|
4588
|
+
|
|
4744
4589
|
ProxyService
|
|
4745
|
-
|
|
4590
|
+
|
|
4746
4591
|
RemoteTileService
|
|
4747
|
-
|
|
4592
|
+
|
|
4748
4593
|
File
|
|
4749
|
-
|
|
4594
|
+
|
|
4750
4595
|
DataSource
|
|
4751
|
-
|
|
4596
|
+
|
|
4752
4597
|
TaskPrototype
|
|
4753
4598
|
*/
|
|
4754
4599
|
export declare enum ResourceTypeFilter {
|
|
@@ -4769,9 +4614,9 @@ export declare enum ResourceTypeLink {
|
|
|
4769
4614
|
}
|
|
4770
4615
|
/**
|
|
4771
4616
|
*
|
|
4772
|
-
|
|
4617
|
+
|
|
4773
4618
|
code
|
|
4774
|
-
|
|
4619
|
+
|
|
4775
4620
|
token
|
|
4776
4621
|
*/
|
|
4777
4622
|
export declare enum ResponseType {
|
|
@@ -4850,15 +4695,6 @@ export declare type RoundSquareEndingDc = LineEndingBaseDc & {
|
|
|
4850
4695
|
hOffset?: ParameterDcDouble;
|
|
4851
4696
|
cornersRadius?: number;
|
|
4852
4697
|
};
|
|
4853
|
-
/**
|
|
4854
|
-
* Route feature dc.
|
|
4855
|
-
*/
|
|
4856
|
-
export interface RouteFeatureDc {
|
|
4857
|
-
/** Source features links. */
|
|
4858
|
-
sourceFeatures: RouteSourceFeatureDc[];
|
|
4859
|
-
/** Route feature attributes.. */
|
|
4860
|
-
attributes: Record<string, any>;
|
|
4861
|
-
}
|
|
4862
4698
|
/**
|
|
4863
4699
|
* Route service configuration Dc.
|
|
4864
4700
|
*/
|
|
@@ -4870,18 +4706,6 @@ export declare type RouteServiceConfigurationDc = ServiceConfigurationBaseDc & {
|
|
|
4870
4706
|
featuresLimit?: number;
|
|
4871
4707
|
extentOffset?: number;
|
|
4872
4708
|
};
|
|
4873
|
-
/**
|
|
4874
|
-
* Describe source feature for route.
|
|
4875
|
-
*/
|
|
4876
|
-
export interface RouteSourceFeatureDc {
|
|
4877
|
-
/** Source layer name. */
|
|
4878
|
-
sourceLayer: string;
|
|
4879
|
-
/**
|
|
4880
|
-
* Source featureId.
|
|
4881
|
-
* @format int64
|
|
4882
|
-
*/
|
|
4883
|
-
featureId: number;
|
|
4884
|
-
}
|
|
4885
4709
|
/**
|
|
4886
4710
|
* RouteTableConfigurationDc.
|
|
4887
4711
|
*/
|
|
@@ -4908,16 +4732,6 @@ export declare type S3DataSourceInfoDc = DataSourceInfoDc & {
|
|
|
4908
4732
|
accessKey?: string | null;
|
|
4909
4733
|
region?: string | null;
|
|
4910
4734
|
};
|
|
4911
|
-
/**
|
|
4912
|
-
* ScaleBar element data contract.
|
|
4913
|
-
*/
|
|
4914
|
-
export declare type ScaleBarElementDc = ModelElementDc & {
|
|
4915
|
-
width?: number;
|
|
4916
|
-
height?: number;
|
|
4917
|
-
thickness?: number;
|
|
4918
|
-
font?: string | null;
|
|
4919
|
-
fontSize?: number;
|
|
4920
|
-
};
|
|
4921
4735
|
/**
|
|
4922
4736
|
* SearchResults.
|
|
4923
4737
|
*/
|
|
@@ -5143,7 +4957,7 @@ export interface SimpleEndingDc {
|
|
|
5143
4957
|
}
|
|
5144
4958
|
/**
|
|
5145
4959
|
* Polyline symbol the parameters of endings of which are calculated based on the parameters of the symbol stoke.
|
|
5146
|
-
|
|
4960
|
+
|
|
5147
4961
|
If the ending is set to be other then None, the size and color of the ending will be calculated based on the
|
|
5148
4962
|
stroke width and color of the symbol.
|
|
5149
4963
|
*/
|
|
@@ -5161,27 +4975,6 @@ export declare type SimplePolylineSymbolDc = SymbolDc & {
|
|
|
5161
4975
|
outlinedOnSingleSide?: boolean;
|
|
5162
4976
|
quadrantSegments?: number;
|
|
5163
4977
|
};
|
|
5164
|
-
/**
|
|
5165
|
-
* Simple symbol.
|
|
5166
|
-
*/
|
|
5167
|
-
export interface SimpleSymbolDc {
|
|
5168
|
-
/** Icon name. */
|
|
5169
|
-
id?: string;
|
|
5170
|
-
/** Symbol filter condition. */
|
|
5171
|
-
condition?: string;
|
|
5172
|
-
/** Offset of the image center from the geographic point. */
|
|
5173
|
-
offset?: ParameterDcDouble[];
|
|
5174
|
-
/**
|
|
5175
|
-
* Number parameter of a symbol. The parameter can be represented as a simple number, or
|
|
5176
|
-
* as an object with a "type" parameter specified.
|
|
5177
|
-
*/
|
|
5178
|
-
angle?: ParameterDcDouble;
|
|
5179
|
-
/**
|
|
5180
|
-
* Number parameter of a symbol. The parameter can be represented as a simple number, or
|
|
5181
|
-
* as an object with a "type" parameter specified.
|
|
5182
|
-
*/
|
|
5183
|
-
size?: ParameterDcDouble;
|
|
5184
|
-
}
|
|
5185
4978
|
/**
|
|
5186
4979
|
* Simplify configuration information.
|
|
5187
4980
|
*/
|
|
@@ -5218,11 +5011,11 @@ export interface SimplifyInfoItemDc {
|
|
|
5218
5011
|
}
|
|
5219
5012
|
/**
|
|
5220
5013
|
*
|
|
5221
|
-
|
|
5014
|
+
|
|
5222
5015
|
Basic
|
|
5223
|
-
|
|
5016
|
+
|
|
5224
5017
|
PreserveTopology
|
|
5225
|
-
|
|
5018
|
+
|
|
5226
5019
|
VW
|
|
5227
5020
|
*/
|
|
5228
5021
|
export declare enum SimplifyType {
|
|
@@ -5368,13 +5161,13 @@ export interface StatisticsResultObject {
|
|
|
5368
5161
|
}
|
|
5369
5162
|
/**
|
|
5370
5163
|
*
|
|
5371
|
-
|
|
5164
|
+
|
|
5372
5165
|
None
|
|
5373
|
-
|
|
5166
|
+
|
|
5374
5167
|
Image
|
|
5375
|
-
|
|
5168
|
+
|
|
5376
5169
|
PkkCode
|
|
5377
|
-
|
|
5170
|
+
|
|
5378
5171
|
Attachments
|
|
5379
5172
|
*/
|
|
5380
5173
|
export declare enum StringSubType {
|
|
@@ -5390,13 +5183,6 @@ export declare type StrokeBrushDc = BrushDc & {
|
|
|
5390
5183
|
color?: ParameterDcColor;
|
|
5391
5184
|
width?: ParameterDcDouble;
|
|
5392
5185
|
};
|
|
5393
|
-
/**
|
|
5394
|
-
* Server response for the creation of a style in style service.
|
|
5395
|
-
*/
|
|
5396
|
-
export interface StyleCreationResponseDc {
|
|
5397
|
-
/** Id of the style. */
|
|
5398
|
-
id?: string;
|
|
5399
|
-
}
|
|
5400
5186
|
/**
|
|
5401
5187
|
* Feature layer rendering style.
|
|
5402
5188
|
*/
|
|
@@ -6009,9 +5795,9 @@ export interface TaskResourceCreateDto {
|
|
|
6009
5795
|
}
|
|
6010
5796
|
/**
|
|
6011
5797
|
* TaskPrototypeSubType.
|
|
6012
|
-
|
|
5798
|
+
|
|
6013
5799
|
SpTask
|
|
6014
|
-
|
|
5800
|
+
|
|
6015
5801
|
PythonTask
|
|
6016
5802
|
*/
|
|
6017
5803
|
export declare enum TaskResourceSubType {
|
|
@@ -6086,49 +5872,6 @@ export interface TaskSpResourceUpdateDto {
|
|
|
6086
5872
|
/** User ui configuration. */
|
|
6087
5873
|
uiConfiguration?: any;
|
|
6088
5874
|
}
|
|
6089
|
-
/**
|
|
6090
|
-
* Localization contains fields that should be localized on printing template.
|
|
6091
|
-
*/
|
|
6092
|
-
export interface TemplateLocalizationDc {
|
|
6093
|
-
/** Flag of english localization. */
|
|
6094
|
-
isEng?: boolean;
|
|
6095
|
-
}
|
|
6096
|
-
/**
|
|
6097
|
-
* Base template model data contract.
|
|
6098
|
-
*/
|
|
6099
|
-
export interface TemplateModelDc {
|
|
6100
|
-
/** Type of the data storage. */
|
|
6101
|
-
type?: string;
|
|
6102
|
-
/** The name of the result file. */
|
|
6103
|
-
fileName?: string;
|
|
6104
|
-
/** File Format. */
|
|
6105
|
-
fileFormat?: string;
|
|
6106
|
-
/** Gets or sets template name. */
|
|
6107
|
-
templateName?: string;
|
|
6108
|
-
/** Gets or sets template title. */
|
|
6109
|
-
title?: string;
|
|
6110
|
-
/**
|
|
6111
|
-
* Gets or sets paper width.
|
|
6112
|
-
* @format int32
|
|
6113
|
-
*/
|
|
6114
|
-
paperWidth?: number;
|
|
6115
|
-
/**
|
|
6116
|
-
* Gets or sets paper height.
|
|
6117
|
-
* @format int32
|
|
6118
|
-
*/
|
|
6119
|
-
paperHeight?: number;
|
|
6120
|
-
/**
|
|
6121
|
-
* Gets or sets dpi.
|
|
6122
|
-
* @format int32
|
|
6123
|
-
*/
|
|
6124
|
-
dpi?: number;
|
|
6125
|
-
/** Gets or sets paper margin. */
|
|
6126
|
-
margin?: number[];
|
|
6127
|
-
/** Localization contains fields that should be localized on printing template. */
|
|
6128
|
-
localization?: TemplateLocalizationDc;
|
|
6129
|
-
/** Checks if title enabled. */
|
|
6130
|
-
titleEnabled?: boolean;
|
|
6131
|
-
}
|
|
6132
5875
|
/**
|
|
6133
5876
|
* Test connection data contract.
|
|
6134
5877
|
*/
|
|
@@ -6140,13 +5883,13 @@ export interface TestConnectionInfoDc {
|
|
|
6140
5883
|
}
|
|
6141
5884
|
/**
|
|
6142
5885
|
* Sets the horizontal alignment of text.
|
|
6143
|
-
|
|
5886
|
+
|
|
6144
5887
|
right
|
|
6145
|
-
|
|
5888
|
+
|
|
6146
5889
|
left
|
|
6147
|
-
|
|
5890
|
+
|
|
6148
5891
|
center
|
|
6149
|
-
|
|
5892
|
+
|
|
6150
5893
|
justified
|
|
6151
5894
|
*/
|
|
6152
5895
|
export declare enum TextAlignment {
|
|
@@ -6166,11 +5909,11 @@ export interface TextBackgroundDc {
|
|
|
6166
5909
|
}
|
|
6167
5910
|
/**
|
|
6168
5911
|
* Sets the vertical alignment of text.
|
|
6169
|
-
|
|
5912
|
+
|
|
6170
5913
|
top
|
|
6171
|
-
|
|
5914
|
+
|
|
6172
5915
|
bottom
|
|
6173
|
-
|
|
5916
|
+
|
|
6174
5917
|
middle
|
|
6175
5918
|
*/
|
|
6176
5919
|
export declare enum TextVerticalAlignment {
|
|
@@ -6326,7 +6069,7 @@ export interface TileInfoDc {
|
|
|
6326
6069
|
* Spatial reference.
|
|
6327
6070
|
* @format int32
|
|
6328
6071
|
*/
|
|
6329
|
-
|
|
6072
|
+
srId?: number;
|
|
6330
6073
|
/** List of levels of detail that define the tiling schema. */
|
|
6331
6074
|
lods: LodInfo[];
|
|
6332
6075
|
}
|
|
@@ -6590,11 +6333,11 @@ export declare type WmsDataSourceDc = DataSourceDc & {
|
|
|
6590
6333
|
};
|
|
6591
6334
|
/**
|
|
6592
6335
|
*
|
|
6593
|
-
|
|
6336
|
+
|
|
6594
6337
|
Task
|
|
6595
|
-
|
|
6338
|
+
|
|
6596
6339
|
Rest
|
|
6597
|
-
|
|
6340
|
+
|
|
6598
6341
|
Both
|
|
6599
6342
|
*/
|
|
6600
6343
|
export declare enum WorkerMethodType {
|
|
@@ -6667,49 +6410,49 @@ export interface WorkerSettingsFieldDc {
|
|
|
6667
6410
|
}
|
|
6668
6411
|
/**
|
|
6669
6412
|
*
|
|
6670
|
-
|
|
6413
|
+
|
|
6671
6414
|
Int32
|
|
6672
|
-
|
|
6415
|
+
|
|
6673
6416
|
Int64
|
|
6674
|
-
|
|
6417
|
+
|
|
6675
6418
|
Double
|
|
6676
|
-
|
|
6419
|
+
|
|
6677
6420
|
String
|
|
6678
|
-
|
|
6421
|
+
|
|
6679
6422
|
Boolean
|
|
6680
|
-
|
|
6423
|
+
|
|
6681
6424
|
DateTime
|
|
6682
|
-
|
|
6425
|
+
|
|
6683
6426
|
Point
|
|
6684
|
-
|
|
6427
|
+
|
|
6685
6428
|
Geometry
|
|
6686
|
-
|
|
6429
|
+
|
|
6687
6430
|
Polyline
|
|
6688
|
-
|
|
6431
|
+
|
|
6689
6432
|
MultiPolygon
|
|
6690
|
-
|
|
6433
|
+
|
|
6691
6434
|
Polygon
|
|
6692
|
-
|
|
6435
|
+
|
|
6693
6436
|
Multipoint
|
|
6694
|
-
|
|
6437
|
+
|
|
6695
6438
|
IntergerArray
|
|
6696
|
-
|
|
6439
|
+
|
|
6697
6440
|
DoubleArray
|
|
6698
|
-
|
|
6441
|
+
|
|
6699
6442
|
StringArray
|
|
6700
|
-
|
|
6443
|
+
|
|
6701
6444
|
SourceEql
|
|
6702
|
-
|
|
6445
|
+
|
|
6703
6446
|
Layer
|
|
6704
|
-
|
|
6447
|
+
|
|
6705
6448
|
Table
|
|
6706
|
-
|
|
6449
|
+
|
|
6707
6450
|
Folder
|
|
6708
|
-
|
|
6451
|
+
|
|
6709
6452
|
Json
|
|
6710
|
-
|
|
6453
|
+
|
|
6711
6454
|
Attribute
|
|
6712
|
-
|
|
6455
|
+
|
|
6713
6456
|
AttributeArray
|
|
6714
6457
|
*/
|
|
6715
6458
|
export declare enum WorkerSettingsFieldType {
|
|
@@ -6853,6 +6596,8 @@ export interface IsEmailExistsParams {
|
|
|
6853
6596
|
export interface CreateUserParams {
|
|
6854
6597
|
/** Is need to send confirm email message. */
|
|
6855
6598
|
sendConfirmEmail?: boolean;
|
|
6599
|
+
/** Create user namespace if true. */
|
|
6600
|
+
createNamespace?: boolean;
|
|
6856
6601
|
}
|
|
6857
6602
|
export interface SetEmailPayload {
|
|
6858
6603
|
email: string;
|
|
@@ -6891,6 +6636,16 @@ export interface ResetPasswordCallbackPayload {
|
|
|
6891
6636
|
code: string;
|
|
6892
6637
|
newPassword: string;
|
|
6893
6638
|
}
|
|
6639
|
+
export interface CreateNamespaceParams {
|
|
6640
|
+
/** Name of the user to create the namespace for. This user will be the owner of the namespace. */
|
|
6641
|
+
userName: string;
|
|
6642
|
+
/**
|
|
6643
|
+
* If false, the name of the created namespace will be exactly the name of the user. If set to true,
|
|
6644
|
+
* the server will try to use the username as the namespace name, but if the name is occupied, it will
|
|
6645
|
+
* find a close free name for the namespace, create it and return it as the result of the operation.
|
|
6646
|
+
*/
|
|
6647
|
+
adjustName?: boolean;
|
|
6648
|
+
}
|
|
6894
6649
|
export interface AuthenticateParams {
|
|
6895
6650
|
/**
|
|
6896
6651
|
* Client id.
|
|
@@ -7234,7 +6989,7 @@ export interface GeocodeParams {
|
|
|
7234
6989
|
* Spatial reference.
|
|
7235
6990
|
* @format int32
|
|
7236
6991
|
*/
|
|
7237
|
-
|
|
6992
|
+
srId?: number;
|
|
7238
6993
|
/** Bounging box from left top corner to right bottom corner. */
|
|
7239
6994
|
bboxPoints?: number[];
|
|
7240
6995
|
/** Geocode provider name to use. */
|
|
@@ -7247,7 +7002,7 @@ export interface GeocodeByPointParams {
|
|
|
7247
7002
|
* Input point and bounging box sr.
|
|
7248
7003
|
* @format int32
|
|
7249
7004
|
*/
|
|
7250
|
-
|
|
7005
|
+
srId?: number;
|
|
7251
7006
|
/** Bounging box from left top corner to right bottom corner. */
|
|
7252
7007
|
bboxPoints?: number[];
|
|
7253
7008
|
/** Geocode provider name to use. */
|
|
@@ -7260,7 +7015,7 @@ export interface SuggestParams {
|
|
|
7260
7015
|
* Bounging box spatial reference.
|
|
7261
7016
|
* @format int32
|
|
7262
7017
|
*/
|
|
7263
|
-
|
|
7018
|
+
srId?: number;
|
|
7264
7019
|
/** Bounging box from left top corner to right bottom corner. */
|
|
7265
7020
|
bboxPoints?: number[];
|
|
7266
7021
|
/** Geocode provider name to use. */
|
|
@@ -7305,7 +7060,7 @@ export interface GetExternalPbfFeaturesParams {
|
|
|
7305
7060
|
* Output geometry srid.
|
|
7306
7061
|
* @format int32
|
|
7307
7062
|
*/
|
|
7308
|
-
|
|
7063
|
+
srId?: number;
|
|
7309
7064
|
/**
|
|
7310
7065
|
* Features count have to skip.
|
|
7311
7066
|
* @format int32
|
|
@@ -7344,7 +7099,7 @@ export interface GetBulkExtentsParams {
|
|
|
7344
7099
|
* Spatial reference to return the extent in.
|
|
7345
7100
|
* @format int32
|
|
7346
7101
|
*/
|
|
7347
|
-
|
|
7102
|
+
srId?: number;
|
|
7348
7103
|
}
|
|
7349
7104
|
export declare type GetFilteredFeaturesCountPayload = GetBulkFilteredFeaturesCountDc[];
|
|
7350
7105
|
export interface GetLayersListParams {
|
|
@@ -7431,7 +7186,7 @@ export interface GetFeatures1Params {
|
|
|
7431
7186
|
* Spatial reference of returned features.
|
|
7432
7187
|
* @format int32
|
|
7433
7188
|
*/
|
|
7434
|
-
|
|
7189
|
+
srId?: number;
|
|
7435
7190
|
/**
|
|
7436
7191
|
* Comma separated list of attributes by which to sort the resulting feature list.
|
|
7437
7192
|
* If the attribute name is preceded with the "-" sign, sorting by this attribute will be
|
|
@@ -7460,42 +7215,12 @@ export interface GetByIdParams {
|
|
|
7460
7215
|
* Spatial reference of returned features.
|
|
7461
7216
|
* @format int32
|
|
7462
7217
|
*/
|
|
7463
|
-
|
|
7218
|
+
srId?: number;
|
|
7464
7219
|
/** Full name of the layer. */
|
|
7465
7220
|
name: string;
|
|
7466
7221
|
/** Feature id. */
|
|
7467
7222
|
id: string;
|
|
7468
7223
|
}
|
|
7469
|
-
/**
|
|
7470
|
-
* Geometry data contract.
|
|
7471
|
-
*/
|
|
7472
|
-
export declare type UnitePayload = EnvelopeDc | MultiPointDc | PointDc | PolygonDc | PolylineDc;
|
|
7473
|
-
export interface UniteParams {
|
|
7474
|
-
/**
|
|
7475
|
-
* Spatial reference of result feature.
|
|
7476
|
-
* @format int32
|
|
7477
|
-
*/
|
|
7478
|
-
wkid?: number;
|
|
7479
|
-
/** Name of the layer. */
|
|
7480
|
-
name: string;
|
|
7481
|
-
/** Id of the feature of geometry to union with. */
|
|
7482
|
-
id: string;
|
|
7483
|
-
}
|
|
7484
|
-
/**
|
|
7485
|
-
* Geometry data contract.
|
|
7486
|
-
*/
|
|
7487
|
-
export declare type SubtractPayload = EnvelopeDc | MultiPointDc | PointDc | PolygonDc | PolylineDc;
|
|
7488
|
-
export interface SubtractParams {
|
|
7489
|
-
/**
|
|
7490
|
-
* Spatial reference id of result features.
|
|
7491
|
-
* @format int32
|
|
7492
|
-
*/
|
|
7493
|
-
wkid?: number;
|
|
7494
|
-
/** Name of the layer. */
|
|
7495
|
-
name: string;
|
|
7496
|
-
/** Id of the feature. */
|
|
7497
|
-
id: string;
|
|
7498
|
-
}
|
|
7499
7224
|
export interface GetTilesLayerImageParams {
|
|
7500
7225
|
/** Tile sets to render. */
|
|
7501
7226
|
ids?: number[];
|
|
@@ -7574,32 +7299,6 @@ export interface GetTilesLayerImageWithFormatAndDpiParams {
|
|
|
7574
7299
|
/** Specifies the format of the returned tile. */
|
|
7575
7300
|
format: string;
|
|
7576
7301
|
}
|
|
7577
|
-
export interface GetLayerImageParams {
|
|
7578
|
-
/** Extent to render. */
|
|
7579
|
-
extent?: number[];
|
|
7580
|
-
/** Image size. */
|
|
7581
|
-
size?: number[];
|
|
7582
|
-
/** Specifies the format of the returned tile. */
|
|
7583
|
-
format?: string;
|
|
7584
|
-
/**
|
|
7585
|
-
* Spatial reference of the extent. If not specified, the layer spatial reference is assumed.
|
|
7586
|
-
* @format int32
|
|
7587
|
-
*/
|
|
7588
|
-
extentSr?: number;
|
|
7589
|
-
/** Condition to apply to the layer to filter the features. */
|
|
7590
|
-
condition?: string;
|
|
7591
|
-
/**
|
|
7592
|
-
* Opacity to apply to the layer image.
|
|
7593
|
-
* @format float
|
|
7594
|
-
*/
|
|
7595
|
-
opacity?: number;
|
|
7596
|
-
/** Id of the override style to apply to the layer. If not set, the layer original style is used. */
|
|
7597
|
-
styleId?: string;
|
|
7598
|
-
/** Id of override data filter to apply to the layer. If not set, the default filter is used. */
|
|
7599
|
-
dataFilterId?: string;
|
|
7600
|
-
/** Full name of the layer. */
|
|
7601
|
-
name: string;
|
|
7602
|
-
}
|
|
7603
7302
|
export interface GetLayerExtentParams {
|
|
7604
7303
|
/** If set, only the features that satisfy the condition will be considered when calculating the extent. */
|
|
7605
7304
|
condition?: string;
|
|
@@ -7607,7 +7306,7 @@ export interface GetLayerExtentParams {
|
|
|
7607
7306
|
* Spatial reference to return the extent in.
|
|
7608
7307
|
* @format int32
|
|
7609
7308
|
*/
|
|
7610
|
-
|
|
7309
|
+
srId?: number;
|
|
7611
7310
|
/** Full name of the layer. */
|
|
7612
7311
|
name: string;
|
|
7613
7312
|
}
|
|
@@ -7647,11 +7346,9 @@ export interface ClassifyParams {
|
|
|
7647
7346
|
*
|
|
7648
7347
|
* quantile
|
|
7649
7348
|
*
|
|
7650
|
-
*
|
|
7349
|
+
* unique
|
|
7651
7350
|
*
|
|
7652
7351
|
* step
|
|
7653
|
-
*
|
|
7654
|
-
* unique
|
|
7655
7352
|
*/
|
|
7656
7353
|
type?: ClassificationType;
|
|
7657
7354
|
/** The name of the layer. */
|
|
@@ -7777,24 +7474,6 @@ export interface UnsubscribeOperationParams {
|
|
|
7777
7474
|
}
|
|
7778
7475
|
export declare type SubscribeListOperationPayload = string[];
|
|
7779
7476
|
export declare type UnsubscribeListOperationPayload = string[];
|
|
7780
|
-
/**
|
|
7781
|
-
* Base template model data contract.
|
|
7782
|
-
*/
|
|
7783
|
-
export declare type PrintPayload = LayerTemplateModelDc | LegendTemplateModelDc;
|
|
7784
|
-
/**
|
|
7785
|
-
* Base template model data contract.
|
|
7786
|
-
*/
|
|
7787
|
-
export declare type PrintToHtmlPayload = LayerTemplateModelDc | LegendTemplateModelDc;
|
|
7788
|
-
export interface UploadTemplatePayload {
|
|
7789
|
-
/** @format binary */
|
|
7790
|
-
template?: File;
|
|
7791
|
-
}
|
|
7792
|
-
export interface UploadTemplateParams {
|
|
7793
|
-
/** Template name. */
|
|
7794
|
-
name?: string;
|
|
7795
|
-
/** Rewrite if exits. */
|
|
7796
|
-
rewrite?: boolean;
|
|
7797
|
-
}
|
|
7798
7477
|
export interface GetProjectsListParams {
|
|
7799
7478
|
/** Project name filter (support % and _ wildcards). */
|
|
7800
7479
|
filter?: string;
|
|
@@ -7827,7 +7506,7 @@ export interface GetProjectsListParams {
|
|
|
7827
7506
|
/** Filter layers by set of tags. */
|
|
7828
7507
|
tags?: string[];
|
|
7829
7508
|
}
|
|
7830
|
-
export interface
|
|
7509
|
+
export interface DeleteResourcesParams5 {
|
|
7831
7510
|
/** Resource names. */
|
|
7832
7511
|
names?: string[];
|
|
7833
7512
|
}
|
|
@@ -7841,7 +7520,7 @@ export interface GetProjectEnvelopeParams {
|
|
|
7841
7520
|
* Spatial reference to return the extent in.
|
|
7842
7521
|
* @format int32
|
|
7843
7522
|
*/
|
|
7844
|
-
|
|
7523
|
+
srId?: number;
|
|
7845
7524
|
/** The name of the project. */
|
|
7846
7525
|
name: string;
|
|
7847
7526
|
}
|
|
@@ -7972,122 +7651,6 @@ export interface RemovePolicyParams {
|
|
|
7972
7651
|
/** Use role the policy is applied to. */
|
|
7973
7652
|
role?: string;
|
|
7974
7653
|
}
|
|
7975
|
-
export interface StatisticsDbParams {
|
|
7976
|
-
/** Layer name. */
|
|
7977
|
-
name: string;
|
|
7978
|
-
/** Attribute name. */
|
|
7979
|
-
attribute: string;
|
|
7980
|
-
/** Condition. */
|
|
7981
|
-
condition?: string;
|
|
7982
|
-
/**
|
|
7983
|
-
* Type of required statistic function.
|
|
7984
|
-
*
|
|
7985
|
-
* None
|
|
7986
|
-
*
|
|
7987
|
-
* Array
|
|
7988
|
-
*
|
|
7989
|
-
* Min
|
|
7990
|
-
*
|
|
7991
|
-
* Max
|
|
7992
|
-
*
|
|
7993
|
-
* Avg
|
|
7994
|
-
*
|
|
7995
|
-
* Sum
|
|
7996
|
-
*
|
|
7997
|
-
* Extent
|
|
7998
|
-
*
|
|
7999
|
-
* H3
|
|
8000
|
-
*
|
|
8001
|
-
* Count
|
|
8002
|
-
*
|
|
8003
|
-
* TotalCount
|
|
8004
|
-
*
|
|
8005
|
-
* DistinctCount
|
|
8006
|
-
*
|
|
8007
|
-
* First
|
|
8008
|
-
*
|
|
8009
|
-
* Last
|
|
8010
|
-
*
|
|
8011
|
-
* Median
|
|
8012
|
-
*
|
|
8013
|
-
* Mod
|
|
8014
|
-
*
|
|
8015
|
-
* StdDeviation
|
|
8016
|
-
*
|
|
8017
|
-
* SumOfProduct
|
|
8018
|
-
*
|
|
8019
|
-
* OnlyValue
|
|
8020
|
-
*
|
|
8021
|
-
* WeightedAvg
|
|
8022
|
-
*
|
|
8023
|
-
* DensityIndicators
|
|
8024
|
-
*
|
|
8025
|
-
* DividedSum
|
|
8026
|
-
*/
|
|
8027
|
-
types?: AggregationFunction[];
|
|
8028
|
-
}
|
|
8029
|
-
export interface ClassifyParams4 {
|
|
8030
|
-
/** Layer name. */
|
|
8031
|
-
name: string;
|
|
8032
|
-
/** Attribute name. */
|
|
8033
|
-
attribute: string;
|
|
8034
|
-
/** Layer condition. */
|
|
8035
|
-
condition?: string;
|
|
8036
|
-
/**
|
|
8037
|
-
* The number of classes.
|
|
8038
|
-
* @format int32
|
|
8039
|
-
*/
|
|
8040
|
-
classes?: number;
|
|
8041
|
-
/**
|
|
8042
|
-
* Sets required values precision.
|
|
8043
|
-
* @format int32
|
|
8044
|
-
*/
|
|
8045
|
-
precision?: number;
|
|
8046
|
-
/**
|
|
8047
|
-
* Classification method.
|
|
8048
|
-
*
|
|
8049
|
-
* none
|
|
8050
|
-
*
|
|
8051
|
-
* naturalBreaks
|
|
8052
|
-
*
|
|
8053
|
-
* equalInterval
|
|
8054
|
-
*
|
|
8055
|
-
* quantile
|
|
8056
|
-
*
|
|
8057
|
-
* distinct
|
|
8058
|
-
*
|
|
8059
|
-
* step
|
|
8060
|
-
*
|
|
8061
|
-
* unique
|
|
8062
|
-
*/
|
|
8063
|
-
type?: ClassificationType;
|
|
8064
|
-
/**
|
|
8065
|
-
* Type of given attribute.
|
|
8066
|
-
*
|
|
8067
|
-
* decimal
|
|
8068
|
-
*
|
|
8069
|
-
* dateTime
|
|
8070
|
-
*
|
|
8071
|
-
* text
|
|
8072
|
-
*/
|
|
8073
|
-
attributeType?: ClassifyAttributeType;
|
|
8074
|
-
}
|
|
8075
|
-
export interface SumOfProductParams {
|
|
8076
|
-
/** Layer name. */
|
|
8077
|
-
name: string;
|
|
8078
|
-
/** Attributes to aggregate. */
|
|
8079
|
-
attributes?: string[];
|
|
8080
|
-
/** Layer condition. */
|
|
8081
|
-
condition?: string;
|
|
8082
|
-
}
|
|
8083
|
-
export interface AddFontPayload {
|
|
8084
|
-
/** @format binary */
|
|
8085
|
-
formFile?: File;
|
|
8086
|
-
}
|
|
8087
|
-
export interface RemoveFontParams {
|
|
8088
|
-
/** Font name. */
|
|
8089
|
-
fontName?: string;
|
|
8090
|
-
}
|
|
8091
7654
|
export interface RemoveSymbolCategoryParams {
|
|
8092
7655
|
/** Remove symbols in category. */
|
|
8093
7656
|
cascade?: boolean;
|
|
@@ -8162,7 +7725,7 @@ export interface GetTableListParams {
|
|
|
8162
7725
|
/** All available permissions list. */
|
|
8163
7726
|
acl?: string;
|
|
8164
7727
|
}
|
|
8165
|
-
export interface
|
|
7728
|
+
export interface DeleteResourcesParams8 {
|
|
8166
7729
|
/** Resource names. */
|
|
8167
7730
|
names?: string[];
|
|
8168
7731
|
}
|
|
@@ -8277,7 +7840,7 @@ export interface GetPublicCapabilitiesParams {
|
|
|
8277
7840
|
/** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
|
|
8278
7841
|
AcceptFormats?: string[];
|
|
8279
7842
|
}
|
|
8280
|
-
export interface
|
|
7843
|
+
export interface GetCapabilitiesParams5 {
|
|
8281
7844
|
/** Output format of service metadata. */
|
|
8282
7845
|
Format?: string;
|
|
8283
7846
|
/** Must be WMS. */
|