@evergis/api 3.0.67 → 3.0.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/__generated__/LayersService.d.ts +2 -2
- package/dist/__generated__/ProjectsService.d.ts +2 -2
- package/dist/__generated__/StatisticService.d.ts +12 -1
- package/dist/__generated__/TablesService.d.ts +2 -2
- package/dist/__generated__/WmsServerService.d.ts +2 -2
- package/dist/__generated__/data-contracts.d.ts +362 -3
- package/dist/api.cjs.development.js +1 -1
- package/dist/api.cjs.development.js.map +1 -1
- package/dist/api.cjs.production.min.js +1 -1
- package/dist/api.cjs.production.min.js.map +1 -1
- package/dist/api.esm.js +1 -1
- package/dist/api.esm.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, AddPermissionsPayload, AggregateAttributeParams, AggregationDataResultDc, AttributeDistinctsDc, BulkOperationResultDc, ClassifyParams, CompositeServiceInfoDc, CreateFeaturesPayload, DeleteByConditionParams, DeleteFeatureParams, DeleteFeaturesParams, DeleteResourcesParams, DistinctsParams, EditAttributesPayload, EnvelopeDc, ExpressionValidationResultDc, FeatureDc, FeatureLayerServiceInfoDc, FeaturesContainsParams, FeatureSelectionDc, FeaturesListDc, FileUploadResponse, GeometryDc, GetByGeometryGetParams, GetByGeometryParams, GetByGeometryPostParams, GetByGeometryPostPayload, GetByIdParams, GetFeaturesParams, GetFilteredFeaturesCountParams, GetLayerExtentParams, GetLayerImageParams, GetLayersListParams, GetTilesLayerImageParams, IListResponse, LayerUpdateInfoDc, PagedFeaturesListDc, ProxyServiceInfoDc, PublishCompositeServicePayload, PublishLocalTileServicePayload, PublishPostgresLayerServicePayload, PublishPostgresTileCatalogServicePayload, PublishProxyServicePayload, PublishRemoteTileServicePayload, PublishStyledLayerServicePayload, RemoteTileServiceInfo, RemoteTileServiceInfoDc, ResourceDependenciesDc, ResourceInfoDc, SelectFeaturesParams, ServiceInfoDc, ServiceListDc, SetPermissionsBatchPayload, SetPermissionsPayload, SetPreviewPayload, SubtractParams, SubtractPayload, TileServiceInfoDc, UniteParams, UnitePayload, UpdateCompositeServicePayload, UpdateFeaturePayload, UpdateLocalTileServicePayload, UpdatePostgresLayerServicePayload, UpdateProxyServicePayload, UpdateRemoteTileServicePayload, UpdateTileCatalogServicePayload, ValidateExpressionParams } from './data-contracts';
|
|
1
|
+
import { AccessControlListDc, AddPermissionsPayload, AggregateAttributeParams, AggregationDataResultDc, AttributeDistinctsDc, BulkOperationResultDc, ClassifyDc, ClassifyParams, CompositeServiceInfoDc, CreateFeaturesPayload, DeleteByConditionParams, DeleteFeatureParams, DeleteFeaturesParams, DeleteResourcesParams, DistinctsParams, EditAttributesPayload, EnvelopeDc, ExpressionValidationResultDc, FeatureDc, FeatureLayerServiceInfoDc, FeaturesContainsParams, FeatureSelectionDc, FeaturesListDc, FileUploadResponse, GeometryDc, GetByGeometryGetParams, GetByGeometryParams, GetByGeometryPostParams, GetByGeometryPostPayload, GetByIdParams, GetFeaturesParams, GetFilteredFeaturesCountParams, GetLayerExtentParams, GetLayerImageParams, GetLayersListParams, GetTilesLayerImageParams, IListResponse, LayerUpdateInfoDc, PagedFeaturesListDc, ProxyServiceInfoDc, PublishCompositeServicePayload, PublishLocalTileServicePayload, PublishPostgresLayerServicePayload, PublishPostgresTileCatalogServicePayload, PublishProxyServicePayload, PublishRemoteTileServicePayload, PublishStyledLayerServicePayload, RemoteTileServiceInfo, RemoteTileServiceInfoDc, ResourceDependenciesDc, ResourceInfoDc, SelectFeaturesParams, ServiceInfoDc, ServiceListDc, SetPermissionsBatchPayload, SetPermissionsPayload, SetPreviewPayload, SubtractParams, SubtractPayload, TileServiceInfoDc, UniteParams, UnitePayload, UpdateCompositeServicePayload, UpdateFeaturePayload, UpdateLocalTileServicePayload, UpdatePostgresLayerServicePayload, UpdateProxyServicePayload, UpdateRemoteTileServicePayload, UpdateTileCatalogServicePayload, ValidateExpressionParams } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -402,7 +402,7 @@ export declare class LayersService extends Service {
|
|
|
402
402
|
* @request GET:/layers/{name}/classify
|
|
403
403
|
* @response `200` Success
|
|
404
404
|
*/
|
|
405
|
-
classify({ name, ...query }: ClassifyParams): Promise<
|
|
405
|
+
classify({ name, ...query }: ClassifyParams): Promise<ClassifyDc>;
|
|
406
406
|
/**
|
|
407
407
|
* No description
|
|
408
408
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, AddPermissionsBody, BulkOperationResultDc, CompositeServiceInfoDc, CreateProjectPayload, CreateShareProjectPayload,
|
|
1
|
+
import { AccessControlListDc, AddPermissionsBody, BulkOperationResultDc, CompositeServiceInfoDc, CreateProjectPayload, CreateShareProjectPayload, DeleteResourcesParams8, ExtendedProjectLayersInfo, FileUploadResponse, GetProjectsListParams, IListResponse, ListResponseProjectInfoDc, ResourceDependenciesDc, ResourceInfoDc, ServiceInfoDc, SetPermissionsBatchBody, SetPermissionsBody, SetPreviewBody, SharedProjectInfoDc, UpdateProjectPayload } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -82,7 +82,7 @@ export declare class ProjectsService extends Service {
|
|
|
82
82
|
* @request DELETE:/projects
|
|
83
83
|
* @response `200` Success
|
|
84
84
|
*/
|
|
85
|
-
deleteResources(query:
|
|
85
|
+
deleteResources(query: DeleteResourcesParams8): Promise<BulkOperationResultDc[]>;
|
|
86
86
|
/**
|
|
87
87
|
* No description
|
|
88
88
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PositionDc, StatisticParams } from './data-contracts';
|
|
1
|
+
import { ClassifyDc, ClassifyParams6, PositionDc, StatisticParams } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -17,4 +17,15 @@ export declare class StatisticService extends Service {
|
|
|
17
17
|
* @response `200` Success
|
|
18
18
|
*/
|
|
19
19
|
statistic(query: StatisticParams): Promise<PositionDc>;
|
|
20
|
+
/**
|
|
21
|
+
* No description
|
|
22
|
+
*
|
|
23
|
+
* @tags Statistic
|
|
24
|
+
* @name Classify
|
|
25
|
+
* @operationId StatisticController_Classify
|
|
26
|
+
* @summary Returns the classified attribute values that correspond to the given number of classes and given condition.
|
|
27
|
+
* @request GET:/classify
|
|
28
|
+
* @response `200` Success
|
|
29
|
+
*/
|
|
30
|
+
classify(query: ClassifyParams6): Promise<ClassifyDc>;
|
|
20
31
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, AddPermissionsInput, BulkOperationResultDc, CreateTablePayload,
|
|
1
|
+
import { AccessControlListDc, AddPermissionsInput, BulkOperationResultDc, CreateTablePayload, DeleteResourcesParams2, DeleteTableDataParams, FileUploadResponse, GetTableDataParams, GetTableListParams, GetUniqueDataRowsParams, IListResponse, ListResponseIEnumerable1, MapRemoteTableParams, MapRemoteTablePayload, MapTableParams, MapTablePayload, MapViewParams, MapViewPayload, ResourceDependenciesDc, SetPermissionsBatchInput, SetPermissionsInput, SetPreviewInput, TableListDc, UpdateTableDataParams, UpdateTableDataPayload, UpdateTablePayload, WriteTableDataPayload } from './data-contracts';
|
|
2
2
|
import { Service } from './Service';
|
|
3
3
|
/**
|
|
4
4
|
* @title Spatial Processing Core API
|
|
@@ -49,7 +49,7 @@ export declare class TablesService extends Service {
|
|
|
49
49
|
* @request DELETE:/tables
|
|
50
50
|
* @response `200` Success
|
|
51
51
|
*/
|
|
52
|
-
deleteResources(query:
|
|
52
|
+
deleteResources(query: DeleteResourcesParams2): Promise<BulkOperationResultDc[]>;
|
|
53
53
|
/**
|
|
54
54
|
* No description
|
|
55
55
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GetCapabilities1Params,
|
|
1
|
+
import { GetCapabilities1Params, GetCapabilitiesParams9, 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: GetCapabilitiesParams9): Promise<void>;
|
|
20
20
|
/**
|
|
21
21
|
* No description
|
|
22
22
|
*
|
|
@@ -572,6 +572,15 @@ export declare enum ClassificationType {
|
|
|
572
572
|
EqualInterval = "equalInterval",
|
|
573
573
|
Quantile = "quantile"
|
|
574
574
|
}
|
|
575
|
+
/**
|
|
576
|
+
* Classification result.
|
|
577
|
+
*/
|
|
578
|
+
export interface ClassifyDc {
|
|
579
|
+
/** Classification result. */
|
|
580
|
+
classifyResult: any;
|
|
581
|
+
/** Type. */
|
|
582
|
+
type: string;
|
|
583
|
+
}
|
|
575
584
|
/**
|
|
576
585
|
* Description of a table column.
|
|
577
586
|
*/
|
|
@@ -915,6 +924,39 @@ export interface CreateUserDc {
|
|
|
915
924
|
/** Phone number. */
|
|
916
925
|
phone?: string;
|
|
917
926
|
}
|
|
927
|
+
/**
|
|
928
|
+
* Description of the temp file as a task data storage.
|
|
929
|
+
*/
|
|
930
|
+
export interface CsvStaticTaskDataStorageDc {
|
|
931
|
+
/**
|
|
932
|
+
* Attribute name row number.
|
|
933
|
+
* @format int32
|
|
934
|
+
*/
|
|
935
|
+
attributeNameRowNumber?: number;
|
|
936
|
+
/** If set true - second row will be read as alias row. */
|
|
937
|
+
containsAliasRow?: boolean;
|
|
938
|
+
/**
|
|
939
|
+
* First data row number.
|
|
940
|
+
* @format int32
|
|
941
|
+
*/
|
|
942
|
+
firstDataRowNumber?: number;
|
|
943
|
+
/** Coord source fields. */
|
|
944
|
+
coordSourceFields: string[];
|
|
945
|
+
/** CSV column delimiter. */
|
|
946
|
+
columnDelimiter?: string;
|
|
947
|
+
/**
|
|
948
|
+
* Spatial reference.
|
|
949
|
+
* @format int32
|
|
950
|
+
*/
|
|
951
|
+
spatialReference?: number;
|
|
952
|
+
/** Export geometry as Wkt. */
|
|
953
|
+
isWkt?: boolean;
|
|
954
|
+
type?: string;
|
|
955
|
+
/** The id of the file in the temporary session static storage. */
|
|
956
|
+
fileName: string;
|
|
957
|
+
/** The name of the layer in the file to be used. If not specified, the first found layer will be used. */
|
|
958
|
+
layerName?: string;
|
|
959
|
+
}
|
|
918
960
|
/**
|
|
919
961
|
* Describes stroked dashed brush.
|
|
920
962
|
*/
|
|
@@ -1171,6 +1213,40 @@ export declare enum ErrorType {
|
|
|
1171
1213
|
EmailNotChanged = "EmailNotChanged",
|
|
1172
1214
|
EmailNotSet = "EmailNotSet"
|
|
1173
1215
|
}
|
|
1216
|
+
/**
|
|
1217
|
+
* Description of the temp file as a task data storage.
|
|
1218
|
+
*/
|
|
1219
|
+
export interface ExcelStaticTaskDataStorageDc {
|
|
1220
|
+
/**
|
|
1221
|
+
* Attribute name row number.
|
|
1222
|
+
* @format int32
|
|
1223
|
+
*/
|
|
1224
|
+
attributeNameRowNumber?: number;
|
|
1225
|
+
/**
|
|
1226
|
+
* Alias row number.
|
|
1227
|
+
* @format int32
|
|
1228
|
+
*/
|
|
1229
|
+
aliasRowNumber?: number;
|
|
1230
|
+
/**
|
|
1231
|
+
* First data row number.
|
|
1232
|
+
* @format int32
|
|
1233
|
+
*/
|
|
1234
|
+
firstDataRowNumber?: number;
|
|
1235
|
+
/** Coord source fields. */
|
|
1236
|
+
coordSourceFields: string[];
|
|
1237
|
+
/**
|
|
1238
|
+
* Spatial reference.
|
|
1239
|
+
* @format int32
|
|
1240
|
+
*/
|
|
1241
|
+
spatialReference: number;
|
|
1242
|
+
/** Export geometry as Wkt. */
|
|
1243
|
+
isWkt?: boolean;
|
|
1244
|
+
type?: string;
|
|
1245
|
+
/** The id of the file in the temporary session static storage. */
|
|
1246
|
+
fileName: string;
|
|
1247
|
+
/** The name of the layer in the file to be used. If not specified, the first found layer will be used. */
|
|
1248
|
+
layerName?: string;
|
|
1249
|
+
}
|
|
1174
1250
|
/**
|
|
1175
1251
|
* Result of the eql expression validation.
|
|
1176
1252
|
*/
|
|
@@ -2001,6 +2077,49 @@ export interface ImportLayerDataSchema {
|
|
|
2001
2077
|
/** Schema of a inner layers. */
|
|
2002
2078
|
children?: ImportLayerDataSchema[];
|
|
2003
2079
|
}
|
|
2080
|
+
/**
|
|
2081
|
+
* The description of the temporary features list as a server task data storage.
|
|
2082
|
+
*/
|
|
2083
|
+
export interface InMemoryTaskDataStorageDc {
|
|
2084
|
+
type?: string;
|
|
2085
|
+
/** List of features to save in storage. */
|
|
2086
|
+
features: FeatureDc[];
|
|
2087
|
+
/** The name of the attribute that is used to uniquely identify a feature in the layer. */
|
|
2088
|
+
idAttribute: string;
|
|
2089
|
+
/** The name of the attribute that is used for assigning geometry value for the feature. */
|
|
2090
|
+
geometryAttribute: string;
|
|
2091
|
+
/**
|
|
2092
|
+
*
|
|
2093
|
+
*
|
|
2094
|
+
* unknown
|
|
2095
|
+
*
|
|
2096
|
+
* point
|
|
2097
|
+
*
|
|
2098
|
+
* polyline
|
|
2099
|
+
*
|
|
2100
|
+
* polygon
|
|
2101
|
+
*
|
|
2102
|
+
* envelope
|
|
2103
|
+
*
|
|
2104
|
+
* multipoint
|
|
2105
|
+
*/
|
|
2106
|
+
geometryType: GeometryType;
|
|
2107
|
+
/**
|
|
2108
|
+
* The spatial reference of the layer.
|
|
2109
|
+
* @format int32
|
|
2110
|
+
*/
|
|
2111
|
+
spatialReference?: number;
|
|
2112
|
+
}
|
|
2113
|
+
/**
|
|
2114
|
+
* Description of the temp file as a task data storage.
|
|
2115
|
+
*/
|
|
2116
|
+
export interface KmlStaticTaskDataStorageDc {
|
|
2117
|
+
type?: string;
|
|
2118
|
+
/** The id of the file in the temporary session static storage. */
|
|
2119
|
+
fileName: string;
|
|
2120
|
+
/** The name of the layer in the file to be used. If not specified, the first found layer will be used. */
|
|
2121
|
+
layerName?: string;
|
|
2122
|
+
}
|
|
2004
2123
|
/**
|
|
2005
2124
|
* Base class for labels.
|
|
2006
2125
|
*/
|
|
@@ -2234,6 +2353,50 @@ export interface LegendLayerDc {
|
|
|
2234
2353
|
/** Legend layer attributes. */
|
|
2235
2354
|
attributes?: LegendLayerAttributeDc[];
|
|
2236
2355
|
}
|
|
2356
|
+
/**
|
|
2357
|
+
* Legend template model data contract.
|
|
2358
|
+
*/
|
|
2359
|
+
export interface LegendTemplateModelDc {
|
|
2360
|
+
/** Gets or sets layers for printing. */
|
|
2361
|
+
layers?: LayerModelDc[];
|
|
2362
|
+
/** Check if legend enabled. */
|
|
2363
|
+
legendEnabled?: boolean;
|
|
2364
|
+
/**
|
|
2365
|
+
* Legend layers from client.
|
|
2366
|
+
* Set null for using serverSide generated legend.
|
|
2367
|
+
*/
|
|
2368
|
+
legendLayers?: LegendLayerDc[];
|
|
2369
|
+
type?: string;
|
|
2370
|
+
/** The name of the result file. */
|
|
2371
|
+
fileName?: string;
|
|
2372
|
+
/** File Format. */
|
|
2373
|
+
fileFormat?: string;
|
|
2374
|
+
/** Gets or sets template name. */
|
|
2375
|
+
templateName?: string;
|
|
2376
|
+
/** Gets or sets template title. */
|
|
2377
|
+
title?: string;
|
|
2378
|
+
/**
|
|
2379
|
+
* Gets or sets paper width.
|
|
2380
|
+
* @format int32
|
|
2381
|
+
*/
|
|
2382
|
+
paperWidth?: number;
|
|
2383
|
+
/**
|
|
2384
|
+
* Gets or sets paper height.
|
|
2385
|
+
* @format int32
|
|
2386
|
+
*/
|
|
2387
|
+
paperHeight?: number;
|
|
2388
|
+
/**
|
|
2389
|
+
* Gets or sets dpi.
|
|
2390
|
+
* @format int32
|
|
2391
|
+
*/
|
|
2392
|
+
dpi?: number;
|
|
2393
|
+
/** Gets or sets paper margin. */
|
|
2394
|
+
margin?: number[];
|
|
2395
|
+
/** Localization of map. */
|
|
2396
|
+
localization?: TemplateLocalizationDc;
|
|
2397
|
+
/** Checks if title enabled. */
|
|
2398
|
+
titleEnabled?: boolean;
|
|
2399
|
+
}
|
|
2237
2400
|
/**
|
|
2238
2401
|
* The size of the line ending in a SPCore.Kernel.Rendering.Symbols.SimplePolylineSymbol. The values sent here can be one
|
|
2239
2402
|
of the preset values, or a number representing the size of the ending in pixels for 1px wide lines.
|
|
@@ -2641,6 +2804,34 @@ export interface PipelineTaskParametersDc {
|
|
|
2641
2804
|
/** The tasks to execute in the pipeline. */
|
|
2642
2805
|
innerTasks: TaskParametersDc[];
|
|
2643
2806
|
}
|
|
2807
|
+
/**
|
|
2808
|
+
* Spatial point geometry object representation.
|
|
2809
|
+
*/
|
|
2810
|
+
export interface PointDc {
|
|
2811
|
+
/** Point coordinates. */
|
|
2812
|
+
coordinates: PositionDc;
|
|
2813
|
+
/**
|
|
2814
|
+
*
|
|
2815
|
+
*
|
|
2816
|
+
* unknown
|
|
2817
|
+
*
|
|
2818
|
+
* point
|
|
2819
|
+
*
|
|
2820
|
+
* polyline
|
|
2821
|
+
*
|
|
2822
|
+
* polygon
|
|
2823
|
+
*
|
|
2824
|
+
* envelope
|
|
2825
|
+
*
|
|
2826
|
+
* multipoint
|
|
2827
|
+
*/
|
|
2828
|
+
type?: GeometryType;
|
|
2829
|
+
/**
|
|
2830
|
+
* Spatial reference id.
|
|
2831
|
+
* @format int32
|
|
2832
|
+
*/
|
|
2833
|
+
sr?: number;
|
|
2834
|
+
}
|
|
2644
2835
|
/**
|
|
2645
2836
|
* Label of a point object.
|
|
2646
2837
|
*/
|
|
@@ -2722,6 +2913,62 @@ export declare enum PolicyType {
|
|
|
2722
2913
|
CreateProject = "CreateProject",
|
|
2723
2914
|
MaxFeaturesInOneTable = "MaxFeaturesInOneTable"
|
|
2724
2915
|
}
|
|
2916
|
+
/**
|
|
2917
|
+
* Polyline and Polygon base geometry object definition.
|
|
2918
|
+
*/
|
|
2919
|
+
export interface PolyDc {
|
|
2920
|
+
/** Poly coordinates. */
|
|
2921
|
+
coordinates: PositionDc[][];
|
|
2922
|
+
/**
|
|
2923
|
+
*
|
|
2924
|
+
*
|
|
2925
|
+
* unknown
|
|
2926
|
+
*
|
|
2927
|
+
* point
|
|
2928
|
+
*
|
|
2929
|
+
* polyline
|
|
2930
|
+
*
|
|
2931
|
+
* polygon
|
|
2932
|
+
*
|
|
2933
|
+
* envelope
|
|
2934
|
+
*
|
|
2935
|
+
* multipoint
|
|
2936
|
+
*/
|
|
2937
|
+
type: GeometryType;
|
|
2938
|
+
/**
|
|
2939
|
+
* Spatial reference id.
|
|
2940
|
+
* @format int32
|
|
2941
|
+
*/
|
|
2942
|
+
sr?: number;
|
|
2943
|
+
}
|
|
2944
|
+
/**
|
|
2945
|
+
* Polygon geometry object definition.
|
|
2946
|
+
*/
|
|
2947
|
+
export interface PolygonDc {
|
|
2948
|
+
/**
|
|
2949
|
+
*
|
|
2950
|
+
*
|
|
2951
|
+
* unknown
|
|
2952
|
+
*
|
|
2953
|
+
* point
|
|
2954
|
+
*
|
|
2955
|
+
* polyline
|
|
2956
|
+
*
|
|
2957
|
+
* polygon
|
|
2958
|
+
*
|
|
2959
|
+
* envelope
|
|
2960
|
+
*
|
|
2961
|
+
* multipoint
|
|
2962
|
+
*/
|
|
2963
|
+
type?: GeometryType;
|
|
2964
|
+
/** Poly coordinates. */
|
|
2965
|
+
coordinates: PositionDc[][];
|
|
2966
|
+
/**
|
|
2967
|
+
* Spatial reference id.
|
|
2968
|
+
* @format int32
|
|
2969
|
+
*/
|
|
2970
|
+
sr?: number;
|
|
2971
|
+
}
|
|
2725
2972
|
/**
|
|
2726
2973
|
* Label for polygon objects. It is drawn at the most appropriate place inside a polygon.
|
|
2727
2974
|
*/
|
|
@@ -2774,6 +3021,34 @@ export interface PolygonSymbolDc {
|
|
|
2774
3021
|
/** Specifies stroke style. */
|
|
2775
3022
|
fill?: BrushDc | FillBrushDc | IBrushDc;
|
|
2776
3023
|
}
|
|
3024
|
+
/**
|
|
3025
|
+
* Polyline geometry object definition.
|
|
3026
|
+
*/
|
|
3027
|
+
export interface PolylineDc {
|
|
3028
|
+
/**
|
|
3029
|
+
*
|
|
3030
|
+
*
|
|
3031
|
+
* unknown
|
|
3032
|
+
*
|
|
3033
|
+
* point
|
|
3034
|
+
*
|
|
3035
|
+
* polyline
|
|
3036
|
+
*
|
|
3037
|
+
* polygon
|
|
3038
|
+
*
|
|
3039
|
+
* envelope
|
|
3040
|
+
*
|
|
3041
|
+
* multipoint
|
|
3042
|
+
*/
|
|
3043
|
+
type?: GeometryType;
|
|
3044
|
+
/** Poly coordinates. */
|
|
3045
|
+
coordinates: PositionDc[][];
|
|
3046
|
+
/**
|
|
3047
|
+
* Spatial reference id.
|
|
3048
|
+
* @format int32
|
|
3049
|
+
*/
|
|
3050
|
+
sr?: number;
|
|
3051
|
+
}
|
|
2777
3052
|
/**
|
|
2778
3053
|
* Label for polyline objects. It is drawn repeatedly along a line.
|
|
2779
3054
|
*/
|
|
@@ -4134,6 +4409,16 @@ export interface SquarePointSymbolDc {
|
|
|
4134
4409
|
/** Offset of the square center from the geographic point. */
|
|
4135
4410
|
offset?: ParameterDcDouble[];
|
|
4136
4411
|
}
|
|
4412
|
+
/**
|
|
4413
|
+
* Description of the temp file as a task data storage.
|
|
4414
|
+
*/
|
|
4415
|
+
export interface StaticTaskDataStorageDc {
|
|
4416
|
+
/** The id of the file in the temporary session static storage. */
|
|
4417
|
+
fileName: string;
|
|
4418
|
+
/** The name of the layer in the file to be used. If not specified, the first found layer will be used. */
|
|
4419
|
+
layerName?: string;
|
|
4420
|
+
type?: string;
|
|
4421
|
+
}
|
|
4137
4422
|
/**
|
|
4138
4423
|
* Describes statistics methods.
|
|
4139
4424
|
|
|
@@ -4169,6 +4454,32 @@ export declare enum StatisticsType {
|
|
|
4169
4454
|
FirstLast = "firstLast",
|
|
4170
4455
|
StandardDeviation = "standardDeviation"
|
|
4171
4456
|
}
|
|
4457
|
+
/**
|
|
4458
|
+
* The result of a server task step execution.
|
|
4459
|
+
*/
|
|
4460
|
+
export interface StepResultDc {
|
|
4461
|
+
stepName?: string;
|
|
4462
|
+
inputSource?: string;
|
|
4463
|
+
outSource?: string;
|
|
4464
|
+
/** @format date-time */
|
|
4465
|
+
startedTime?: string;
|
|
4466
|
+
/** @format date-time */
|
|
4467
|
+
endedTime?: string;
|
|
4468
|
+
batchErrors?: string[];
|
|
4469
|
+
/** @format int32 */
|
|
4470
|
+
batchCount?: number;
|
|
4471
|
+
/** @format int64 */
|
|
4472
|
+
inputObjectCount?: number;
|
|
4473
|
+
/** @format int64 */
|
|
4474
|
+
errorCount?: number;
|
|
4475
|
+
/** @format int64 */
|
|
4476
|
+
outputObjectCount?: number;
|
|
4477
|
+
/**
|
|
4478
|
+
* Some task batches may choose to report additional details about the execution process and result. These
|
|
4479
|
+
* details are written in the format: { "Value description": int_value }.
|
|
4480
|
+
*/
|
|
4481
|
+
resultDetails?: Record<string, number | null>;
|
|
4482
|
+
}
|
|
4172
4483
|
/**
|
|
4173
4484
|
* The `StringSubType` provides information about string attribute subtype.
|
|
4174
4485
|
|
|
@@ -4363,6 +4674,14 @@ export interface TableReferenceConfigurationDc {
|
|
|
4363
4674
|
/** Child related tables configurations. */
|
|
4364
4675
|
tableReferences?: TableReferenceConfigurationDc[];
|
|
4365
4676
|
}
|
|
4677
|
+
/**
|
|
4678
|
+
* Data storage that allows accessing features directly from the tables.
|
|
4679
|
+
*/
|
|
4680
|
+
export interface TableTaskDataStorageDc {
|
|
4681
|
+
/** Full name of the table (including namespace if any). */
|
|
4682
|
+
tableName: string;
|
|
4683
|
+
type?: string;
|
|
4684
|
+
}
|
|
4366
4685
|
/**
|
|
4367
4686
|
* Detailed information about a server task.
|
|
4368
4687
|
*/
|
|
@@ -4718,6 +5037,16 @@ export interface TileServiceInfoDc {
|
|
|
4718
5037
|
/** Base64 encoded image - icon of the resource. Usually shown next to the resource name in lists and legends. */
|
|
4719
5038
|
icon?: string;
|
|
4720
5039
|
}
|
|
5040
|
+
/**
|
|
5041
|
+
* The description of the tile feature layer service as a server task data storage.
|
|
5042
|
+
*/
|
|
5043
|
+
export interface TilingTaskDataStorageDc {
|
|
5044
|
+
/** The name of the tile feature layer service. */
|
|
5045
|
+
serviceName: string;
|
|
5046
|
+
/** If set to true, a new service with the given LayerServiceName will be created before the task is executed. */
|
|
5047
|
+
createNewService?: boolean;
|
|
5048
|
+
type?: string;
|
|
5049
|
+
}
|
|
4721
5050
|
/**
|
|
4722
5051
|
* The operation that unites the features in the storage.
|
|
4723
5052
|
*/
|
|
@@ -5784,7 +6113,7 @@ export interface GetProjectsListParams {
|
|
|
5784
6113
|
*/
|
|
5785
6114
|
export declare type CreateProjectPayload = ExtendedProjectInfoDc | ResourceInfoDc | ProjectInfoDc;
|
|
5786
6115
|
export declare type SetPermissionsBatchBody = ResourceAclDc[];
|
|
5787
|
-
export interface
|
|
6116
|
+
export interface DeleteResourcesParams8 {
|
|
5788
6117
|
/** Resource names. */
|
|
5789
6118
|
names?: string[];
|
|
5790
6119
|
}
|
|
@@ -5967,6 +6296,12 @@ export interface DeleteFileParams {
|
|
|
5967
6296
|
fileid?: string;
|
|
5968
6297
|
}
|
|
5969
6298
|
export interface StatisticParams {
|
|
6299
|
+
/** Layer name. */
|
|
6300
|
+
layerName?: string;
|
|
6301
|
+
/** Attribute name. */
|
|
6302
|
+
attribute?: string;
|
|
6303
|
+
/** Condition. */
|
|
6304
|
+
condition?: string;
|
|
5970
6305
|
/**
|
|
5971
6306
|
* Type of required statistic function.
|
|
5972
6307
|
*
|
|
@@ -5991,10 +6326,34 @@ export interface StatisticParams {
|
|
|
5991
6326
|
* standardDeviation
|
|
5992
6327
|
*/
|
|
5993
6328
|
type?: StatisticsType;
|
|
6329
|
+
}
|
|
6330
|
+
export interface ClassifyParams6 {
|
|
5994
6331
|
/** Layer name. */
|
|
5995
6332
|
layerName?: string;
|
|
5996
6333
|
/** Attribute name. */
|
|
5997
6334
|
attribute?: string;
|
|
6335
|
+
/** Layer condition. */
|
|
6336
|
+
condition?: string;
|
|
6337
|
+
/**
|
|
6338
|
+
* The number of classes.
|
|
6339
|
+
* @format int32
|
|
6340
|
+
*/
|
|
6341
|
+
classes?: number;
|
|
6342
|
+
/**
|
|
6343
|
+
* Sets required values precision.
|
|
6344
|
+
* @format int32
|
|
6345
|
+
*/
|
|
6346
|
+
precision?: number;
|
|
6347
|
+
/**
|
|
6348
|
+
* Classification method.
|
|
6349
|
+
*
|
|
6350
|
+
* naturalBreaks
|
|
6351
|
+
*
|
|
6352
|
+
* equalInterval
|
|
6353
|
+
*
|
|
6354
|
+
* quantile
|
|
6355
|
+
*/
|
|
6356
|
+
type?: ClassificationType;
|
|
5998
6357
|
}
|
|
5999
6358
|
/**
|
|
6000
6359
|
* Feature layer rendering style.
|
|
@@ -6043,7 +6402,7 @@ export interface GetTableListParams {
|
|
|
6043
6402
|
*/
|
|
6044
6403
|
export declare type CreateTablePayload = DetailedTableInfoDc | ResourceInfoDc | TableInfoDc;
|
|
6045
6404
|
export declare type SetPermissionsBatchInput = ResourceAclDc[];
|
|
6046
|
-
export interface
|
|
6405
|
+
export interface DeleteResourcesParams2 {
|
|
6047
6406
|
/** Resource names. */
|
|
6048
6407
|
names?: string[];
|
|
6049
6408
|
}
|
|
@@ -6148,7 +6507,7 @@ export interface GetCapabilitiesParams {
|
|
|
6148
6507
|
/** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
|
|
6149
6508
|
AcceptFormats?: string[];
|
|
6150
6509
|
}
|
|
6151
|
-
export interface
|
|
6510
|
+
export interface GetCapabilitiesParams9 {
|
|
6152
6511
|
/** Output format of service metadata. */
|
|
6153
6512
|
Format?: string;
|
|
6154
6513
|
/** Must be WMS. */
|
|
@@ -2125,7 +2125,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
2125
2125
|
} = _ref15,
|
|
2126
2126
|
query = _objectWithoutPropertiesLoose(_ref15, _excluded15);
|
|
2127
2127
|
|
|
2128
|
-
return this.http.get("/layers/" + name + "/classify", query).
|
|
2128
|
+
return this.http.get("/layers/" + name + "/classify", query).json();
|
|
2129
2129
|
}
|
|
2130
2130
|
/**
|
|
2131
2131
|
* No description
|