@evergis/api 4.0.17 → 4.0.19
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/__generated__/CatalogService.d.ts +0 -12
- package/dist/__generated__/LayersService.d.ts +20 -8
- package/dist/__generated__/StatisticService.d.ts +2 -2
- package/dist/__generated__/WmsServerService.d.ts +2 -2
- package/dist/__generated__/data-contracts.d.ts +286 -249
- package/dist/api.cjs.development.js +41 -33
- 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 +274 -266
- package/dist/api.esm.js.map +1 -1
- package/package.json +2 -2
|
@@ -52,7 +52,7 @@ export interface ActiveWorkerTaskDc {
|
|
|
52
52
|
}
|
|
53
53
|
export declare type AggregatedClusterSymbolDc = SymbolDc & {
|
|
54
54
|
type?: string | null;
|
|
55
|
-
pointSymbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | CombinedSvgSymbolDc | SvgSymbolDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc | null;
|
|
55
|
+
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;
|
|
56
56
|
gridSize?: number;
|
|
57
57
|
fixedCenter?: boolean;
|
|
58
58
|
aggregations?: Record<string, AggregationFunction>;
|
|
@@ -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 {
|
|
@@ -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 {
|
|
@@ -778,7 +778,7 @@ export interface BrushDc {
|
|
|
778
778
|
type?: string;
|
|
779
779
|
}
|
|
780
780
|
/**
|
|
781
|
-
* Get bulk extents data
|
|
781
|
+
* Get bulk extents data contract.
|
|
782
782
|
*/
|
|
783
783
|
export interface BulkExtentsDc {
|
|
784
784
|
/** Envelope geometry. */
|
|
@@ -786,6 +786,13 @@ export interface BulkExtentsDc {
|
|
|
786
786
|
/** Extent per layer. */
|
|
787
787
|
extents?: Record<string, EnvelopeDc>;
|
|
788
788
|
}
|
|
789
|
+
/**
|
|
790
|
+
* Get bulk filtered features count data contract.
|
|
791
|
+
*/
|
|
792
|
+
export interface BulkFilteredFeaturesCountDc {
|
|
793
|
+
/** Extent per layer. */
|
|
794
|
+
counts?: Record<string, number>;
|
|
795
|
+
}
|
|
789
796
|
/**
|
|
790
797
|
* Provides set resources bulk operation status.
|
|
791
798
|
*/
|
|
@@ -914,19 +921,19 @@ export interface CatalogResourceDc {
|
|
|
914
921
|
}
|
|
915
922
|
/**
|
|
916
923
|
*
|
|
917
|
-
|
|
924
|
+
|
|
918
925
|
Directory
|
|
919
|
-
|
|
926
|
+
|
|
920
927
|
Map
|
|
921
|
-
|
|
928
|
+
|
|
922
929
|
Layer
|
|
923
|
-
|
|
930
|
+
|
|
924
931
|
Table
|
|
925
|
-
|
|
932
|
+
|
|
926
933
|
File
|
|
927
|
-
|
|
934
|
+
|
|
928
935
|
TaskPrototype
|
|
929
|
-
|
|
936
|
+
|
|
930
937
|
DataSource
|
|
931
938
|
*/
|
|
932
939
|
export declare enum CatalogResourceType {
|
|
@@ -971,15 +978,15 @@ export declare type ClassificationRasterSymbolDc = RasterSymbolDc & {
|
|
|
971
978
|
};
|
|
972
979
|
/**
|
|
973
980
|
* Describes classification methods.
|
|
974
|
-
|
|
981
|
+
|
|
975
982
|
none
|
|
976
|
-
|
|
983
|
+
|
|
977
984
|
naturalBreaks
|
|
978
|
-
|
|
985
|
+
|
|
979
986
|
equalInterval
|
|
980
|
-
|
|
987
|
+
|
|
981
988
|
quantile
|
|
982
|
-
|
|
989
|
+
|
|
983
990
|
unique
|
|
984
991
|
*/
|
|
985
992
|
export declare enum ClassificationType {
|
|
@@ -991,11 +998,11 @@ export declare enum ClassificationType {
|
|
|
991
998
|
}
|
|
992
999
|
/**
|
|
993
1000
|
*
|
|
994
|
-
|
|
1001
|
+
|
|
995
1002
|
decimal
|
|
996
|
-
|
|
1003
|
+
|
|
997
1004
|
dateTime
|
|
998
|
-
|
|
1005
|
+
|
|
999
1006
|
text
|
|
1000
1007
|
*/
|
|
1001
1008
|
export declare enum ClassifyAttributeType {
|
|
@@ -1025,7 +1032,7 @@ export declare type ClusterSymbolDc = SymbolDc & {
|
|
|
1025
1032
|
type?: string | null;
|
|
1026
1033
|
labelSymbol?: PointLabelSymbolDc;
|
|
1027
1034
|
customClusterSymbol?: SvgPointSymbolDc;
|
|
1028
|
-
singleObjectSymbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | CombinedSvgSymbolDc | SvgSymbolDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc | null;
|
|
1035
|
+
singleObjectSymbol?: 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;
|
|
1029
1036
|
fillColor?: ParameterDcColor;
|
|
1030
1037
|
strokeColor?: ParameterDcColor;
|
|
1031
1038
|
strokeWidth?: ParameterDcDouble;
|
|
@@ -1118,7 +1125,7 @@ export declare type CombinedSvgSymbolDc = SymbolDc & {
|
|
|
1118
1125
|
*/
|
|
1119
1126
|
export declare type CompositeSymbolDc = SymbolDc & {
|
|
1120
1127
|
type?: string | null;
|
|
1121
|
-
childSymbols?: (AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | CombinedSvgSymbolDc | SvgSymbolDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc)[] | null;
|
|
1128
|
+
childSymbols?: (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;
|
|
1122
1129
|
};
|
|
1123
1130
|
/**
|
|
1124
1131
|
* Get configuration information.
|
|
@@ -1131,55 +1138,55 @@ export interface ConfigDc {
|
|
|
1131
1138
|
}
|
|
1132
1139
|
/**
|
|
1133
1140
|
*
|
|
1134
|
-
|
|
1141
|
+
|
|
1135
1142
|
Unknown
|
|
1136
|
-
|
|
1143
|
+
|
|
1137
1144
|
SerializeError
|
|
1138
|
-
|
|
1145
|
+
|
|
1139
1146
|
InvalidDataService
|
|
1140
|
-
|
|
1147
|
+
|
|
1141
1148
|
InvalidConfiguration
|
|
1142
|
-
|
|
1149
|
+
|
|
1143
1150
|
InvalidDataServiceName
|
|
1144
|
-
|
|
1151
|
+
|
|
1145
1152
|
InvalidTableName
|
|
1146
|
-
|
|
1153
|
+
|
|
1147
1154
|
InvalidLayerName
|
|
1148
|
-
|
|
1155
|
+
|
|
1149
1156
|
ResourceNotFound
|
|
1150
|
-
|
|
1157
|
+
|
|
1151
1158
|
InvalidCondition
|
|
1152
|
-
|
|
1159
|
+
|
|
1153
1160
|
InvalidAttributes
|
|
1154
|
-
|
|
1161
|
+
|
|
1155
1162
|
InvalidIdAttribute
|
|
1156
|
-
|
|
1163
|
+
|
|
1157
1164
|
InvalidGeometryAttribute
|
|
1158
|
-
|
|
1165
|
+
|
|
1159
1166
|
InvalidGeometryAttributeType
|
|
1160
|
-
|
|
1167
|
+
|
|
1161
1168
|
InvalidColumnName
|
|
1162
|
-
|
|
1169
|
+
|
|
1163
1170
|
InvalidIdColumnSettings
|
|
1164
|
-
|
|
1171
|
+
|
|
1165
1172
|
ColumnNotExistsInTable
|
|
1166
|
-
|
|
1173
|
+
|
|
1167
1174
|
InvalidStyle
|
|
1168
|
-
|
|
1175
|
+
|
|
1169
1176
|
InvalidLayerType
|
|
1170
|
-
|
|
1177
|
+
|
|
1171
1178
|
ColumnLoadingError
|
|
1172
|
-
|
|
1179
|
+
|
|
1173
1180
|
InvalidAttributeFormat
|
|
1174
|
-
|
|
1181
|
+
|
|
1175
1182
|
DataSourceNotFound
|
|
1176
|
-
|
|
1183
|
+
|
|
1177
1184
|
DuplicateColumns
|
|
1178
|
-
|
|
1185
|
+
|
|
1179
1186
|
DuplicateAttributes
|
|
1180
|
-
|
|
1187
|
+
|
|
1181
1188
|
TableWithoutColumns
|
|
1182
|
-
|
|
1189
|
+
|
|
1183
1190
|
InvalidTableReferenceConfiguration
|
|
1184
1191
|
*/
|
|
1185
1192
|
export declare enum ConfigurationErrorEnum {
|
|
@@ -1497,13 +1504,13 @@ export interface DataSourceInfoDc {
|
|
|
1497
1504
|
}
|
|
1498
1505
|
/**
|
|
1499
1506
|
*
|
|
1500
|
-
|
|
1507
|
+
|
|
1501
1508
|
Postgres
|
|
1502
|
-
|
|
1509
|
+
|
|
1503
1510
|
Trino
|
|
1504
|
-
|
|
1511
|
+
|
|
1505
1512
|
S3
|
|
1506
|
-
|
|
1513
|
+
|
|
1507
1514
|
GisServer
|
|
1508
1515
|
*/
|
|
1509
1516
|
export declare enum DataSourceType {
|
|
@@ -1634,15 +1641,15 @@ export interface ErrorDetailsDc {
|
|
|
1634
1641
|
}
|
|
1635
1642
|
/**
|
|
1636
1643
|
* Type of the error.
|
|
1637
|
-
|
|
1644
|
+
|
|
1638
1645
|
ResourceLimitExceeded
|
|
1639
|
-
|
|
1646
|
+
|
|
1640
1647
|
ResourceNotFound
|
|
1641
|
-
|
|
1648
|
+
|
|
1642
1649
|
InternalError
|
|
1643
|
-
|
|
1650
|
+
|
|
1644
1651
|
BadRequest
|
|
1645
|
-
|
|
1652
|
+
|
|
1646
1653
|
DuplicateContent
|
|
1647
1654
|
*/
|
|
1648
1655
|
export declare enum ErrorDetailsType {
|
|
@@ -2186,11 +2193,11 @@ export interface FilterResponseDc {
|
|
|
2186
2193
|
}
|
|
2187
2194
|
/**
|
|
2188
2195
|
* Sets whether font should be styled.
|
|
2189
|
-
|
|
2196
|
+
|
|
2190
2197
|
normal
|
|
2191
|
-
|
|
2198
|
+
|
|
2192
2199
|
oblique
|
|
2193
|
-
|
|
2200
|
+
|
|
2194
2201
|
italic
|
|
2195
2202
|
*/
|
|
2196
2203
|
export declare enum FontStyle {
|
|
@@ -2200,27 +2207,27 @@ export declare enum FontStyle {
|
|
|
2200
2207
|
}
|
|
2201
2208
|
/**
|
|
2202
2209
|
* Specifies the weight (or boldness) of the font.
|
|
2203
|
-
|
|
2210
|
+
|
|
2204
2211
|
Thin
|
|
2205
|
-
|
|
2212
|
+
|
|
2206
2213
|
ExtraLight
|
|
2207
|
-
|
|
2214
|
+
|
|
2208
2215
|
Light
|
|
2209
|
-
|
|
2216
|
+
|
|
2210
2217
|
SemiLight
|
|
2211
|
-
|
|
2218
|
+
|
|
2212
2219
|
Normal
|
|
2213
|
-
|
|
2220
|
+
|
|
2214
2221
|
Medium
|
|
2215
|
-
|
|
2222
|
+
|
|
2216
2223
|
DemiBold
|
|
2217
|
-
|
|
2224
|
+
|
|
2218
2225
|
Bold
|
|
2219
|
-
|
|
2226
|
+
|
|
2220
2227
|
ExtraBold
|
|
2221
|
-
|
|
2228
|
+
|
|
2222
2229
|
Black
|
|
2223
|
-
|
|
2230
|
+
|
|
2224
2231
|
ExtraBlack
|
|
2225
2232
|
*/
|
|
2226
2233
|
export declare enum FontWeight {
|
|
@@ -2311,17 +2318,17 @@ export interface GeometryDc {
|
|
|
2311
2318
|
}
|
|
2312
2319
|
/**
|
|
2313
2320
|
*
|
|
2314
|
-
|
|
2321
|
+
|
|
2315
2322
|
unknown
|
|
2316
|
-
|
|
2323
|
+
|
|
2317
2324
|
point
|
|
2318
|
-
|
|
2325
|
+
|
|
2319
2326
|
polyline
|
|
2320
|
-
|
|
2327
|
+
|
|
2321
2328
|
multipolygon
|
|
2322
|
-
|
|
2329
|
+
|
|
2323
2330
|
envelope
|
|
2324
|
-
|
|
2331
|
+
|
|
2325
2332
|
multipoint
|
|
2326
2333
|
*/
|
|
2327
2334
|
export declare enum GeometryType {
|
|
@@ -2393,6 +2400,21 @@ export interface GetBulkFeaturesParametersDc {
|
|
|
2393
2400
|
/** Comma separated list of attributes to be returned. If not set, all attributes are returned. */
|
|
2394
2401
|
attributes?: string[];
|
|
2395
2402
|
}
|
|
2403
|
+
/**
|
|
2404
|
+
* Get features count with layer filter condition data contract.
|
|
2405
|
+
*/
|
|
2406
|
+
export interface GetBulkFilteredFeaturesCountDc {
|
|
2407
|
+
/** Layer name. */
|
|
2408
|
+
layerName?: string;
|
|
2409
|
+
/** Layer condition. */
|
|
2410
|
+
condition?: string;
|
|
2411
|
+
/** Collection of filtering conditions. */
|
|
2412
|
+
conditions?: string[];
|
|
2413
|
+
/** Query parameters. */
|
|
2414
|
+
parameters?: Record<string, any>;
|
|
2415
|
+
/** Filter query geometries. */
|
|
2416
|
+
geometries?: QueryGeometryDc[];
|
|
2417
|
+
}
|
|
2396
2418
|
/**
|
|
2397
2419
|
* Get classified attribute values data contract.
|
|
2398
2420
|
*/
|
|
@@ -2546,13 +2568,13 @@ export declare type GridElementDc = ModelElementDc & {
|
|
|
2546
2568
|
};
|
|
2547
2569
|
/**
|
|
2548
2570
|
* Resource group.
|
|
2549
|
-
|
|
2571
|
+
|
|
2550
2572
|
my
|
|
2551
|
-
|
|
2573
|
+
|
|
2552
2574
|
role
|
|
2553
|
-
|
|
2575
|
+
|
|
2554
2576
|
public
|
|
2555
|
-
|
|
2577
|
+
|
|
2556
2578
|
all
|
|
2557
2579
|
*/
|
|
2558
2580
|
export declare enum Group {
|
|
@@ -2751,7 +2773,7 @@ export declare type LabelSymbolDc = SymbolDc & {
|
|
|
2751
2773
|
};
|
|
2752
2774
|
export declare type LastTrackSymbolDc = TrackSymbolBaseDc & {
|
|
2753
2775
|
type?: string | null;
|
|
2754
|
-
symbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | CombinedSvgSymbolDc | SvgSymbolDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc | null;
|
|
2776
|
+
symbol?: 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;
|
|
2755
2777
|
};
|
|
2756
2778
|
/**
|
|
2757
2779
|
* Information about the layer attributes and their configuration.
|
|
@@ -2908,13 +2930,13 @@ export declare type LegendTemplateModelDc = TemplateModelDc & {
|
|
|
2908
2930
|
};
|
|
2909
2931
|
/**
|
|
2910
2932
|
* Specifies the settings of line cap. This is applied to the beginning and end of each non-closed line.
|
|
2911
|
-
|
|
2933
|
+
|
|
2912
2934
|
Flat
|
|
2913
|
-
|
|
2935
|
+
|
|
2914
2936
|
Square
|
|
2915
|
-
|
|
2937
|
+
|
|
2916
2938
|
Round
|
|
2917
|
-
|
|
2939
|
+
|
|
2918
2940
|
Triangle
|
|
2919
2941
|
*/
|
|
2920
2942
|
export declare enum LineCapStyle {
|
|
@@ -2958,29 +2980,29 @@ export interface LineEndingBaseDc {
|
|
|
2958
2980
|
}
|
|
2959
2981
|
/**
|
|
2960
2982
|
* Type of the line ending.
|
|
2961
|
-
|
|
2983
|
+
|
|
2962
2984
|
none
|
|
2963
|
-
|
|
2985
|
+
|
|
2964
2986
|
arrow
|
|
2965
|
-
|
|
2987
|
+
|
|
2966
2988
|
filledArrow
|
|
2967
|
-
|
|
2989
|
+
|
|
2968
2990
|
square
|
|
2969
|
-
|
|
2991
|
+
|
|
2970
2992
|
filledSquare
|
|
2971
|
-
|
|
2993
|
+
|
|
2972
2994
|
circle
|
|
2973
|
-
|
|
2995
|
+
|
|
2974
2996
|
filledCircle
|
|
2975
|
-
|
|
2997
|
+
|
|
2976
2998
|
diamond
|
|
2977
|
-
|
|
2999
|
+
|
|
2978
3000
|
filledDiamond
|
|
2979
|
-
|
|
3001
|
+
|
|
2980
3002
|
roundSquare
|
|
2981
|
-
|
|
3003
|
+
|
|
2982
3004
|
filledRoundSquare
|
|
2983
|
-
|
|
3005
|
+
|
|
2984
3006
|
svg
|
|
2985
3007
|
*/
|
|
2986
3008
|
export declare enum LineEndingType {
|
|
@@ -2999,11 +3021,11 @@ export declare enum LineEndingType {
|
|
|
2999
3021
|
}
|
|
3000
3022
|
/**
|
|
3001
3023
|
* Specifies the settings of lines join. This is applied to corners in lines and rectangles.
|
|
3002
|
-
|
|
3024
|
+
|
|
3003
3025
|
Miter
|
|
3004
|
-
|
|
3026
|
+
|
|
3005
3027
|
Bevel
|
|
3006
|
-
|
|
3028
|
+
|
|
3007
3029
|
Round
|
|
3008
3030
|
*/
|
|
3009
3031
|
export declare enum LineJoinType {
|
|
@@ -3020,6 +3042,7 @@ export declare type LinearServiceConfigurationDc = ServiceConfigurationBaseDc &
|
|
|
3020
3042
|
condition?: string | null;
|
|
3021
3043
|
featuresLimit?: number;
|
|
3022
3044
|
extentOffset?: number;
|
|
3045
|
+
clientStyle?: any;
|
|
3023
3046
|
};
|
|
3024
3047
|
/**
|
|
3025
3048
|
* Search resources.
|
|
@@ -3098,7 +3121,7 @@ export interface LoginResultDc {
|
|
|
3098
3121
|
}
|
|
3099
3122
|
/**
|
|
3100
3123
|
* SPCore.Connectors.Connectors.Base.Models.Data.MapTableInfoDc provides information to create datasource and maps it to exists database table.
|
|
3101
|
-
|
|
3124
|
+
|
|
3102
3125
|
SPCore.Connectors.Connectors.Base.Models.Data.MapTableInfoDc.Name can be materialized view or view.
|
|
3103
3126
|
*/
|
|
3104
3127
|
export interface MapTableInfoDc {
|
|
@@ -3146,6 +3169,15 @@ export declare type MaterializedViewConfigurationDc = TableConfigurationBaseDc &
|
|
|
3146
3169
|
eql?: string | null;
|
|
3147
3170
|
eqlParameters?: Record<string, any>;
|
|
3148
3171
|
};
|
|
3172
|
+
/**
|
|
3173
|
+
* 3D model symbol.
|
|
3174
|
+
*/
|
|
3175
|
+
export declare type Model3DSymbolDc = SymbolDc & {
|
|
3176
|
+
type?: string | null;
|
|
3177
|
+
urlModel?: ParameterDcString;
|
|
3178
|
+
size?: ParameterDcDouble;
|
|
3179
|
+
angle?: ParameterDcDouble;
|
|
3180
|
+
};
|
|
3149
3181
|
/**
|
|
3150
3182
|
* Base template model data contract.
|
|
3151
3183
|
*/
|
|
@@ -3189,7 +3221,7 @@ export declare type MultiPointDc = GeometryDc & {
|
|
|
3189
3221
|
*/
|
|
3190
3222
|
export declare type MultipointSymbolDc = SymbolDc & {
|
|
3191
3223
|
type?: string | null;
|
|
3192
|
-
pointSymbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | CombinedSvgSymbolDc | SvgSymbolDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc | null;
|
|
3224
|
+
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;
|
|
3193
3225
|
};
|
|
3194
3226
|
/**
|
|
3195
3227
|
* RasterMetaDc.
|
|
@@ -3206,11 +3238,11 @@ export declare type NoneEndingDc = LineEndingBaseDc & {
|
|
|
3206
3238
|
export declare type ObjectId = object;
|
|
3207
3239
|
/**
|
|
3208
3240
|
* Filter exists resources by owner.
|
|
3209
|
-
|
|
3241
|
+
|
|
3210
3242
|
My
|
|
3211
|
-
|
|
3243
|
+
|
|
3212
3244
|
Shared
|
|
3213
|
-
|
|
3245
|
+
|
|
3214
3246
|
Public
|
|
3215
3247
|
*/
|
|
3216
3248
|
export declare enum OwnerFilter {
|
|
@@ -3427,9 +3459,9 @@ export declare type PatternBrushDc = FillBrushDc & {
|
|
|
3427
3459
|
};
|
|
3428
3460
|
/**
|
|
3429
3461
|
* Influences the y direction of the tile coordinates. The global-mercator (aka Spherical Mercator) profile is assumed.
|
|
3430
|
-
|
|
3462
|
+
|
|
3431
3463
|
xyz
|
|
3432
|
-
|
|
3464
|
+
|
|
3433
3465
|
tms
|
|
3434
3466
|
*/
|
|
3435
3467
|
export declare enum PbfSchema {
|
|
@@ -3450,19 +3482,19 @@ export declare type PbfServiceInfoDc = ProxyServiceInfoDc & {
|
|
|
3450
3482
|
};
|
|
3451
3483
|
/**
|
|
3452
3484
|
*
|
|
3453
|
-
|
|
3485
|
+
|
|
3454
3486
|
none
|
|
3455
|
-
|
|
3487
|
+
|
|
3456
3488
|
configure
|
|
3457
|
-
|
|
3489
|
+
|
|
3458
3490
|
write
|
|
3459
|
-
|
|
3491
|
+
|
|
3460
3492
|
read
|
|
3461
|
-
|
|
3493
|
+
|
|
3462
3494
|
read,configure
|
|
3463
|
-
|
|
3495
|
+
|
|
3464
3496
|
read,write
|
|
3465
|
-
|
|
3497
|
+
|
|
3466
3498
|
read,write,configure
|
|
3467
3499
|
*/
|
|
3468
3500
|
export declare enum Permissions {
|
|
@@ -3514,21 +3546,21 @@ export interface PolicyDc {
|
|
|
3514
3546
|
}
|
|
3515
3547
|
/**
|
|
3516
3548
|
* Type of the authorization policy.
|
|
3517
|
-
|
|
3549
|
+
|
|
3518
3550
|
Unknown
|
|
3519
|
-
|
|
3551
|
+
|
|
3520
3552
|
CreateTable
|
|
3521
|
-
|
|
3553
|
+
|
|
3522
3554
|
CreateLayer
|
|
3523
|
-
|
|
3555
|
+
|
|
3524
3556
|
CreateProject
|
|
3525
|
-
|
|
3557
|
+
|
|
3526
3558
|
MaxFeaturesInOneTable
|
|
3527
|
-
|
|
3559
|
+
|
|
3528
3560
|
MaxObjectsToExport
|
|
3529
|
-
|
|
3561
|
+
|
|
3530
3562
|
MaxUploadContentSize
|
|
3531
|
-
|
|
3563
|
+
|
|
3532
3564
|
MaxEqlQueryParametersValues
|
|
3533
3565
|
*/
|
|
3534
3566
|
export declare enum PolicyType {
|
|
@@ -3653,6 +3685,7 @@ export declare type PostgresLayerServiceConfigurationDc = ServiceConfigurationBa
|
|
|
3653
3685
|
featuresLimit?: number;
|
|
3654
3686
|
extentOffset?: number;
|
|
3655
3687
|
simplify?: SimplifyInfoDc;
|
|
3688
|
+
clientStyle?: any;
|
|
3656
3689
|
};
|
|
3657
3690
|
/**
|
|
3658
3691
|
* Configuration of a postgres tile catalog service.
|
|
@@ -3660,6 +3693,7 @@ export declare type PostgresLayerServiceConfigurationDc = ServiceConfigurationBa
|
|
|
3660
3693
|
export declare type PostgresTileCatalogServiceConfigurationDc = ServiceConfigurationBaseDc & {
|
|
3661
3694
|
attributesConfiguration: AttributesConfigurationDc | EqlAttributesConfigurationDc;
|
|
3662
3695
|
style?: StyleDc;
|
|
3696
|
+
clientStyle?: any;
|
|
3663
3697
|
condition?: string | null;
|
|
3664
3698
|
featuresLimit?: number;
|
|
3665
3699
|
minLodLevel?: number;
|
|
@@ -3789,9 +3823,9 @@ export declare type ProxyServiceConfigurationDc = ServiceConfigurationBaseDc & {
|
|
|
3789
3823
|
maxResolution?: number;
|
|
3790
3824
|
layers?: string[] | null;
|
|
3791
3825
|
styles?: Record<string, {
|
|
3792
|
-
point?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | CombinedSvgSymbolDc | SvgSymbolDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
3793
|
-
polyline?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | CombinedSvgSymbolDc | SvgSymbolDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
3794
|
-
polygon?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | CombinedSvgSymbolDc | SvgSymbolDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
3826
|
+
point?: 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;
|
|
3827
|
+
polyline?: 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;
|
|
3828
|
+
polygon?: 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;
|
|
3795
3829
|
}>;
|
|
3796
3830
|
};
|
|
3797
3831
|
/**
|
|
@@ -3953,11 +3987,11 @@ export declare type PythonTaskMethodConfigurationDc = TaskMethodConfigurationDc
|
|
|
3953
3987
|
};
|
|
3954
3988
|
/**
|
|
3955
3989
|
* Stream quality.
|
|
3956
|
-
|
|
3990
|
+
|
|
3957
3991
|
Low
|
|
3958
|
-
|
|
3992
|
+
|
|
3959
3993
|
Medium
|
|
3960
|
-
|
|
3994
|
+
|
|
3961
3995
|
High
|
|
3962
3996
|
*/
|
|
3963
3997
|
export declare enum Quality {
|
|
@@ -3999,6 +4033,7 @@ export declare type QueryLayerServiceConfigurationDc = ServiceConfigurationBaseD
|
|
|
3999
4033
|
geometryType?: AttributeType;
|
|
4000
4034
|
attributesConfiguration?: EqlAttributesConfigurationDc;
|
|
4001
4035
|
style?: StyleDc;
|
|
4036
|
+
clientStyle?: any;
|
|
4002
4037
|
condition?: string | null;
|
|
4003
4038
|
featuresLimit?: number;
|
|
4004
4039
|
extentOffset?: number;
|
|
@@ -4387,23 +4422,23 @@ export interface RegisterUserDc {
|
|
|
4387
4422
|
}
|
|
4388
4423
|
/**
|
|
4389
4424
|
* RemoteTaskStatus enum.
|
|
4390
|
-
|
|
4425
|
+
|
|
4391
4426
|
Init
|
|
4392
|
-
|
|
4427
|
+
|
|
4393
4428
|
Process
|
|
4394
|
-
|
|
4429
|
+
|
|
4395
4430
|
Completed
|
|
4396
|
-
|
|
4431
|
+
|
|
4397
4432
|
Interrupted
|
|
4398
|
-
|
|
4433
|
+
|
|
4399
4434
|
Error
|
|
4400
|
-
|
|
4435
|
+
|
|
4401
4436
|
Timeout
|
|
4402
|
-
|
|
4437
|
+
|
|
4403
4438
|
Waiting
|
|
4404
|
-
|
|
4439
|
+
|
|
4405
4440
|
InQueue
|
|
4406
|
-
|
|
4441
|
+
|
|
4407
4442
|
Unknown
|
|
4408
4443
|
*/
|
|
4409
4444
|
export declare enum RemoteTaskStatus {
|
|
@@ -4623,15 +4658,15 @@ export interface ResourceParentDc {
|
|
|
4623
4658
|
}
|
|
4624
4659
|
/**
|
|
4625
4660
|
* Resources types filter.
|
|
4626
|
-
|
|
4661
|
+
|
|
4627
4662
|
RemoteTileService
|
|
4628
|
-
|
|
4663
|
+
|
|
4629
4664
|
ProxyService
|
|
4630
|
-
|
|
4665
|
+
|
|
4631
4666
|
PostgresLayerService
|
|
4632
|
-
|
|
4667
|
+
|
|
4633
4668
|
QueryLayerService
|
|
4634
|
-
|
|
4669
|
+
|
|
4635
4670
|
TileCatalogTable
|
|
4636
4671
|
*/
|
|
4637
4672
|
export declare enum ResourceSubTypeFilter {
|
|
@@ -4643,21 +4678,21 @@ export declare enum ResourceSubTypeFilter {
|
|
|
4643
4678
|
}
|
|
4644
4679
|
/**
|
|
4645
4680
|
*
|
|
4646
|
-
|
|
4681
|
+
|
|
4647
4682
|
Unknown
|
|
4648
|
-
|
|
4683
|
+
|
|
4649
4684
|
table
|
|
4650
|
-
|
|
4685
|
+
|
|
4651
4686
|
layer
|
|
4652
|
-
|
|
4687
|
+
|
|
4653
4688
|
project
|
|
4654
|
-
|
|
4689
|
+
|
|
4655
4690
|
file
|
|
4656
|
-
|
|
4691
|
+
|
|
4657
4692
|
feature
|
|
4658
|
-
|
|
4693
|
+
|
|
4659
4694
|
tag
|
|
4660
|
-
|
|
4695
|
+
|
|
4661
4696
|
datasource
|
|
4662
4697
|
*/
|
|
4663
4698
|
export declare enum ResourceType {
|
|
@@ -4672,23 +4707,23 @@ export declare enum ResourceType {
|
|
|
4672
4707
|
}
|
|
4673
4708
|
/**
|
|
4674
4709
|
* Resources types filter.
|
|
4675
|
-
|
|
4710
|
+
|
|
4676
4711
|
Map
|
|
4677
|
-
|
|
4712
|
+
|
|
4678
4713
|
Layer
|
|
4679
|
-
|
|
4714
|
+
|
|
4680
4715
|
Table
|
|
4681
|
-
|
|
4716
|
+
|
|
4682
4717
|
RasterCatalog
|
|
4683
|
-
|
|
4718
|
+
|
|
4684
4719
|
ProxyService
|
|
4685
|
-
|
|
4720
|
+
|
|
4686
4721
|
RemoteTileService
|
|
4687
|
-
|
|
4722
|
+
|
|
4688
4723
|
File
|
|
4689
|
-
|
|
4724
|
+
|
|
4690
4725
|
DataSource
|
|
4691
|
-
|
|
4726
|
+
|
|
4692
4727
|
TaskPrototype
|
|
4693
4728
|
*/
|
|
4694
4729
|
export declare enum ResourceTypeFilter {
|
|
@@ -4709,9 +4744,9 @@ export declare enum ResourceTypeLink {
|
|
|
4709
4744
|
}
|
|
4710
4745
|
/**
|
|
4711
4746
|
*
|
|
4712
|
-
|
|
4747
|
+
|
|
4713
4748
|
code
|
|
4714
|
-
|
|
4749
|
+
|
|
4715
4750
|
token
|
|
4716
4751
|
*/
|
|
4717
4752
|
export declare enum ResponseType {
|
|
@@ -4805,6 +4840,7 @@ export interface RouteFeatureDc {
|
|
|
4805
4840
|
export declare type RouteServiceConfigurationDc = ServiceConfigurationBaseDc & {
|
|
4806
4841
|
attributesConfiguration: AttributesConfigurationDc | EqlAttributesConfigurationDc;
|
|
4807
4842
|
style?: StyleDc;
|
|
4843
|
+
clientStyle?: any;
|
|
4808
4844
|
condition?: string | null;
|
|
4809
4845
|
featuresLimit?: number;
|
|
4810
4846
|
extentOffset?: number;
|
|
@@ -5082,7 +5118,7 @@ export interface SimpleEndingDc {
|
|
|
5082
5118
|
}
|
|
5083
5119
|
/**
|
|
5084
5120
|
* Polyline symbol the parameters of endings of which are calculated based on the parameters of the symbol stoke.
|
|
5085
|
-
|
|
5121
|
+
|
|
5086
5122
|
If the ending is set to be other then None, the size and color of the ending will be calculated based on the
|
|
5087
5123
|
stroke width and color of the symbol.
|
|
5088
5124
|
*/
|
|
@@ -5157,11 +5193,11 @@ export interface SimplifyInfoItemDc {
|
|
|
5157
5193
|
}
|
|
5158
5194
|
/**
|
|
5159
5195
|
*
|
|
5160
|
-
|
|
5196
|
+
|
|
5161
5197
|
Basic
|
|
5162
|
-
|
|
5198
|
+
|
|
5163
5199
|
PreserveTopology
|
|
5164
|
-
|
|
5200
|
+
|
|
5165
5201
|
VW
|
|
5166
5202
|
*/
|
|
5167
5203
|
export declare enum SimplifyType {
|
|
@@ -5307,13 +5343,13 @@ export interface StatisticsResultObject {
|
|
|
5307
5343
|
}
|
|
5308
5344
|
/**
|
|
5309
5345
|
*
|
|
5310
|
-
|
|
5346
|
+
|
|
5311
5347
|
None
|
|
5312
|
-
|
|
5348
|
+
|
|
5313
5349
|
Image
|
|
5314
|
-
|
|
5350
|
+
|
|
5315
5351
|
PkkCode
|
|
5316
|
-
|
|
5352
|
+
|
|
5317
5353
|
Attachments
|
|
5318
5354
|
*/
|
|
5319
5355
|
export declare enum StringSubType {
|
|
@@ -5348,7 +5384,7 @@ export interface StyleDc {
|
|
|
5348
5384
|
*/
|
|
5349
5385
|
condition?: string;
|
|
5350
5386
|
/** Symbol that is used to draw the features of the layer. */
|
|
5351
|
-
symbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | IsolinesLabelSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | CombinedSvgSymbolDc | SvgSymbolDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
5387
|
+
symbol?: 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;
|
|
5352
5388
|
/**
|
|
5353
5389
|
* Child styles. Before rendering a feature, the children style conditions are checked. If none
|
|
5354
5390
|
* of the child styles were applied, then the paren style is used to draw the feature.
|
|
@@ -5948,9 +5984,9 @@ export interface TaskResourceCreateDto {
|
|
|
5948
5984
|
}
|
|
5949
5985
|
/**
|
|
5950
5986
|
* TaskPrototypeSubType.
|
|
5951
|
-
|
|
5987
|
+
|
|
5952
5988
|
SpTask
|
|
5953
|
-
|
|
5989
|
+
|
|
5954
5990
|
PythonTask
|
|
5955
5991
|
*/
|
|
5956
5992
|
export declare enum TaskResourceSubType {
|
|
@@ -6079,13 +6115,13 @@ export interface TestConnectionInfoDc {
|
|
|
6079
6115
|
}
|
|
6080
6116
|
/**
|
|
6081
6117
|
* Sets the horizontal alignment of text.
|
|
6082
|
-
|
|
6118
|
+
|
|
6083
6119
|
right
|
|
6084
|
-
|
|
6120
|
+
|
|
6085
6121
|
left
|
|
6086
|
-
|
|
6122
|
+
|
|
6087
6123
|
center
|
|
6088
|
-
|
|
6124
|
+
|
|
6089
6125
|
justified
|
|
6090
6126
|
*/
|
|
6091
6127
|
export declare enum TextAlignment {
|
|
@@ -6105,11 +6141,11 @@ export interface TextBackgroundDc {
|
|
|
6105
6141
|
}
|
|
6106
6142
|
/**
|
|
6107
6143
|
* Sets the vertical alignment of text.
|
|
6108
|
-
|
|
6144
|
+
|
|
6109
6145
|
top
|
|
6110
|
-
|
|
6146
|
+
|
|
6111
6147
|
bottom
|
|
6112
|
-
|
|
6148
|
+
|
|
6113
6149
|
middle
|
|
6114
6150
|
*/
|
|
6115
6151
|
export declare enum TextVerticalAlignment {
|
|
@@ -6529,11 +6565,11 @@ export declare type WmsDataSourceDc = DataSourceDc & {
|
|
|
6529
6565
|
};
|
|
6530
6566
|
/**
|
|
6531
6567
|
*
|
|
6532
|
-
|
|
6568
|
+
|
|
6533
6569
|
Task
|
|
6534
|
-
|
|
6570
|
+
|
|
6535
6571
|
Rest
|
|
6536
|
-
|
|
6572
|
+
|
|
6537
6573
|
Both
|
|
6538
6574
|
*/
|
|
6539
6575
|
export declare enum WorkerMethodType {
|
|
@@ -6606,49 +6642,49 @@ export interface WorkerSettingsFieldDc {
|
|
|
6606
6642
|
}
|
|
6607
6643
|
/**
|
|
6608
6644
|
*
|
|
6609
|
-
|
|
6645
|
+
|
|
6610
6646
|
Int32
|
|
6611
|
-
|
|
6647
|
+
|
|
6612
6648
|
Int64
|
|
6613
|
-
|
|
6649
|
+
|
|
6614
6650
|
Double
|
|
6615
|
-
|
|
6651
|
+
|
|
6616
6652
|
String
|
|
6617
|
-
|
|
6653
|
+
|
|
6618
6654
|
Boolean
|
|
6619
|
-
|
|
6655
|
+
|
|
6620
6656
|
DateTime
|
|
6621
|
-
|
|
6657
|
+
|
|
6622
6658
|
Point
|
|
6623
|
-
|
|
6659
|
+
|
|
6624
6660
|
Geometry
|
|
6625
|
-
|
|
6661
|
+
|
|
6626
6662
|
Polyline
|
|
6627
|
-
|
|
6663
|
+
|
|
6628
6664
|
MultiPolygon
|
|
6629
|
-
|
|
6665
|
+
|
|
6630
6666
|
Polygon
|
|
6631
|
-
|
|
6667
|
+
|
|
6632
6668
|
Multipoint
|
|
6633
|
-
|
|
6669
|
+
|
|
6634
6670
|
IntergerArray
|
|
6635
|
-
|
|
6671
|
+
|
|
6636
6672
|
DoubleArray
|
|
6637
|
-
|
|
6673
|
+
|
|
6638
6674
|
StringArray
|
|
6639
|
-
|
|
6675
|
+
|
|
6640
6676
|
SourceEql
|
|
6641
|
-
|
|
6677
|
+
|
|
6642
6678
|
Layer
|
|
6643
|
-
|
|
6679
|
+
|
|
6644
6680
|
Table
|
|
6645
|
-
|
|
6681
|
+
|
|
6646
6682
|
Folder
|
|
6647
|
-
|
|
6683
|
+
|
|
6648
6684
|
Json
|
|
6649
|
-
|
|
6685
|
+
|
|
6650
6686
|
Attribute
|
|
6651
|
-
|
|
6687
|
+
|
|
6652
6688
|
AttributeArray
|
|
6653
6689
|
*/
|
|
6654
6690
|
export declare enum WorkerSettingsFieldType {
|
|
@@ -7285,6 +7321,7 @@ export interface GetBulkExtentsParams {
|
|
|
7285
7321
|
*/
|
|
7286
7322
|
sr?: number;
|
|
7287
7323
|
}
|
|
7324
|
+
export declare type GetFilteredFeaturesCountPayload = GetBulkFilteredFeaturesCountDc[];
|
|
7288
7325
|
export interface GetLayersListParams {
|
|
7289
7326
|
/**
|
|
7290
7327
|
* Full text query filter that allow to query in alias and name fields.
|
|
@@ -7670,7 +7707,7 @@ export interface AggregateAttributeParams {
|
|
|
7670
7707
|
/** Name of the layer. */
|
|
7671
7708
|
name: string;
|
|
7672
7709
|
}
|
|
7673
|
-
export interface
|
|
7710
|
+
export interface GetFilteredFeaturesCount1Params {
|
|
7674
7711
|
/** Condition to apply to the layer to filter the features. */
|
|
7675
7712
|
condition?: string;
|
|
7676
7713
|
/** Layer name. */
|
|
@@ -7682,7 +7719,7 @@ export interface ValidateExpressionParams {
|
|
|
7682
7719
|
/** Layer name. */
|
|
7683
7720
|
layerName: string;
|
|
7684
7721
|
}
|
|
7685
|
-
export interface
|
|
7722
|
+
export interface GetRasterMetaParams4 {
|
|
7686
7723
|
/**
|
|
7687
7724
|
* Min value for build histogram.
|
|
7688
7725
|
* @format double
|
|
@@ -7959,7 +7996,7 @@ export interface StatisticsDbParams {
|
|
|
7959
7996
|
*/
|
|
7960
7997
|
types?: AggregationFunction[];
|
|
7961
7998
|
}
|
|
7962
|
-
export interface
|
|
7999
|
+
export interface ClassifyParams9 {
|
|
7963
8000
|
/** Layer name. */
|
|
7964
8001
|
name: string;
|
|
7965
8002
|
/** Attribute name. */
|
|
@@ -8206,7 +8243,7 @@ export interface GetPublicCapabilitiesParams {
|
|
|
8206
8243
|
/** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
|
|
8207
8244
|
AcceptFormats?: string[];
|
|
8208
8245
|
}
|
|
8209
|
-
export interface
|
|
8246
|
+
export interface GetCapabilitiesParams4 {
|
|
8210
8247
|
/** Output format of service metadata. */
|
|
8211
8248
|
Format?: string;
|
|
8212
8249
|
/** Must be WMS. */
|