@evergis/api 3.0.148 → 3.0.150
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/__generated__/LayersService.d.ts +4 -4
- package/dist/__generated__/ProjectsService.d.ts +2 -2
- package/dist/__generated__/StatisticService.d.ts +2 -2
- package/dist/__generated__/TablesService.d.ts +2 -2
- package/dist/__generated__/WmsServerService.d.ts +2 -2
- package/dist/__generated__/data-contracts.d.ts +189 -52
- package/dist/api.cjs.development.js +1 -5
- 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 +4 -17
- package/dist/api.esm.js.map +1 -1
- package/package.json +4 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, AggregateAttributeParams, AggregationDataResultDc, AttributeDistinctsDc, BulkOperationResultDc, ClassifyDc, ClassifyParams, CompositeServiceConfigurationDc, CompositeServiceInfoDc, CreateFeaturesPayload, DeleteByConditionParams, DeleteFeatureParams, DeleteFeaturesParams, DeleteResourcesParams, DistinctsParams, EditAttributesInfoDc, EnvelopeDc, ExpressionValidationResultDc, FeatureDc, FeatureLayerServiceInfoDc, FeaturesContainsParams, FeatureSelectionDc, FeaturesListDc, FileUploadResponse, GetByGeometryGetParams, GetByGeometryParams, GetByGeometryPostParams, GetByGeometryPostPayload, GetByIdParams, GetFeaturesParams, GetFilteredFeaturesCountParams, GetLayerExtentParams, GetLayerImageParams, GetLayersInfoParams, GetLayersListParams,
|
|
1
|
+
import { AccessControlListDc, AggregateAttributeParams, AggregationDataResultDc, AttributeDistinctsDc, BulkOperationResultDc, ClassifyDc, ClassifyParams, CompositeServiceConfigurationDc, CompositeServiceInfoDc, CreateFeaturesPayload, DeleteByConditionParams, DeleteFeatureParams, DeleteFeaturesParams, DeleteResourcesParams, DistinctsParams, EditAttributesInfoDc, EnvelopeDc, ExpressionValidationResultDc, FeatureDc, FeatureLayerServiceInfoDc, FeaturesContainsParams, FeatureSelectionDc, FeaturesListDc, FileUploadResponse, GetByGeometryGetParams, GetByGeometryParams, GetByGeometryPostParams, GetByGeometryPostPayload, GetByIdParams, GetFeaturesParams, GetFilteredFeaturesCountParams, GetLayerExtentParams, GetLayerImageParams, GetLayersInfoParams, GetLayersListParams, GetRasterMetaParams3, GetTilesLayerImageParams, LayerUpdateInfo, LayerUpdateInfoDc, LinearServiceConfigurationDc, LocalTileServiceConfigurationDc, NetCdfMetaDc, PostgresTileCatalogServiceConfigurationDc, ProxyServiceConfigurationDc, ProxyServiceInfoDc, PublishPostgresLayerServicePayload, QueryLayerServiceConfigurationDc, QueryLayerServiceInfoDc, RasterMetaDc, RemoteTileServiceConfigurationDc, RemoteTileServiceInfo, RemoteTileServiceInfoDc, ResourceDependenciesDc, ResourceInfoDc, RouteFeatureDc, RouteServiceConfigurationDc, SelectFeaturesParams, ServiceInfoDc, SetPermissionsBatchPayload, SetPreviewPayload, StyledLayerServiceConfigurationDc, SubtractParams, SubtractPayload, TileServiceInfoDc, UniteParams, UnitePayload, UpdateFeaturePayload, UpdatePostgresLayerServicePayload, ValidateExpressionParams } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -137,7 +137,7 @@ export declare class LayersService extends Service {
|
|
|
137
137
|
* @request POST:/layers#type=PostgresLayerService
|
|
138
138
|
* @response `default` Error
|
|
139
139
|
*/
|
|
140
|
-
publishPostgresLayerService(data:
|
|
140
|
+
publishPostgresLayerService(data: PublishPostgresLayerServicePayload): Promise<FeatureLayerServiceInfoDc>;
|
|
141
141
|
/**
|
|
142
142
|
* No description
|
|
143
143
|
*
|
|
@@ -236,7 +236,7 @@ export declare class LayersService extends Service {
|
|
|
236
236
|
* @request PATCH:/layers/{name}#type=PostgresLayerService
|
|
237
237
|
* @response `default` Error
|
|
238
238
|
*/
|
|
239
|
-
updatePostgresLayerService(name: string, data:
|
|
239
|
+
updatePostgresLayerService(name: string, data: UpdatePostgresLayerServicePayload): Promise<FeatureLayerServiceInfoDc>;
|
|
240
240
|
/**
|
|
241
241
|
* No description
|
|
242
242
|
*
|
|
@@ -523,7 +523,7 @@ export declare class LayersService extends Service {
|
|
|
523
523
|
* @request GET:/layers/{name}/{id}/metadata
|
|
524
524
|
* @response `200` Success
|
|
525
525
|
*/
|
|
526
|
-
getRasterMeta({ name, id, ...query }:
|
|
526
|
+
getRasterMeta({ name, id, ...query }: GetRasterMetaParams3): Promise<(RasterMetaDc | NetCdfMetaDc)[]>;
|
|
527
527
|
/**
|
|
528
528
|
* No description
|
|
529
529
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, BulkOperationResultDc,
|
|
1
|
+
import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams5, ExtendedProjectInfoDc, ExtendedProjectLayersInfo, FileUploadResponse, GetProjectsInfoParams, GetProjectsListParams, PagedListProjectInfoDc, ResourceDependenciesDc, SetPermissionsBatchBody, SetPreviewBody } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -49,7 +49,7 @@ export declare class ProjectsService extends Service {
|
|
|
49
49
|
* @request DELETE:/projects
|
|
50
50
|
* @response `200` Success
|
|
51
51
|
*/
|
|
52
|
-
deleteResources(query:
|
|
52
|
+
deleteResources(query: DeleteResourcesParams5): Promise<BulkOperationResultDc[]>;
|
|
53
53
|
/**
|
|
54
54
|
* No description
|
|
55
55
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ClassifyDc,
|
|
1
|
+
import { ClassifyDc, ClassifyParams6, StatisticsDbParams, StatisticsDc, SumOfProductParams } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -27,7 +27,7 @@ export declare class StatisticService extends Service {
|
|
|
27
27
|
* @request GET:/statistics/classify
|
|
28
28
|
* @response `200` Success
|
|
29
29
|
*/
|
|
30
|
-
classify(query:
|
|
30
|
+
classify(query: ClassifyParams6): Promise<ClassifyDc>;
|
|
31
31
|
/**
|
|
32
32
|
* No description
|
|
33
33
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, BulkOperationResultDc,
|
|
1
|
+
import { AccessControlListDc, BulkOperationResultDc, DeleteResourcesParams8, DeleteTableDataParams, DetailedTableInfoDc, FileUploadResponse, GetTableDataParams, GetTableListParams, GetTablesInfoParams, GetUniqueDataRowsParams, MapTableInfoDc, MapTableParams, PagedListIEnumerable1, PagedListTableInfoDc, ResourceDependenciesDc, SetPermissionsBatchInput, SetPreviewInput, UpdateTableDataParams, UpdateTableDataPayload, UpdateTableDc, WriteTableDataPayload } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -49,7 +49,7 @@ export declare class TablesService extends Service {
|
|
|
49
49
|
* @request DELETE:/tables
|
|
50
50
|
* @response `200` Success
|
|
51
51
|
*/
|
|
52
|
-
deleteResources(query:
|
|
52
|
+
deleteResources(query: DeleteResourcesParams8): Promise<BulkOperationResultDc[]>;
|
|
53
53
|
/**
|
|
54
54
|
* No description
|
|
55
55
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GetCapabilities1Params,
|
|
1
|
+
import { GetCapabilities1Params, GetCapabilitiesParams2, GetFeatureInfoParams, GetLegendGraphicParams, GetMapParams } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -16,7 +16,7 @@ export declare class WmsServerService extends Service {
|
|
|
16
16
|
* @request GET:/wms#REQUEST=GetCapabilities
|
|
17
17
|
* @response `200` Success
|
|
18
18
|
*/
|
|
19
|
-
getCapabilities(query:
|
|
19
|
+
getCapabilities(query: GetCapabilitiesParams2): Promise<void>;
|
|
20
20
|
/**
|
|
21
21
|
* No description
|
|
22
22
|
*
|
|
@@ -262,6 +262,18 @@ export interface AggregationSettingDc {
|
|
|
262
262
|
*/
|
|
263
263
|
aggregationFunction: AggregationFunction;
|
|
264
264
|
}
|
|
265
|
+
/**
|
|
266
|
+
* Simple not filled arrow.
|
|
267
|
+
*/
|
|
268
|
+
export declare type ArrowLineEndingDc = LineEndingBaseDc & {
|
|
269
|
+
type?: LineEndingType;
|
|
270
|
+
color?: ParameterDcColor;
|
|
271
|
+
strokeWidth?: CalculatedParameterDc;
|
|
272
|
+
width?: CalculatedParameterDc;
|
|
273
|
+
lenght?: CalculatedParameterDc;
|
|
274
|
+
vOffset?: CalculatedParameterDc;
|
|
275
|
+
hOffset?: CalculatedParameterDc;
|
|
276
|
+
};
|
|
265
277
|
/**
|
|
266
278
|
* Configuration of an attribute in a feature layer.
|
|
267
279
|
*/
|
|
@@ -690,6 +702,17 @@ export interface CatalogResourceDc {
|
|
|
690
702
|
/** Users list. */
|
|
691
703
|
users: string[];
|
|
692
704
|
}
|
|
705
|
+
/**
|
|
706
|
+
* Ending with an empty circle.
|
|
707
|
+
*/
|
|
708
|
+
export declare type CircleLineEndingDc = LineEndingBaseDc & {
|
|
709
|
+
type?: LineEndingType;
|
|
710
|
+
color?: ParameterDcColor;
|
|
711
|
+
size?: CalculatedParameterDc;
|
|
712
|
+
strokeWidth?: CalculatedParameterDc;
|
|
713
|
+
vOffset?: CalculatedParameterDc;
|
|
714
|
+
hOffset?: CalculatedParameterDc;
|
|
715
|
+
};
|
|
693
716
|
/**
|
|
694
717
|
* The symbol that draws a feature as a circle.
|
|
695
718
|
*/
|
|
@@ -838,7 +861,7 @@ export interface ColumnDescriptionDc {
|
|
|
838
861
|
*/
|
|
839
862
|
export declare type CombinedPolylineSymbolDc = SymbolDc & {
|
|
840
863
|
type?: string;
|
|
841
|
-
values?:
|
|
864
|
+
values?: SimplePolylineSymbolDc[];
|
|
842
865
|
};
|
|
843
866
|
/**
|
|
844
867
|
* Data contract for SPCore.Connectors.Connectors.Base.Models.Composite.CompositeLayerConfigurationDc.
|
|
@@ -1265,7 +1288,7 @@ export declare type CsvStaticTaskDataStorageDc = StaticTaskDataStorageDc & {
|
|
|
1265
1288
|
*/
|
|
1266
1289
|
export declare type DashedBrushDc = StrokeBrushDc & {
|
|
1267
1290
|
type: string;
|
|
1268
|
-
intervals
|
|
1291
|
+
intervals?: ParameterDcDoubleArray;
|
|
1269
1292
|
phase?: number;
|
|
1270
1293
|
};
|
|
1271
1294
|
/**
|
|
@@ -1700,6 +1723,8 @@ export interface FeatureDc {
|
|
|
1700
1723
|
attributes: Record<string, any>;
|
|
1701
1724
|
/** Feature unique identifier. */
|
|
1702
1725
|
id?: string;
|
|
1726
|
+
/** Values for all bands of feature by pixel point. */
|
|
1727
|
+
bandsValues?: Record<string, number | null>;
|
|
1703
1728
|
}
|
|
1704
1729
|
/**
|
|
1705
1730
|
* Service info for a feature layer service.
|
|
@@ -1893,6 +1918,37 @@ export interface FileUploadResponse {
|
|
|
1893
1918
|
export declare type FillBrushDc = BrushDc & {
|
|
1894
1919
|
color?: ParameterDcColor;
|
|
1895
1920
|
};
|
|
1921
|
+
/**
|
|
1922
|
+
* Line ending with 3-point filled arrow.
|
|
1923
|
+
*/
|
|
1924
|
+
export declare type FilledArrowLineEndingDc = LineEndingBaseDc & {
|
|
1925
|
+
type?: LineEndingType;
|
|
1926
|
+
color?: ParameterDcColor;
|
|
1927
|
+
width?: CalculatedParameterDc;
|
|
1928
|
+
length?: CalculatedParameterDc;
|
|
1929
|
+
vOffset?: CalculatedParameterDc;
|
|
1930
|
+
hOffset?: CalculatedParameterDc;
|
|
1931
|
+
};
|
|
1932
|
+
/**
|
|
1933
|
+
* Ending with simple solid filled circle.
|
|
1934
|
+
*/
|
|
1935
|
+
export declare type FilledCircleLineEndingDc = LineEndingBaseDc & {
|
|
1936
|
+
type?: LineEndingType;
|
|
1937
|
+
color?: ParameterDcColor;
|
|
1938
|
+
size?: CalculatedParameterDc;
|
|
1939
|
+
vOffset?: CalculatedParameterDc;
|
|
1940
|
+
hOffset?: CalculatedParameterDc;
|
|
1941
|
+
};
|
|
1942
|
+
/**
|
|
1943
|
+
* Simple solid filled square ending.
|
|
1944
|
+
*/
|
|
1945
|
+
export declare type FilledSquareLineEndingDc = LineEndingBaseDc & {
|
|
1946
|
+
type?: LineEndingType;
|
|
1947
|
+
color?: ParameterDcColor;
|
|
1948
|
+
size?: CalculatedParameterDc;
|
|
1949
|
+
vOffset?: CalculatedParameterDc;
|
|
1950
|
+
hOffset?: CalculatedParameterDc;
|
|
1951
|
+
};
|
|
1896
1952
|
/**
|
|
1897
1953
|
* Server task that copies the objects from the source storage that satisfy the filter conditions to the target layer.
|
|
1898
1954
|
*/
|
|
@@ -2172,28 +2228,6 @@ export interface IEnvelopeGeometry {
|
|
|
2172
2228
|
sr?: ISpatialReference;
|
|
2173
2229
|
envelope?: IEnvelopeGeometry;
|
|
2174
2230
|
}
|
|
2175
|
-
export interface ILineEndingDc {
|
|
2176
|
-
/**
|
|
2177
|
-
* Type of the line ending.
|
|
2178
|
-
*
|
|
2179
|
-
* none
|
|
2180
|
-
*
|
|
2181
|
-
* arrow
|
|
2182
|
-
*
|
|
2183
|
-
* filledArrow
|
|
2184
|
-
*
|
|
2185
|
-
* square
|
|
2186
|
-
*
|
|
2187
|
-
* filledSquare
|
|
2188
|
-
*
|
|
2189
|
-
* circle
|
|
2190
|
-
*
|
|
2191
|
-
* filledCircle
|
|
2192
|
-
*
|
|
2193
|
-
* svg
|
|
2194
|
-
*/
|
|
2195
|
-
type?: LineEndingType;
|
|
2196
|
-
}
|
|
2197
2231
|
export interface IRectangle {
|
|
2198
2232
|
/** @format double */
|
|
2199
2233
|
width?: number;
|
|
@@ -2580,16 +2614,31 @@ export declare enum LineCapStyle {
|
|
|
2580
2614
|
Triangle = "Triangle"
|
|
2581
2615
|
}
|
|
2582
2616
|
/**
|
|
2583
|
-
*
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2617
|
+
* Base class of line ending.
|
|
2618
|
+
*/
|
|
2619
|
+
export interface LineEndingBaseDc {
|
|
2620
|
+
/**
|
|
2621
|
+
* Type of the line ending.
|
|
2622
|
+
*
|
|
2623
|
+
* none
|
|
2624
|
+
*
|
|
2625
|
+
* arrow
|
|
2626
|
+
*
|
|
2627
|
+
* revertArrow
|
|
2628
|
+
*
|
|
2629
|
+
* filledArrow
|
|
2630
|
+
*
|
|
2631
|
+
* square
|
|
2632
|
+
*
|
|
2633
|
+
* filledSquare
|
|
2634
|
+
*
|
|
2635
|
+
* circle
|
|
2636
|
+
*
|
|
2637
|
+
* filledCircle
|
|
2638
|
+
*
|
|
2639
|
+
* svg
|
|
2640
|
+
*/
|
|
2641
|
+
type?: LineEndingType;
|
|
2593
2642
|
}
|
|
2594
2643
|
/**
|
|
2595
2644
|
* Type of the line ending.
|
|
@@ -2598,6 +2647,8 @@ none
|
|
|
2598
2647
|
|
|
2599
2648
|
arrow
|
|
2600
2649
|
|
|
2650
|
+
revertArrow
|
|
2651
|
+
|
|
2601
2652
|
filledArrow
|
|
2602
2653
|
|
|
2603
2654
|
square
|
|
@@ -2613,6 +2664,7 @@ svg
|
|
|
2613
2664
|
export declare enum LineEndingType {
|
|
2614
2665
|
None = "none",
|
|
2615
2666
|
Arrow = "arrow",
|
|
2667
|
+
RevertArrow = "revertArrow",
|
|
2616
2668
|
FilledArrow = "filledArrow",
|
|
2617
2669
|
Square = "square",
|
|
2618
2670
|
FilledSquare = "filledSquare",
|
|
@@ -2762,6 +2814,12 @@ export interface NamespaceInfoDc {
|
|
|
2762
2814
|
export declare type NetCdfMetaDc = RasterMetaDc & {
|
|
2763
2815
|
dimExtraValues?: Record<string, string[]>;
|
|
2764
2816
|
};
|
|
2817
|
+
/**
|
|
2818
|
+
* Define no ending data contract.
|
|
2819
|
+
*/
|
|
2820
|
+
export declare type NoneEndingDc = LineEndingBaseDc & {
|
|
2821
|
+
type?: LineEndingType;
|
|
2822
|
+
};
|
|
2765
2823
|
/**
|
|
2766
2824
|
* Id of any geographical or abstract object.
|
|
2767
2825
|
*/
|
|
@@ -3130,6 +3188,22 @@ export interface ParameterDcDouble extends BrandedType<'ParameterDcDouble'> {
|
|
|
3130
3188
|
/** Type of the parameter. Possible values are "simple", "byAttribute", "scale". */
|
|
3131
3189
|
type?: string;
|
|
3132
3190
|
}
|
|
3191
|
+
/**
|
|
3192
|
+
* Number parameter of a symbol. The parameter can be represented as a simple number, or
|
|
3193
|
+
as an object with a "type" parameter specified.
|
|
3194
|
+
*/
|
|
3195
|
+
export interface ParameterDcDoubleArray {
|
|
3196
|
+
/** Type of the parameter. Possible values are "simple", "byAttribute", "scale". */
|
|
3197
|
+
type?: string;
|
|
3198
|
+
}
|
|
3199
|
+
/**
|
|
3200
|
+
* Number parameter of a symbol. The parameter can be represented as a simple number, or
|
|
3201
|
+
as an object with a "type" parameter specified.
|
|
3202
|
+
*/
|
|
3203
|
+
export interface ParameterDcString {
|
|
3204
|
+
/** Type of the parameter. Possible values are "simple", "byAttribute", "scale". */
|
|
3205
|
+
type?: string;
|
|
3206
|
+
}
|
|
3133
3207
|
/**
|
|
3134
3208
|
* Provides image pattern brush properties.
|
|
3135
3209
|
*/
|
|
@@ -3303,13 +3377,16 @@ export declare type PolylineLabelSymbolDc = LabelSymbolDc & {
|
|
|
3303
3377
|
export declare type PolylineSymbolDc = SymbolDc & {
|
|
3304
3378
|
type?: string;
|
|
3305
3379
|
stroke?: DashedBrushDc | SolidStrokeBrushDc;
|
|
3306
|
-
beginning?:
|
|
3307
|
-
ending?:
|
|
3380
|
+
beginning?: ArrowLineEndingDc | CircleLineEndingDc | FilledArrowLineEndingDc | FilledCircleLineEndingDc | FilledSquareLineEndingDc | NoneEndingDc | SquareLineEndingDc;
|
|
3381
|
+
ending?: ArrowLineEndingDc | CircleLineEndingDc | FilledArrowLineEndingDc | FilledCircleLineEndingDc | FilledSquareLineEndingDc | NoneEndingDc | SquareLineEndingDc;
|
|
3308
3382
|
joinType?: LineJoinType;
|
|
3309
3383
|
joinRadius?: number;
|
|
3310
3384
|
miterLimit?: number;
|
|
3311
3385
|
offset?: CalculatedParameterDc;
|
|
3312
3386
|
lineCap?: LineCapStyle;
|
|
3387
|
+
outlined?: boolean;
|
|
3388
|
+
outlinedOnSingleSide?: boolean;
|
|
3389
|
+
quadrantSegments?: number;
|
|
3313
3390
|
};
|
|
3314
3391
|
/**
|
|
3315
3392
|
* The position at the map in [X, Y] format.
|
|
@@ -3386,6 +3463,10 @@ export interface ProjectConfigurationDc {
|
|
|
3386
3463
|
export interface ProjectContentItemDc {
|
|
3387
3464
|
/** Item name. */
|
|
3388
3465
|
name: string;
|
|
3466
|
+
/** Specifies name of the item in project. */
|
|
3467
|
+
clientData?: any;
|
|
3468
|
+
/** Client data storage. Storage isn't used by server. */
|
|
3469
|
+
alias?: string;
|
|
3389
3470
|
/**
|
|
3390
3471
|
* Opacity level of item.
|
|
3391
3472
|
* @format float
|
|
@@ -3572,14 +3653,10 @@ export interface ProxyServiceInfoDc {
|
|
|
3572
3653
|
/**
|
|
3573
3654
|
* Configuration of a postgres feature layer service.
|
|
3574
3655
|
*/
|
|
3575
|
-
export declare type QueryLayerServiceConfigurationDc =
|
|
3576
|
-
attributesConfiguration?: AttributesConfigurationDc;
|
|
3577
|
-
style?: StyleDc;
|
|
3578
|
-
condition?: string;
|
|
3579
|
-
featuresLimit?: number;
|
|
3580
|
-
extentOffset?: number;
|
|
3581
|
-
simplify?: SimplifyInfoDc;
|
|
3656
|
+
export declare type QueryLayerServiceConfigurationDc = PostgresLayerServiceConfigurationDc & {
|
|
3582
3657
|
eql?: string;
|
|
3658
|
+
srid?: number;
|
|
3659
|
+
geometryType?: AttributeType;
|
|
3583
3660
|
};
|
|
3584
3661
|
/**
|
|
3585
3662
|
* Service info for a feature layer service.
|
|
@@ -4439,6 +4516,45 @@ export interface SessionStaticTaskDataStorageDescription {
|
|
|
4439
4516
|
/** The name of the folder. */
|
|
4440
4517
|
folderName?: string;
|
|
4441
4518
|
}
|
|
4519
|
+
/**
|
|
4520
|
+
* Ending settings.
|
|
4521
|
+
*/
|
|
4522
|
+
export interface SimpleEndingDc {
|
|
4523
|
+
/**
|
|
4524
|
+
* Type of the line ending.
|
|
4525
|
+
*
|
|
4526
|
+
* none
|
|
4527
|
+
*
|
|
4528
|
+
* arrow
|
|
4529
|
+
*
|
|
4530
|
+
* revertArrow
|
|
4531
|
+
*
|
|
4532
|
+
* filledArrow
|
|
4533
|
+
*
|
|
4534
|
+
* square
|
|
4535
|
+
*
|
|
4536
|
+
* filledSquare
|
|
4537
|
+
*
|
|
4538
|
+
* circle
|
|
4539
|
+
*
|
|
4540
|
+
* filledCircle
|
|
4541
|
+
*
|
|
4542
|
+
* svg
|
|
4543
|
+
*/
|
|
4544
|
+
type?: LineEndingType;
|
|
4545
|
+
/**
|
|
4546
|
+
* Ending size.
|
|
4547
|
+
* @format float
|
|
4548
|
+
*/
|
|
4549
|
+
size?: number;
|
|
4550
|
+
/** Ending offset. */
|
|
4551
|
+
offset?: CalculatedParameterDc[];
|
|
4552
|
+
/**
|
|
4553
|
+
* Number parameter of a symbol. The parameter can be represented as a simple number, or
|
|
4554
|
+
* as an object with a "type" parameter specified.
|
|
4555
|
+
*/
|
|
4556
|
+
color?: ParameterDcColor;
|
|
4557
|
+
}
|
|
4442
4558
|
/**
|
|
4443
4559
|
* Polyline symbol the parameters of endings of which are calculated based on the parameters of the symbol stoke.
|
|
4444
4560
|
|
|
@@ -4448,14 +4564,16 @@ stroke width and color of the symbol.
|
|
|
4448
4564
|
export declare type SimplePolylineSymbolDc = SymbolDc & {
|
|
4449
4565
|
type?: string;
|
|
4450
4566
|
stroke?: DashedBrushDc | SolidStrokeBrushDc;
|
|
4451
|
-
beginning?:
|
|
4452
|
-
ending?:
|
|
4453
|
-
beginningSize?: LineEndingSize;
|
|
4454
|
-
endingSize?: LineEndingSize;
|
|
4567
|
+
beginning?: SimpleEndingDc;
|
|
4568
|
+
ending?: SimpleEndingDc;
|
|
4455
4569
|
joinType?: LineJoinType;
|
|
4570
|
+
lineCap?: LineCapStyle;
|
|
4456
4571
|
joinRadius?: number;
|
|
4457
4572
|
miterLimit?: number;
|
|
4458
4573
|
offset?: CalculatedParameterDc;
|
|
4574
|
+
outlined?: boolean;
|
|
4575
|
+
outlinedOnSingleSide?: boolean;
|
|
4576
|
+
quadrantSegments?: number;
|
|
4459
4577
|
};
|
|
4460
4578
|
/**
|
|
4461
4579
|
* Simplify configuration information.
|
|
@@ -4526,6 +4644,17 @@ export declare type SolidFillBrushDc = FillBrushDc & {
|
|
|
4526
4644
|
export declare type SolidStrokeBrushDc = StrokeBrushDc & {
|
|
4527
4645
|
type?: string;
|
|
4528
4646
|
};
|
|
4647
|
+
/**
|
|
4648
|
+
* Empty square ending.
|
|
4649
|
+
*/
|
|
4650
|
+
export declare type SquareLineEndingDc = LineEndingBaseDc & {
|
|
4651
|
+
type?: LineEndingType;
|
|
4652
|
+
color?: ParameterDcColor;
|
|
4653
|
+
size?: CalculatedParameterDc;
|
|
4654
|
+
strokeWidth?: CalculatedParameterDc;
|
|
4655
|
+
vOffset?: CalculatedParameterDc;
|
|
4656
|
+
hOffset?: CalculatedParameterDc;
|
|
4657
|
+
};
|
|
4529
4658
|
/**
|
|
4530
4659
|
* The symbol that draws a feature as a square.
|
|
4531
4660
|
*/
|
|
@@ -5989,6 +6118,14 @@ export interface GetLayersInfoParams {
|
|
|
5989
6118
|
/** ProjectName array with layers. */
|
|
5990
6119
|
projectNames?: string[];
|
|
5991
6120
|
}
|
|
6121
|
+
/**
|
|
6122
|
+
* Configuration of a postgres feature layer service.
|
|
6123
|
+
*/
|
|
6124
|
+
export declare type PublishPostgresLayerServicePayload = PostgresLayerServiceConfigurationDc | QueryLayerServiceConfigurationDc;
|
|
6125
|
+
/**
|
|
6126
|
+
* Configuration of a postgres feature layer service.
|
|
6127
|
+
*/
|
|
6128
|
+
export declare type UpdatePostgresLayerServicePayload = PostgresLayerServiceConfigurationDc | QueryLayerServiceConfigurationDc;
|
|
5992
6129
|
export interface GetFeaturesParams {
|
|
5993
6130
|
/** Sets features filtering query. */
|
|
5994
6131
|
query?: string;
|
|
@@ -6389,7 +6526,7 @@ export interface ValidateExpressionParams {
|
|
|
6389
6526
|
/** Layer name. */
|
|
6390
6527
|
layerName: string;
|
|
6391
6528
|
}
|
|
6392
|
-
export interface
|
|
6529
|
+
export interface GetRasterMetaParams3 {
|
|
6393
6530
|
/**
|
|
6394
6531
|
* Min value for build histogram.
|
|
6395
6532
|
* @format double
|
|
@@ -6516,7 +6653,7 @@ export interface GetProjectsListParams {
|
|
|
6516
6653
|
tags?: string[];
|
|
6517
6654
|
}
|
|
6518
6655
|
export declare type SetPermissionsBatchBody = ResourceAclDc[];
|
|
6519
|
-
export interface
|
|
6656
|
+
export interface DeleteResourcesParams5 {
|
|
6520
6657
|
/** Resource names. */
|
|
6521
6658
|
names?: string[];
|
|
6522
6659
|
}
|
|
@@ -6760,7 +6897,7 @@ export interface StatisticsDbParams {
|
|
|
6760
6897
|
*/
|
|
6761
6898
|
types?: AggregationFunction[];
|
|
6762
6899
|
}
|
|
6763
|
-
export interface
|
|
6900
|
+
export interface ClassifyParams6 {
|
|
6764
6901
|
/** Layer name. */
|
|
6765
6902
|
name?: string;
|
|
6766
6903
|
/** Attribute name. */
|
|
@@ -6884,7 +7021,7 @@ export interface GetTableListParams {
|
|
|
6884
7021
|
acl?: string;
|
|
6885
7022
|
}
|
|
6886
7023
|
export declare type SetPermissionsBatchInput = ResourceAclDc[];
|
|
6887
|
-
export interface
|
|
7024
|
+
export interface DeleteResourcesParams8 {
|
|
6888
7025
|
/** Resource names. */
|
|
6889
7026
|
names?: string[];
|
|
6890
7027
|
}
|
|
@@ -7041,7 +7178,7 @@ export interface GetPublicCapabilitiesParams {
|
|
|
7041
7178
|
/** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
|
|
7042
7179
|
AcceptFormats?: string[];
|
|
7043
7180
|
}
|
|
7044
|
-
export interface
|
|
7181
|
+
export interface GetCapabilitiesParams2 {
|
|
7045
7182
|
/** Output format of service metadata. */
|
|
7046
7183
|
Format?: string;
|
|
7047
7184
|
/** Must be WMS. */
|
|
@@ -7070,14 +7070,10 @@ function isFeatureLayer(layer) {
|
|
|
7070
7070
|
LineCapStyle["Triangle"] = "Triangle";
|
|
7071
7071
|
})(exports.LineCapStyle || (exports.LineCapStyle = {}));
|
|
7072
7072
|
|
|
7073
|
-
(function (LineEndingSize) {
|
|
7074
|
-
LineEndingSize["Small"] = "small";
|
|
7075
|
-
LineEndingSize["Large"] = "large";
|
|
7076
|
-
})(exports.LineEndingSize || (exports.LineEndingSize = {}));
|
|
7077
|
-
|
|
7078
7073
|
(function (LineEndingType) {
|
|
7079
7074
|
LineEndingType["None"] = "none";
|
|
7080
7075
|
LineEndingType["Arrow"] = "arrow";
|
|
7076
|
+
LineEndingType["RevertArrow"] = "revertArrow";
|
|
7081
7077
|
LineEndingType["FilledArrow"] = "filledArrow";
|
|
7082
7078
|
LineEndingType["Square"] = "square";
|
|
7083
7079
|
LineEndingType["FilledSquare"] = "filledSquare";
|