@evergis/api 3.0.66 → 3.0.69
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 +343 -4
- 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, DeleteResourcesParams2, 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: DeleteResourcesParams2): Promise<BulkOperationResultDc[]>;
|
|
86
86
|
/**
|
|
87
87
|
* No description
|
|
88
88
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PositionDc, StatisticParams } from './data-contracts';
|
|
1
|
+
import { ClassifyDc, ClassifyParams7, 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: ClassifyParams7): Promise<ClassifyDc>;
|
|
20
31
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessControlListDc, AddPermissionsInput, BulkOperationResultDc, CreateTablePayload,
|
|
1
|
+
import { AccessControlListDc, AddPermissionsInput, BulkOperationResultDc, CreateTablePayload, DeleteResourcesParams10, 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: DeleteResourcesParams10): Promise<BulkOperationResultDc[]>;
|
|
53
53
|
/**
|
|
54
54
|
* No description
|
|
55
55
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GetCapabilities1Params,
|
|
1
|
+
import { GetCapabilities1Params, GetCapabilitiesParams8, 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: GetCapabilitiesParams8): Promise<void>;
|
|
20
20
|
/**
|
|
21
21
|
* No description
|
|
22
22
|
*
|
|
@@ -434,6 +434,13 @@ export interface AvailabilityAreaTaskDc {
|
|
|
434
434
|
/** Storage that is to be used as a target for writing the task result. */
|
|
435
435
|
target: BaseTaskDataStorageDc;
|
|
436
436
|
}
|
|
437
|
+
/**
|
|
438
|
+
* Simply Base64 string.
|
|
439
|
+
*/
|
|
440
|
+
export interface Base64String {
|
|
441
|
+
/** string value. */
|
|
442
|
+
value?: string;
|
|
443
|
+
}
|
|
437
444
|
/**
|
|
438
445
|
* The result of a server task step execution.
|
|
439
446
|
*/
|
|
@@ -565,6 +572,15 @@ export declare enum ClassificationType {
|
|
|
565
572
|
EqualInterval = "equalInterval",
|
|
566
573
|
Quantile = "quantile"
|
|
567
574
|
}
|
|
575
|
+
/**
|
|
576
|
+
* Classification result.
|
|
577
|
+
*/
|
|
578
|
+
export interface ClassifyDc {
|
|
579
|
+
/** Classification result. */
|
|
580
|
+
classifyResult: any;
|
|
581
|
+
/** Type. */
|
|
582
|
+
type: string;
|
|
583
|
+
}
|
|
568
584
|
/**
|
|
569
585
|
* Description of a table column.
|
|
570
586
|
*/
|
|
@@ -1696,6 +1712,20 @@ export declare enum GeometryType {
|
|
|
1696
1712
|
Envelope = "envelope",
|
|
1697
1713
|
Multipoint = "multipoint"
|
|
1698
1714
|
}
|
|
1715
|
+
/**
|
|
1716
|
+
* Map element data contract.
|
|
1717
|
+
*/
|
|
1718
|
+
export interface GridElementDc {
|
|
1719
|
+
/** Grid color. */
|
|
1720
|
+
color?: string;
|
|
1721
|
+
/**
|
|
1722
|
+
* Grid width.
|
|
1723
|
+
* @format int32
|
|
1724
|
+
*/
|
|
1725
|
+
gridThickness?: number;
|
|
1726
|
+
/** Check what this model element enabled. */
|
|
1727
|
+
enabled?: boolean;
|
|
1728
|
+
}
|
|
1699
1729
|
/**
|
|
1700
1730
|
* Resource group.
|
|
1701
1731
|
|
|
@@ -2059,6 +2089,56 @@ export interface LayerDefinitionDc {
|
|
|
2059
2089
|
/** The description of the attributes of the layer. */
|
|
2060
2090
|
attributes: Record<string, AttributeDefinitionDc | null>;
|
|
2061
2091
|
}
|
|
2092
|
+
/**
|
|
2093
|
+
* Map element data contract.
|
|
2094
|
+
*/
|
|
2095
|
+
export interface LayerMapElementDc {
|
|
2096
|
+
/** Gets or sets layers for printing. */
|
|
2097
|
+
layers?: LayerModelDc[];
|
|
2098
|
+
mapCenter?: Vector2;
|
|
2099
|
+
/**
|
|
2100
|
+
* Gets or sets map width.
|
|
2101
|
+
* @format int32
|
|
2102
|
+
*/
|
|
2103
|
+
paperWidth?: number;
|
|
2104
|
+
/**
|
|
2105
|
+
* Gets or sets map height.
|
|
2106
|
+
* @format int32
|
|
2107
|
+
*/
|
|
2108
|
+
paperHeight?: number;
|
|
2109
|
+
/**
|
|
2110
|
+
* Gets or sets spatial reference.
|
|
2111
|
+
* @format int32
|
|
2112
|
+
*/
|
|
2113
|
+
spatialReference?: number;
|
|
2114
|
+
/**
|
|
2115
|
+
* Gets or sets map resolution.
|
|
2116
|
+
* @format double
|
|
2117
|
+
*/
|
|
2118
|
+
resolution?: number;
|
|
2119
|
+
/** Gets or sets grid map element. */
|
|
2120
|
+
gridElement?: GridElementDc | ModelElementDc;
|
|
2121
|
+
/** Gets or sets ScaleBar element settings for printing. */
|
|
2122
|
+
scaleBar?: ScaleBarElementDc | ModelElementDc;
|
|
2123
|
+
/** Check what this model element enabled. */
|
|
2124
|
+
enabled?: boolean;
|
|
2125
|
+
}
|
|
2126
|
+
/**
|
|
2127
|
+
* Layer model data contract.
|
|
2128
|
+
*/
|
|
2129
|
+
export interface LayerModelDc {
|
|
2130
|
+
/** Gets or sets name of layer service. */
|
|
2131
|
+
layerServiceName?: string;
|
|
2132
|
+
/**
|
|
2133
|
+
* Gets or sets layer opacity.
|
|
2134
|
+
* @format float
|
|
2135
|
+
*/
|
|
2136
|
+
layerOpacity?: number;
|
|
2137
|
+
/** Condition to apply to the layer to filter the features. */
|
|
2138
|
+
condition?: string;
|
|
2139
|
+
/** Id of the override style to apply to the layer. If not set, the layer original style is used. */
|
|
2140
|
+
styleId?: string;
|
|
2141
|
+
}
|
|
2062
2142
|
/**
|
|
2063
2143
|
* The description of the layer service as a server task data storage.
|
|
2064
2144
|
*/
|
|
@@ -2073,6 +2153,50 @@ export interface LayerTaskDataStorageDc {
|
|
|
2073
2153
|
createNewService?: boolean;
|
|
2074
2154
|
type?: string;
|
|
2075
2155
|
}
|
|
2156
|
+
/**
|
|
2157
|
+
* Layer template model data contract.
|
|
2158
|
+
*/
|
|
2159
|
+
export interface LayerTemplateModelDc {
|
|
2160
|
+
type?: string;
|
|
2161
|
+
/** Gets or sets map element settings and layers for printing. */
|
|
2162
|
+
map?: LayerMapElementDc | ModelElementDc;
|
|
2163
|
+
/** Check if legend enabled. */
|
|
2164
|
+
legendEnabled?: boolean;
|
|
2165
|
+
/**
|
|
2166
|
+
* Legend layers from client.
|
|
2167
|
+
* Set null for using serverSide generated legend.
|
|
2168
|
+
*/
|
|
2169
|
+
legendLayers?: LegendLayerDc[];
|
|
2170
|
+
/** The name of the result file. */
|
|
2171
|
+
fileName?: string;
|
|
2172
|
+
/** File Format. */
|
|
2173
|
+
fileFormat?: string;
|
|
2174
|
+
/** Gets or sets template name. */
|
|
2175
|
+
templateName?: string;
|
|
2176
|
+
/** Gets or sets template title. */
|
|
2177
|
+
title?: string;
|
|
2178
|
+
/**
|
|
2179
|
+
* Gets or sets paper width.
|
|
2180
|
+
* @format int32
|
|
2181
|
+
*/
|
|
2182
|
+
paperWidth?: number;
|
|
2183
|
+
/**
|
|
2184
|
+
* Gets or sets paper height.
|
|
2185
|
+
* @format int32
|
|
2186
|
+
*/
|
|
2187
|
+
paperHeight?: number;
|
|
2188
|
+
/**
|
|
2189
|
+
* Gets or sets dpi.
|
|
2190
|
+
* @format int32
|
|
2191
|
+
*/
|
|
2192
|
+
dpi?: number;
|
|
2193
|
+
/** Gets or sets paper margin. */
|
|
2194
|
+
margin?: number[];
|
|
2195
|
+
/** Localization of map. */
|
|
2196
|
+
localization?: TemplateLocalizationDc;
|
|
2197
|
+
/** Checks if title enabled. */
|
|
2198
|
+
titleEnabled?: boolean;
|
|
2199
|
+
}
|
|
2076
2200
|
/**
|
|
2077
2201
|
* Information about layer update.
|
|
2078
2202
|
Includes ids of modified features and their bbox.
|
|
@@ -2088,6 +2212,37 @@ export interface LayerUpdateInfoDc {
|
|
|
2088
2212
|
/** Array of deleted ids. */
|
|
2089
2213
|
deletedIds?: ObjectId[];
|
|
2090
2214
|
}
|
|
2215
|
+
/**
|
|
2216
|
+
* Legend layer attribute condition data contract.
|
|
2217
|
+
*/
|
|
2218
|
+
export interface LegendLayerAttributeConditionDc {
|
|
2219
|
+
/** Simply Base64 string. */
|
|
2220
|
+
symbol?: Base64String;
|
|
2221
|
+
/** Legend layer attribute condition string. */
|
|
2222
|
+
value?: string;
|
|
2223
|
+
}
|
|
2224
|
+
/**
|
|
2225
|
+
* Legend layer attribute data contract.
|
|
2226
|
+
*/
|
|
2227
|
+
export interface LegendLayerAttributeDc {
|
|
2228
|
+
/** Legend layer attribute name. */
|
|
2229
|
+
name?: string;
|
|
2230
|
+
/** Legend layer attribute conditions. */
|
|
2231
|
+
conditions?: LegendLayerAttributeConditionDc[];
|
|
2232
|
+
}
|
|
2233
|
+
/**
|
|
2234
|
+
* Legend layer data contract.
|
|
2235
|
+
*/
|
|
2236
|
+
export interface LegendLayerDc {
|
|
2237
|
+
/** Simply Base64 string. */
|
|
2238
|
+
symbol?: Base64String;
|
|
2239
|
+
/** Legend layer name. */
|
|
2240
|
+
name?: string;
|
|
2241
|
+
/** Layer service name. */
|
|
2242
|
+
layerServiceName?: string;
|
|
2243
|
+
/** Legend layer attributes. */
|
|
2244
|
+
attributes?: LegendLayerAttributeDc[];
|
|
2245
|
+
}
|
|
2091
2246
|
/**
|
|
2092
2247
|
* The size of the line ending in a SPCore.Kernel.Rendering.Symbols.SimplePolylineSymbol. The values sent here can be one
|
|
2093
2248
|
of the preset values, or a number representing the size of the ending in pixels for 1px wide lines.
|
|
@@ -2302,6 +2457,13 @@ export interface MaskedImagePointSymbolDc {
|
|
|
2302
2457
|
*/
|
|
2303
2458
|
angle?: ParameterDcDouble;
|
|
2304
2459
|
}
|
|
2460
|
+
/**
|
|
2461
|
+
* Base template model data contract.
|
|
2462
|
+
*/
|
|
2463
|
+
export interface ModelElementDc {
|
|
2464
|
+
/** Check what this model element enabled. */
|
|
2465
|
+
enabled?: boolean;
|
|
2466
|
+
}
|
|
2305
2467
|
/**
|
|
2306
2468
|
* A multipoint symbol.
|
|
2307
2469
|
*/
|
|
@@ -2488,6 +2650,34 @@ export interface PipelineTaskParametersDc {
|
|
|
2488
2650
|
/** The tasks to execute in the pipeline. */
|
|
2489
2651
|
innerTasks: TaskParametersDc[];
|
|
2490
2652
|
}
|
|
2653
|
+
/**
|
|
2654
|
+
* Spatial point geometry object representation.
|
|
2655
|
+
*/
|
|
2656
|
+
export interface PointDc {
|
|
2657
|
+
/** Point coordinates. */
|
|
2658
|
+
coordinates: PositionDc;
|
|
2659
|
+
/**
|
|
2660
|
+
*
|
|
2661
|
+
*
|
|
2662
|
+
* unknown
|
|
2663
|
+
*
|
|
2664
|
+
* point
|
|
2665
|
+
*
|
|
2666
|
+
* polyline
|
|
2667
|
+
*
|
|
2668
|
+
* polygon
|
|
2669
|
+
*
|
|
2670
|
+
* envelope
|
|
2671
|
+
*
|
|
2672
|
+
* multipoint
|
|
2673
|
+
*/
|
|
2674
|
+
type?: GeometryType;
|
|
2675
|
+
/**
|
|
2676
|
+
* Spatial reference id.
|
|
2677
|
+
* @format int32
|
|
2678
|
+
*/
|
|
2679
|
+
sr?: number;
|
|
2680
|
+
}
|
|
2491
2681
|
/**
|
|
2492
2682
|
* Label of a point object.
|
|
2493
2683
|
*/
|
|
@@ -2569,6 +2759,62 @@ export declare enum PolicyType {
|
|
|
2569
2759
|
CreateProject = "CreateProject",
|
|
2570
2760
|
MaxFeaturesInOneTable = "MaxFeaturesInOneTable"
|
|
2571
2761
|
}
|
|
2762
|
+
/**
|
|
2763
|
+
* Polyline and Polygon base geometry object definition.
|
|
2764
|
+
*/
|
|
2765
|
+
export interface PolyDc {
|
|
2766
|
+
/** Poly coordinates. */
|
|
2767
|
+
coordinates: PositionDc[][];
|
|
2768
|
+
/**
|
|
2769
|
+
*
|
|
2770
|
+
*
|
|
2771
|
+
* unknown
|
|
2772
|
+
*
|
|
2773
|
+
* point
|
|
2774
|
+
*
|
|
2775
|
+
* polyline
|
|
2776
|
+
*
|
|
2777
|
+
* polygon
|
|
2778
|
+
*
|
|
2779
|
+
* envelope
|
|
2780
|
+
*
|
|
2781
|
+
* multipoint
|
|
2782
|
+
*/
|
|
2783
|
+
type: GeometryType;
|
|
2784
|
+
/**
|
|
2785
|
+
* Spatial reference id.
|
|
2786
|
+
* @format int32
|
|
2787
|
+
*/
|
|
2788
|
+
sr?: number;
|
|
2789
|
+
}
|
|
2790
|
+
/**
|
|
2791
|
+
* Polygon geometry object definition.
|
|
2792
|
+
*/
|
|
2793
|
+
export interface PolygonDc {
|
|
2794
|
+
/**
|
|
2795
|
+
*
|
|
2796
|
+
*
|
|
2797
|
+
* unknown
|
|
2798
|
+
*
|
|
2799
|
+
* point
|
|
2800
|
+
*
|
|
2801
|
+
* polyline
|
|
2802
|
+
*
|
|
2803
|
+
* polygon
|
|
2804
|
+
*
|
|
2805
|
+
* envelope
|
|
2806
|
+
*
|
|
2807
|
+
* multipoint
|
|
2808
|
+
*/
|
|
2809
|
+
type?: GeometryType;
|
|
2810
|
+
/** Poly coordinates. */
|
|
2811
|
+
coordinates: PositionDc[][];
|
|
2812
|
+
/**
|
|
2813
|
+
* Spatial reference id.
|
|
2814
|
+
* @format int32
|
|
2815
|
+
*/
|
|
2816
|
+
sr?: number;
|
|
2817
|
+
}
|
|
2572
2818
|
/**
|
|
2573
2819
|
* Label for polygon objects. It is drawn at the most appropriate place inside a polygon.
|
|
2574
2820
|
*/
|
|
@@ -2621,6 +2867,34 @@ export interface PolygonSymbolDc {
|
|
|
2621
2867
|
/** Specifies stroke style. */
|
|
2622
2868
|
fill?: BrushDc | FillBrushDc | IBrushDc;
|
|
2623
2869
|
}
|
|
2870
|
+
/**
|
|
2871
|
+
* Polyline geometry object definition.
|
|
2872
|
+
*/
|
|
2873
|
+
export interface PolylineDc {
|
|
2874
|
+
/**
|
|
2875
|
+
*
|
|
2876
|
+
*
|
|
2877
|
+
* unknown
|
|
2878
|
+
*
|
|
2879
|
+
* point
|
|
2880
|
+
*
|
|
2881
|
+
* polyline
|
|
2882
|
+
*
|
|
2883
|
+
* polygon
|
|
2884
|
+
*
|
|
2885
|
+
* envelope
|
|
2886
|
+
*
|
|
2887
|
+
* multipoint
|
|
2888
|
+
*/
|
|
2889
|
+
type?: GeometryType;
|
|
2890
|
+
/** Poly coordinates. */
|
|
2891
|
+
coordinates: PositionDc[][];
|
|
2892
|
+
/**
|
|
2893
|
+
* Spatial reference id.
|
|
2894
|
+
* @format int32
|
|
2895
|
+
*/
|
|
2896
|
+
sr?: number;
|
|
2897
|
+
}
|
|
2624
2898
|
/**
|
|
2625
2899
|
* Label for polyline objects. It is drawn repeatedly along a line.
|
|
2626
2900
|
*/
|
|
@@ -3339,6 +3613,35 @@ export interface RoutingProviderInfoDc {
|
|
|
3339
3613
|
/** Routing profile (e.g. car, walking, bicycle etc.) */
|
|
3340
3614
|
profile?: string;
|
|
3341
3615
|
}
|
|
3616
|
+
/**
|
|
3617
|
+
* ScaleBar element data contract.
|
|
3618
|
+
*/
|
|
3619
|
+
export interface ScaleBarElementDc {
|
|
3620
|
+
/**
|
|
3621
|
+
* ScaleBar width.
|
|
3622
|
+
* @format int32
|
|
3623
|
+
*/
|
|
3624
|
+
width?: number;
|
|
3625
|
+
/**
|
|
3626
|
+
* ScaleBar height.
|
|
3627
|
+
* @format int32
|
|
3628
|
+
*/
|
|
3629
|
+
height?: number;
|
|
3630
|
+
/**
|
|
3631
|
+
* ScaleBar thickness.
|
|
3632
|
+
* @format int32
|
|
3633
|
+
*/
|
|
3634
|
+
thickness?: number;
|
|
3635
|
+
/** Font for scaleBar. */
|
|
3636
|
+
font?: string;
|
|
3637
|
+
/**
|
|
3638
|
+
* Font size for scaleBar.
|
|
3639
|
+
* @format float
|
|
3640
|
+
*/
|
|
3641
|
+
fontSize?: number;
|
|
3642
|
+
/** Check what this model element enabled. */
|
|
3643
|
+
enabled?: boolean;
|
|
3644
|
+
}
|
|
3342
3645
|
/**
|
|
3343
3646
|
* Suggest user information.
|
|
3344
3647
|
*/
|
|
@@ -4726,6 +5029,12 @@ export interface UserOrRoleDc {
|
|
|
4726
5029
|
/** User own role. */
|
|
4727
5030
|
aclRole?: string;
|
|
4728
5031
|
}
|
|
5032
|
+
export interface Vector2 {
|
|
5033
|
+
/** @format double */
|
|
5034
|
+
x?: number;
|
|
5035
|
+
/** @format double */
|
|
5036
|
+
y?: number;
|
|
5037
|
+
}
|
|
4729
5038
|
/**
|
|
4730
5039
|
* Workspace limits data contract.
|
|
4731
5040
|
*/
|
|
@@ -4749,7 +5058,7 @@ export interface WorkspaceLimitsDc {
|
|
|
4749
5058
|
* Max current features in one table.
|
|
4750
5059
|
* @format int64
|
|
4751
5060
|
*/
|
|
4752
|
-
|
|
5061
|
+
currentFeaturesInOneTable?: number;
|
|
4753
5062
|
/**
|
|
4754
5063
|
* Max projects count in workspace.
|
|
4755
5064
|
* @format int32
|
|
@@ -5596,7 +5905,7 @@ export interface GetProjectsListParams {
|
|
|
5596
5905
|
*/
|
|
5597
5906
|
export declare type CreateProjectPayload = ExtendedProjectInfoDc | ResourceInfoDc | ProjectInfoDc;
|
|
5598
5907
|
export declare type SetPermissionsBatchBody = ResourceAclDc[];
|
|
5599
|
-
export interface
|
|
5908
|
+
export interface DeleteResourcesParams2 {
|
|
5600
5909
|
/** Resource names. */
|
|
5601
5910
|
names?: string[];
|
|
5602
5911
|
}
|
|
@@ -5779,6 +6088,12 @@ export interface DeleteFileParams {
|
|
|
5779
6088
|
fileid?: string;
|
|
5780
6089
|
}
|
|
5781
6090
|
export interface StatisticParams {
|
|
6091
|
+
/** Layer name. */
|
|
6092
|
+
layerName?: string;
|
|
6093
|
+
/** Attribute name. */
|
|
6094
|
+
attribute?: string;
|
|
6095
|
+
/** Condition. */
|
|
6096
|
+
condition?: string;
|
|
5782
6097
|
/**
|
|
5783
6098
|
* Type of required statistic function.
|
|
5784
6099
|
*
|
|
@@ -5803,10 +6118,34 @@ export interface StatisticParams {
|
|
|
5803
6118
|
* standardDeviation
|
|
5804
6119
|
*/
|
|
5805
6120
|
type?: StatisticsType;
|
|
6121
|
+
}
|
|
6122
|
+
export interface ClassifyParams7 {
|
|
5806
6123
|
/** Layer name. */
|
|
5807
6124
|
layerName?: string;
|
|
5808
6125
|
/** Attribute name. */
|
|
5809
6126
|
attribute?: string;
|
|
6127
|
+
/** Layer condition. */
|
|
6128
|
+
condition?: string;
|
|
6129
|
+
/**
|
|
6130
|
+
* The number of classes.
|
|
6131
|
+
* @format int32
|
|
6132
|
+
*/
|
|
6133
|
+
classes?: number;
|
|
6134
|
+
/**
|
|
6135
|
+
* Sets required values precision.
|
|
6136
|
+
* @format int32
|
|
6137
|
+
*/
|
|
6138
|
+
precision?: number;
|
|
6139
|
+
/**
|
|
6140
|
+
* Classification method.
|
|
6141
|
+
*
|
|
6142
|
+
* naturalBreaks
|
|
6143
|
+
*
|
|
6144
|
+
* equalInterval
|
|
6145
|
+
*
|
|
6146
|
+
* quantile
|
|
6147
|
+
*/
|
|
6148
|
+
type?: ClassificationType;
|
|
5810
6149
|
}
|
|
5811
6150
|
/**
|
|
5812
6151
|
* Feature layer rendering style.
|
|
@@ -5855,7 +6194,7 @@ export interface GetTableListParams {
|
|
|
5855
6194
|
*/
|
|
5856
6195
|
export declare type CreateTablePayload = DetailedTableInfoDc | ResourceInfoDc | TableInfoDc;
|
|
5857
6196
|
export declare type SetPermissionsBatchInput = ResourceAclDc[];
|
|
5858
|
-
export interface
|
|
6197
|
+
export interface DeleteResourcesParams10 {
|
|
5859
6198
|
/** Resource names. */
|
|
5860
6199
|
names?: string[];
|
|
5861
6200
|
}
|
|
@@ -5960,7 +6299,7 @@ export interface GetCapabilitiesParams {
|
|
|
5960
6299
|
/** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
|
|
5961
6300
|
AcceptFormats?: string[];
|
|
5962
6301
|
}
|
|
5963
|
-
export interface
|
|
6302
|
+
export interface GetCapabilitiesParams8 {
|
|
5964
6303
|
/** Output format of service metadata. */
|
|
5965
6304
|
Format?: string;
|
|
5966
6305
|
/** 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
|