@evergis/api 3.0.145 → 3.0.147
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 +13 -2
- package/dist/__generated__/ProjectsService.d.ts +2 -2
- package/dist/__generated__/S3Service.d.ts +17 -6
- 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 +237 -39
- package/dist/api.cjs.development.js +32 -0
- 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 +61 -5
- package/dist/api.esm.js.map +1 -1
- package/package.json +4 -4
|
@@ -18,7 +18,7 @@ export declare type AggregateTaskParametersDc = FeatureTaskParametersDc & {
|
|
|
18
18
|
};
|
|
19
19
|
export declare type AggregatedClusterSymbolDc = SymbolDc & {
|
|
20
20
|
type?: string;
|
|
21
|
-
pointSymbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
21
|
+
pointSymbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
22
22
|
gridSize?: number;
|
|
23
23
|
fixedCenter?: boolean;
|
|
24
24
|
aggregations?: Record<string, AggregationFunction>;
|
|
@@ -555,7 +555,7 @@ export interface AttributesConfigurationDc {
|
|
|
555
555
|
/** The name of the attribute that contains the feature geometry. */
|
|
556
556
|
geometryAttribute?: string;
|
|
557
557
|
/** The name of the table in data source service, that contains the data for this layer. */
|
|
558
|
-
tableName
|
|
558
|
+
tableName?: string;
|
|
559
559
|
/** Configuration of the attributes of the layer. */
|
|
560
560
|
attributes?: AttributeConfigurationDc[];
|
|
561
561
|
/** Configurations of the related tables. */
|
|
@@ -566,7 +566,6 @@ export interface AttributesConfigurationDc {
|
|
|
566
566
|
*/
|
|
567
567
|
export declare type AutoClassificationRasterSymbolDc = RasterSymbolDc & {
|
|
568
568
|
type?: string;
|
|
569
|
-
band?: CalculatedParameterDc;
|
|
570
569
|
autoClassify?: ParameterDcBoolean;
|
|
571
570
|
ignoreEmptyValues?: ParameterDcBoolean;
|
|
572
571
|
startIndex?: CalculatedParameterDc;
|
|
@@ -710,7 +709,6 @@ export declare type ClassificationRasterSymbolDc = RasterSymbolDc & {
|
|
|
710
709
|
type?: string;
|
|
711
710
|
rasterClassifications?: RasterClassificationCfg[];
|
|
712
711
|
defaultColor?: ParameterDcColor;
|
|
713
|
-
band?: CalculatedParameterDc;
|
|
714
712
|
};
|
|
715
713
|
/**
|
|
716
714
|
* Describes classification methods.
|
|
@@ -767,7 +765,7 @@ export interface ClassifyResultObject {
|
|
|
767
765
|
export declare type ClusterSymbolDc = SymbolDc & {
|
|
768
766
|
type?: string;
|
|
769
767
|
labelSymbol?: PointLabelSymbolDc;
|
|
770
|
-
singleObjectSymbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
768
|
+
singleObjectSymbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
771
769
|
fillColor?: ParameterDcColor;
|
|
772
770
|
strokeColor?: ParameterDcColor;
|
|
773
771
|
strokeWidth?: CalculatedParameterDc;
|
|
@@ -835,6 +833,13 @@ export interface ColumnDescriptionDc {
|
|
|
835
833
|
/** If sets true, index will be configured. */
|
|
836
834
|
hasIndex?: boolean;
|
|
837
835
|
}
|
|
836
|
+
/**
|
|
837
|
+
* Combined polyline symbol.
|
|
838
|
+
*/
|
|
839
|
+
export declare type CombinedPolylineSymbolDc = SymbolDc & {
|
|
840
|
+
type?: string;
|
|
841
|
+
values?: PolylineSymbolDc[];
|
|
842
|
+
};
|
|
838
843
|
/**
|
|
839
844
|
* Data contract for SPCore.Connectors.Connectors.Base.Models.Composite.CompositeLayerConfigurationDc.
|
|
840
845
|
*/
|
|
@@ -945,7 +950,7 @@ export interface CompositeServiceInfoDc {
|
|
|
945
950
|
/** The category of the service. */
|
|
946
951
|
categories?: string[];
|
|
947
952
|
/** Configuration of the service. */
|
|
948
|
-
configuration?: ServiceConfigurationBaseDc | LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc | StyledLayerServiceConfigurationDc | CompositeServiceConfigurationDc;
|
|
953
|
+
configuration?: ServiceConfigurationBaseDc | LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc | StyledLayerServiceConfigurationDc | CompositeServiceConfigurationDc;
|
|
949
954
|
/** Name of the resource including its namespaces (names of the service managers that contain this service). */
|
|
950
955
|
name: string;
|
|
951
956
|
/** Resource alias. */
|
|
@@ -996,7 +1001,7 @@ export interface CompositeServiceInfoDc {
|
|
|
996
1001
|
*/
|
|
997
1002
|
export declare type CompositeSymbolDc = SymbolDc & {
|
|
998
1003
|
type?: string;
|
|
999
|
-
childSymbols?: (AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc)[];
|
|
1004
|
+
childSymbols?: (AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc)[];
|
|
1000
1005
|
};
|
|
1001
1006
|
/**
|
|
1002
1007
|
* Get configuration information.
|
|
@@ -1357,9 +1362,6 @@ export declare enum ErrorDetailsType {
|
|
|
1357
1362
|
BadRequest = "BadRequest",
|
|
1358
1363
|
DuplicateContent = "DuplicateContent"
|
|
1359
1364
|
}
|
|
1360
|
-
/**
|
|
1361
|
-
* Error status code.
|
|
1362
|
-
*/
|
|
1363
1365
|
export declare enum ErrorType {
|
|
1364
1366
|
NotSpecified = "NotSpecified",
|
|
1365
1367
|
LimitError = "LimitError",
|
|
@@ -1642,7 +1644,7 @@ export interface FailedServiceInfoDc {
|
|
|
1642
1644
|
/** The category of the service. */
|
|
1643
1645
|
categories?: string[];
|
|
1644
1646
|
/** Configuration of the service. */
|
|
1645
|
-
configuration?: ServiceConfigurationBaseDc | LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc | StyledLayerServiceConfigurationDc | CompositeServiceConfigurationDc;
|
|
1647
|
+
configuration?: ServiceConfigurationBaseDc | LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc | StyledLayerServiceConfigurationDc | CompositeServiceConfigurationDc;
|
|
1646
1648
|
/** Name of the resource including its namespaces (names of the service managers that contain this service). */
|
|
1647
1649
|
name: string;
|
|
1648
1650
|
/** Resource alias. */
|
|
@@ -1757,7 +1759,7 @@ export interface FeatureLayerServiceInfoDc {
|
|
|
1757
1759
|
/** The category of the service. */
|
|
1758
1760
|
categories?: string[];
|
|
1759
1761
|
/** Configuration of the service. */
|
|
1760
|
-
configuration?: ServiceConfigurationBaseDc | LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc | StyledLayerServiceConfigurationDc | CompositeServiceConfigurationDc;
|
|
1762
|
+
configuration?: ServiceConfigurationBaseDc | LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc | StyledLayerServiceConfigurationDc | CompositeServiceConfigurationDc;
|
|
1761
1763
|
/** Name of the resource including its namespaces (names of the service managers that contain this service). */
|
|
1762
1764
|
name: string;
|
|
1763
1765
|
/** Resource alias. */
|
|
@@ -1829,7 +1831,7 @@ export interface FeatureSymbolDc {
|
|
|
1829
1831
|
/** @format int32 */
|
|
1830
1832
|
id: number;
|
|
1831
1833
|
/** Feature symbol. */
|
|
1832
|
-
definition?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
1834
|
+
definition?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
1833
1835
|
image?: string;
|
|
1834
1836
|
}
|
|
1835
1837
|
/**
|
|
@@ -2187,6 +2189,8 @@ export interface ILineEndingDc {
|
|
|
2187
2189
|
* circle
|
|
2188
2190
|
*
|
|
2189
2191
|
* filledCircle
|
|
2192
|
+
*
|
|
2193
|
+
* svg
|
|
2190
2194
|
*/
|
|
2191
2195
|
type?: LineEndingType;
|
|
2192
2196
|
}
|
|
@@ -2385,7 +2389,7 @@ export declare type LabelSymbolDc = SymbolDc & {
|
|
|
2385
2389
|
};
|
|
2386
2390
|
export declare type LastTrackSymbolDc = TrackSymbolBaseDc & {
|
|
2387
2391
|
type?: string;
|
|
2388
|
-
symbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
2392
|
+
symbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
2389
2393
|
};
|
|
2390
2394
|
/**
|
|
2391
2395
|
* Information about the layer attributes and their configuration.
|
|
@@ -2559,6 +2563,23 @@ export declare type LegendTemplateModelDc = TemplateModelDc & {
|
|
|
2559
2563
|
type?: string;
|
|
2560
2564
|
};
|
|
2561
2565
|
/**
|
|
2566
|
+
* Specifies the settings of line cap. This is applied to the beginning and end of each non-closed line.
|
|
2567
|
+
|
|
2568
|
+
Flat
|
|
2569
|
+
|
|
2570
|
+
Square
|
|
2571
|
+
|
|
2572
|
+
Round
|
|
2573
|
+
|
|
2574
|
+
Triangle
|
|
2575
|
+
*/
|
|
2576
|
+
export declare enum LineCapStyle {
|
|
2577
|
+
Flat = "Flat",
|
|
2578
|
+
Square = "Square",
|
|
2579
|
+
Round = "Round",
|
|
2580
|
+
Triangle = "Triangle"
|
|
2581
|
+
}
|
|
2582
|
+
/**
|
|
2562
2583
|
* The size of the line ending in a SPCore.Kernel.Rendering.Symbols.SimplePolylineSymbol. The values sent here can be one
|
|
2563
2584
|
of the preset values, or a number representing the size of the ending in pixels for 1px wide lines.
|
|
2564
2585
|
|
|
@@ -2586,6 +2607,8 @@ filledSquare
|
|
|
2586
2607
|
circle
|
|
2587
2608
|
|
|
2588
2609
|
filledCircle
|
|
2610
|
+
|
|
2611
|
+
svg
|
|
2589
2612
|
*/
|
|
2590
2613
|
export declare enum LineEndingType {
|
|
2591
2614
|
None = "none",
|
|
@@ -2594,7 +2617,22 @@ export declare enum LineEndingType {
|
|
|
2594
2617
|
Square = "square",
|
|
2595
2618
|
FilledSquare = "filledSquare",
|
|
2596
2619
|
Circle = "circle",
|
|
2597
|
-
FilledCircle = "filledCircle"
|
|
2620
|
+
FilledCircle = "filledCircle",
|
|
2621
|
+
Svg = "svg"
|
|
2622
|
+
}
|
|
2623
|
+
/**
|
|
2624
|
+
* Specifies the settings of lines join. This is applied to corners in lines and rectangles.
|
|
2625
|
+
|
|
2626
|
+
Miter
|
|
2627
|
+
|
|
2628
|
+
Bevel
|
|
2629
|
+
|
|
2630
|
+
Round
|
|
2631
|
+
*/
|
|
2632
|
+
export declare enum LineJoinType {
|
|
2633
|
+
Miter = "Miter",
|
|
2634
|
+
Bevel = "Bevel",
|
|
2635
|
+
Round = "Round"
|
|
2598
2636
|
}
|
|
2599
2637
|
/**
|
|
2600
2638
|
* Linear service configuration Dc.
|
|
@@ -2698,7 +2736,7 @@ export declare type MultiPointDc = GeometryDc & {
|
|
|
2698
2736
|
*/
|
|
2699
2737
|
export declare type MultipointSymbolDc = SymbolDc & {
|
|
2700
2738
|
type?: string;
|
|
2701
|
-
pointSymbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
2739
|
+
pointSymbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
2702
2740
|
};
|
|
2703
2741
|
/**
|
|
2704
2742
|
* Information about a namespace .
|
|
@@ -3267,6 +3305,11 @@ export declare type PolylineSymbolDc = SymbolDc & {
|
|
|
3267
3305
|
stroke?: DashedBrushDc | SolidStrokeBrushDc;
|
|
3268
3306
|
beginning?: ILineEndingDc;
|
|
3269
3307
|
ending?: ILineEndingDc;
|
|
3308
|
+
joinType?: LineJoinType;
|
|
3309
|
+
joinRadius?: number;
|
|
3310
|
+
miterLimit?: number;
|
|
3311
|
+
offset?: CalculatedParameterDc;
|
|
3312
|
+
lineCap?: LineCapStyle;
|
|
3270
3313
|
};
|
|
3271
3314
|
/**
|
|
3272
3315
|
* The position at the map in [X, Y] format.
|
|
@@ -3417,9 +3460,9 @@ export declare type ProxyServiceConfigurationDc = ServiceConfigurationBaseDc & {
|
|
|
3417
3460
|
maxResolution?: number;
|
|
3418
3461
|
layers?: string[];
|
|
3419
3462
|
styles?: Record<string, {
|
|
3420
|
-
point?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
3421
|
-
polyline?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
3422
|
-
polygon?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
3463
|
+
point?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
3464
|
+
polyline?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
3465
|
+
polygon?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
3423
3466
|
}>;
|
|
3424
3467
|
};
|
|
3425
3468
|
/**
|
|
@@ -3480,7 +3523,7 @@ export interface ProxyServiceInfoDc {
|
|
|
3480
3523
|
/** The category of the service. */
|
|
3481
3524
|
categories?: string[];
|
|
3482
3525
|
/** Configuration of the service. */
|
|
3483
|
-
configuration?: ServiceConfigurationBaseDc | LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc | StyledLayerServiceConfigurationDc | CompositeServiceConfigurationDc;
|
|
3526
|
+
configuration?: ServiceConfigurationBaseDc | LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc | StyledLayerServiceConfigurationDc | CompositeServiceConfigurationDc;
|
|
3484
3527
|
/** Name of the resource including its namespaces (names of the service managers that contain this service). */
|
|
3485
3528
|
name: string;
|
|
3486
3529
|
/** Resource alias. */
|
|
@@ -3526,6 +3569,142 @@ export interface ProxyServiceInfoDc {
|
|
|
3526
3569
|
/** Is set true resource is not visible in catalog. Can be changed only by owner or user with admin access. */
|
|
3527
3570
|
invisibleInCatalog?: boolean;
|
|
3528
3571
|
}
|
|
3572
|
+
/**
|
|
3573
|
+
* Configuration of a postgres feature layer service.
|
|
3574
|
+
*/
|
|
3575
|
+
export declare type QueryLayerServiceConfigurationDc = ServiceConfigurationBaseDc & {
|
|
3576
|
+
attributesConfiguration?: AttributesConfigurationDc;
|
|
3577
|
+
style?: StyleDc;
|
|
3578
|
+
condition?: string;
|
|
3579
|
+
featuresLimit?: number;
|
|
3580
|
+
extentOffset?: number;
|
|
3581
|
+
simplify?: SimplifyInfoDc;
|
|
3582
|
+
eql?: string;
|
|
3583
|
+
};
|
|
3584
|
+
/**
|
|
3585
|
+
* Service info for a feature layer service.
|
|
3586
|
+
*/
|
|
3587
|
+
export interface QueryLayerServiceInfoDc {
|
|
3588
|
+
/** Information about the layer attributes and their configuration. */
|
|
3589
|
+
layerDefinition: LayerDefinitionDc;
|
|
3590
|
+
/** Feature layer rendering style. */
|
|
3591
|
+
style?: StyleDc;
|
|
3592
|
+
/** Provides data source type. */
|
|
3593
|
+
dataSourceType?: string;
|
|
3594
|
+
/** Copyright text. */
|
|
3595
|
+
copyrightText?: string;
|
|
3596
|
+
/** Client data storage. Storage isn't used by server. */
|
|
3597
|
+
clientData?: any;
|
|
3598
|
+
/** The type of the resource. */
|
|
3599
|
+
type: string;
|
|
3600
|
+
/**
|
|
3601
|
+
* Minimum resolution that this service will be rendered on. If no resolution limits are set for the top-level
|
|
3602
|
+
* style of the service, or if no such property is available for this type of the service, 0 is returned.
|
|
3603
|
+
* @format double
|
|
3604
|
+
*/
|
|
3605
|
+
minResolution?: number;
|
|
3606
|
+
/**
|
|
3607
|
+
* Maximum resolution that this service will be rendered on. If no resolution limits are set for the top-level
|
|
3608
|
+
* style of the service, or if no such property is available for this type of the service, 0 is returned.
|
|
3609
|
+
* @format double
|
|
3610
|
+
*/
|
|
3611
|
+
maxResolution?: number;
|
|
3612
|
+
/**
|
|
3613
|
+
* Filtering condition for the objects in the service. If no condition set or if no such property is available
|
|
3614
|
+
* for the given service type, null is returned.
|
|
3615
|
+
*/
|
|
3616
|
+
condition?: string;
|
|
3617
|
+
/**
|
|
3618
|
+
*
|
|
3619
|
+
*
|
|
3620
|
+
* unknown
|
|
3621
|
+
*
|
|
3622
|
+
* point
|
|
3623
|
+
*
|
|
3624
|
+
* polyline
|
|
3625
|
+
*
|
|
3626
|
+
* multipolygon
|
|
3627
|
+
*
|
|
3628
|
+
* envelope
|
|
3629
|
+
*
|
|
3630
|
+
* multipoint
|
|
3631
|
+
*/
|
|
3632
|
+
geometryType: GeometryType;
|
|
3633
|
+
/**
|
|
3634
|
+
* Number of objects in the layer. If the count cannot be calculated or the layer does not contain objects,
|
|
3635
|
+
* 0 is returned.
|
|
3636
|
+
* @format int32
|
|
3637
|
+
*/
|
|
3638
|
+
objectCount?: number;
|
|
3639
|
+
/** The category of the service. */
|
|
3640
|
+
categories?: string[];
|
|
3641
|
+
/** Configuration of the service. */
|
|
3642
|
+
configuration?: ServiceConfigurationBaseDc | LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc | StyledLayerServiceConfigurationDc | CompositeServiceConfigurationDc;
|
|
3643
|
+
/** Name of the resource including its namespaces (names of the service managers that contain this service). */
|
|
3644
|
+
name: string;
|
|
3645
|
+
/** Resource alias. */
|
|
3646
|
+
alias?: string;
|
|
3647
|
+
/** Resource owner. */
|
|
3648
|
+
owner?: string;
|
|
3649
|
+
/** Resource description. */
|
|
3650
|
+
description?: string;
|
|
3651
|
+
/** Resource preview. */
|
|
3652
|
+
preview?: string;
|
|
3653
|
+
/**
|
|
3654
|
+
* The date when resource was created.
|
|
3655
|
+
* @format date-time
|
|
3656
|
+
*/
|
|
3657
|
+
createdDate?: string;
|
|
3658
|
+
/**
|
|
3659
|
+
* The date when resource was last modified.
|
|
3660
|
+
* @format date-time
|
|
3661
|
+
*/
|
|
3662
|
+
changedDate?: string;
|
|
3663
|
+
/**
|
|
3664
|
+
* User permissions for server security objects (services, projects etc.)
|
|
3665
|
+
*
|
|
3666
|
+
* none
|
|
3667
|
+
*
|
|
3668
|
+
* configure
|
|
3669
|
+
*
|
|
3670
|
+
* write
|
|
3671
|
+
*
|
|
3672
|
+
* read
|
|
3673
|
+
*
|
|
3674
|
+
* read,configure
|
|
3675
|
+
*
|
|
3676
|
+
* read,write
|
|
3677
|
+
*
|
|
3678
|
+
* read,write,configure
|
|
3679
|
+
*/
|
|
3680
|
+
permissions?: Permissions;
|
|
3681
|
+
/** Access control list for a security object. */
|
|
3682
|
+
acl?: AccessControlListDc;
|
|
3683
|
+
/** Base64 encoded image - icon of the resource. Usually shown next to the resource name in lists and legends. */
|
|
3684
|
+
icon?: string;
|
|
3685
|
+
/** Is set true resource is not visible in catalog. Can be changed only by owner or user with admin access. */
|
|
3686
|
+
invisibleInCatalog?: boolean;
|
|
3687
|
+
}
|
|
3688
|
+
/**
|
|
3689
|
+
* Raster band cfg.
|
|
3690
|
+
*/
|
|
3691
|
+
export interface RasterBandCfg {
|
|
3692
|
+
/**
|
|
3693
|
+
* Gets or sets band id.
|
|
3694
|
+
* @format int32
|
|
3695
|
+
*/
|
|
3696
|
+
bandId?: number;
|
|
3697
|
+
/**
|
|
3698
|
+
* Gets or sets band min value.
|
|
3699
|
+
* @format float
|
|
3700
|
+
*/
|
|
3701
|
+
bandMin?: number;
|
|
3702
|
+
/**
|
|
3703
|
+
* Gets or sets band max value.
|
|
3704
|
+
* @format float
|
|
3705
|
+
*/
|
|
3706
|
+
bandMax?: number;
|
|
3707
|
+
}
|
|
3529
3708
|
/**
|
|
3530
3709
|
* RasterBandMetaDc.
|
|
3531
3710
|
*/
|
|
@@ -3638,16 +3817,6 @@ export interface RasterMetaDc {
|
|
|
3638
3817
|
* Raster render cfg.
|
|
3639
3818
|
*/
|
|
3640
3819
|
export interface RasterRenderCfg {
|
|
3641
|
-
/**
|
|
3642
|
-
* Min value.
|
|
3643
|
-
* @format double
|
|
3644
|
-
*/
|
|
3645
|
-
scaleMinValue?: number;
|
|
3646
|
-
/**
|
|
3647
|
-
* Max value.
|
|
3648
|
-
* @format double
|
|
3649
|
-
*/
|
|
3650
|
-
scaleMaxValue?: number;
|
|
3651
3820
|
/**
|
|
3652
3821
|
* No data value.
|
|
3653
3822
|
* @format double
|
|
@@ -3661,6 +3830,8 @@ export declare type RasterSymbolDc = SymbolDc & {
|
|
|
3661
3830
|
type?: string;
|
|
3662
3831
|
opacity?: CalculatedParameterDc;
|
|
3663
3832
|
rasterRenderConfiguration?: RasterRenderCfg;
|
|
3833
|
+
band?: RasterBandCfg;
|
|
3834
|
+
bandA?: RasterBandCfg;
|
|
3664
3835
|
};
|
|
3665
3836
|
/**
|
|
3666
3837
|
* Types of table reference.
|
|
@@ -3830,6 +4001,15 @@ export declare enum ResourceTypeLink {
|
|
|
3830
4001
|
Layer = "layers",
|
|
3831
4002
|
Project = "projects"
|
|
3832
4003
|
}
|
|
4004
|
+
/**
|
|
4005
|
+
* The symbol that draws a rgb raster.
|
|
4006
|
+
*/
|
|
4007
|
+
export declare type RgbRasterSymbolDc = RasterSymbolDc & {
|
|
4008
|
+
type?: string;
|
|
4009
|
+
bandR?: RasterBandCfg;
|
|
4010
|
+
bandG?: RasterBandCfg;
|
|
4011
|
+
bandB?: RasterBandCfg;
|
|
4012
|
+
};
|
|
3833
4013
|
/**
|
|
3834
4014
|
* Short role information.
|
|
3835
4015
|
*/
|
|
@@ -4165,7 +4345,7 @@ export declare type ServiceInfoDc = ResourceInfoDc & {
|
|
|
4165
4345
|
geometryType: GeometryType;
|
|
4166
4346
|
objectCount?: number;
|
|
4167
4347
|
categories?: string[];
|
|
4168
|
-
configuration?: ServiceConfigurationBaseDc | LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc | StyledLayerServiceConfigurationDc | CompositeServiceConfigurationDc;
|
|
4348
|
+
configuration?: ServiceConfigurationBaseDc | LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc | StyledLayerServiceConfigurationDc | CompositeServiceConfigurationDc;
|
|
4169
4349
|
};
|
|
4170
4350
|
/**
|
|
4171
4351
|
* List of the services in service manager.
|
|
@@ -4259,6 +4439,12 @@ export interface SessionStaticTaskDataStorageDescription {
|
|
|
4259
4439
|
/** The name of the folder. */
|
|
4260
4440
|
folderName?: string;
|
|
4261
4441
|
}
|
|
4442
|
+
/**
|
|
4443
|
+
* Polyline symbol the parameters of endings of which are calculated based on the parameters of the symbol stoke.
|
|
4444
|
+
|
|
4445
|
+
If the ending is set to be other then None, the size and color of the ending will be calculated based on the
|
|
4446
|
+
stroke width and color of the symbol.
|
|
4447
|
+
*/
|
|
4262
4448
|
export declare type SimplePolylineSymbolDc = SymbolDc & {
|
|
4263
4449
|
type?: string;
|
|
4264
4450
|
stroke?: DashedBrushDc | SolidStrokeBrushDc;
|
|
@@ -4266,6 +4452,10 @@ export declare type SimplePolylineSymbolDc = SymbolDc & {
|
|
|
4266
4452
|
ending?: LineEndingType;
|
|
4267
4453
|
beginningSize?: LineEndingSize;
|
|
4268
4454
|
endingSize?: LineEndingSize;
|
|
4455
|
+
joinType?: LineJoinType;
|
|
4456
|
+
joinRadius?: number;
|
|
4457
|
+
miterLimit?: number;
|
|
4458
|
+
offset?: CalculatedParameterDc;
|
|
4269
4459
|
};
|
|
4270
4460
|
/**
|
|
4271
4461
|
* Simplify configuration information.
|
|
@@ -4471,7 +4661,7 @@ export interface StyleDc {
|
|
|
4471
4661
|
*/
|
|
4472
4662
|
condition?: string;
|
|
4473
4663
|
/** Symbol that is used to draw the features of the layer. */
|
|
4474
|
-
symbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
4664
|
+
symbol?: AutoClassificationRasterSymbolDc | CirclePointSymbolDc | ClassificationRasterSymbolDc | CombinedPolylineSymbolDc | CompositeSymbolDc | ImagePointSymbolDc | ImagePolygonSymbolDc | LabelSymbolDc | MaskedImagePointSymbolDc | MaskedImagePolygonSymbolDc | MultipointSymbolDc | PointLabelSymbolDc | PolygonCenterLabelSymbolDc | PolygonLabelSymbolDc | PolygonSymbolDc | PolylineLabelSymbolDc | PolylineSymbolDc | RasterSymbolDc | RgbRasterSymbolDc | SimplePolylineSymbolDc | SquarePointSymbolDc | SvgPointSymbolDc | LastTrackSymbolDc | TracksSymbolDc | TrackSymbolBaseDc | AggregatedClusterSymbolDc | ClusterSymbolDc | H3GridSymbolDc | HexGridSymbolDc | PolygonGridSymbolDc;
|
|
4475
4665
|
/**
|
|
4476
4666
|
* Child styles. Before rendering a feature, the children style conditions are checked. If none
|
|
4477
4667
|
* of the child styles were applied, then the paren style is used to draw the feature.
|
|
@@ -4965,7 +5155,7 @@ export interface TileCatalogServiceInfoDc {
|
|
|
4965
5155
|
/** The category of the service. */
|
|
4966
5156
|
categories?: string[];
|
|
4967
5157
|
/** Configuration of the service. */
|
|
4968
|
-
configuration?: ServiceConfigurationBaseDc | LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc | StyledLayerServiceConfigurationDc | CompositeServiceConfigurationDc;
|
|
5158
|
+
configuration?: ServiceConfigurationBaseDc | LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc | StyledLayerServiceConfigurationDc | CompositeServiceConfigurationDc;
|
|
4969
5159
|
/** Name of the resource including its namespaces (names of the service managers that contain this service). */
|
|
4970
5160
|
name: string;
|
|
4971
5161
|
/** Resource alias. */
|
|
@@ -5142,7 +5332,7 @@ export interface TileServiceInfoDc {
|
|
|
5142
5332
|
/** The category of the service. */
|
|
5143
5333
|
categories?: string[];
|
|
5144
5334
|
/** Configuration of the service. */
|
|
5145
|
-
configuration?: ServiceConfigurationBaseDc | LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc | StyledLayerServiceConfigurationDc | CompositeServiceConfigurationDc;
|
|
5335
|
+
configuration?: ServiceConfigurationBaseDc | LinearServiceConfigurationDc | LocalTileServiceConfigurationDc | PostgresLayerServiceConfigurationDc | PostgresTileCatalogServiceConfigurationDc | ProxyServiceConfigurationDc | QueryLayerServiceConfigurationDc | RemoteTileServiceConfigurationDc | RouteServiceConfigurationDc | StyledLayerServiceConfigurationDc | CompositeServiceConfigurationDc;
|
|
5146
5336
|
/** Name of the resource including its namespaces (names of the service managers that contain this service). */
|
|
5147
5337
|
name: string;
|
|
5148
5338
|
/** Resource alias. */
|
|
@@ -5323,6 +5513,7 @@ export declare type UploadNetCdfTaskParametersDc = TaskParametersDc & {
|
|
|
5323
5513
|
attributes?: Record<string, any>;
|
|
5324
5514
|
maxZoomLevel: number;
|
|
5325
5515
|
polygonize?: boolean;
|
|
5516
|
+
proj?: string;
|
|
5326
5517
|
type?: string;
|
|
5327
5518
|
};
|
|
5328
5519
|
/**
|
|
@@ -5334,6 +5525,7 @@ export declare type UploadRasterTaskParametersDc = TaskParametersDc & {
|
|
|
5334
5525
|
attributes?: Record<string, any>;
|
|
5335
5526
|
maxZoomLevel: number;
|
|
5336
5527
|
polygonize?: boolean;
|
|
5528
|
+
bands?: number[];
|
|
5337
5529
|
useCog?: boolean;
|
|
5338
5530
|
type?: string;
|
|
5339
5531
|
};
|
|
@@ -6197,7 +6389,7 @@ export interface ValidateExpressionParams {
|
|
|
6197
6389
|
/** Layer name. */
|
|
6198
6390
|
layerName: string;
|
|
6199
6391
|
}
|
|
6200
|
-
export interface
|
|
6392
|
+
export interface GetRasterMetaParams8 {
|
|
6201
6393
|
/**
|
|
6202
6394
|
* Min value for build histogram.
|
|
6203
6395
|
* @format double
|
|
@@ -6324,7 +6516,7 @@ export interface GetProjectsListParams {
|
|
|
6324
6516
|
tags?: string[];
|
|
6325
6517
|
}
|
|
6326
6518
|
export declare type SetPermissionsBatchBody = ResourceAclDc[];
|
|
6327
|
-
export interface
|
|
6519
|
+
export interface DeleteResourcesParams3 {
|
|
6328
6520
|
/** Resource names. */
|
|
6329
6521
|
names?: string[];
|
|
6330
6522
|
}
|
|
@@ -6368,6 +6560,12 @@ export interface GetUrlParams {
|
|
|
6368
6560
|
/** S3 storage name. */
|
|
6369
6561
|
storageName: string;
|
|
6370
6562
|
}
|
|
6563
|
+
export interface GetStorageObjectsParams {
|
|
6564
|
+
/** Path. */
|
|
6565
|
+
path?: string;
|
|
6566
|
+
/** S3 storage name. */
|
|
6567
|
+
storageName: string;
|
|
6568
|
+
}
|
|
6371
6569
|
export interface CreateStorageParams {
|
|
6372
6570
|
/** S3 storage name. */
|
|
6373
6571
|
storageName?: string;
|
|
@@ -6562,7 +6760,7 @@ export interface StatisticsDbParams {
|
|
|
6562
6760
|
*/
|
|
6563
6761
|
types?: AggregationFunction[];
|
|
6564
6762
|
}
|
|
6565
|
-
export interface
|
|
6763
|
+
export interface ClassifyParams4 {
|
|
6566
6764
|
/** Layer name. */
|
|
6567
6765
|
name?: string;
|
|
6568
6766
|
/** Attribute name. */
|
|
@@ -6686,7 +6884,7 @@ export interface GetTableListParams {
|
|
|
6686
6884
|
acl?: string;
|
|
6687
6885
|
}
|
|
6688
6886
|
export declare type SetPermissionsBatchInput = ResourceAclDc[];
|
|
6689
|
-
export interface
|
|
6887
|
+
export interface DeleteResourcesParams10 {
|
|
6690
6888
|
/** Resource names. */
|
|
6691
6889
|
names?: string[];
|
|
6692
6890
|
}
|
|
@@ -6843,7 +7041,7 @@ export interface GetPublicCapabilitiesParams {
|
|
|
6843
7041
|
/** When omitted or not supported by server, server shall return service metadata document using the MIME type "text/xml". */
|
|
6844
7042
|
AcceptFormats?: string[];
|
|
6845
7043
|
}
|
|
6846
|
-
export interface
|
|
7044
|
+
export interface GetCapabilitiesParams4 {
|
|
6847
7045
|
/** Output format of service metadata. */
|
|
6848
7046
|
Format?: string;
|
|
6849
7047
|
/** Must be WMS. */
|
|
@@ -1937,6 +1937,24 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
1937
1937
|
type: 'PostgresLayerService'
|
|
1938
1938
|
}).json();
|
|
1939
1939
|
}
|
|
1940
|
+
/**
|
|
1941
|
+
* No description
|
|
1942
|
+
*
|
|
1943
|
+
* @tags Layers
|
|
1944
|
+
* @name PublishQueryLayerService
|
|
1945
|
+
* @operationId LayersController_PublishQueryLayerService
|
|
1946
|
+
* @summary Creates new Postgres Layer Service.
|
|
1947
|
+
* @request POST:/layers#type=QueryLayerService
|
|
1948
|
+
* @response `default` Error
|
|
1949
|
+
*/
|
|
1950
|
+
|
|
1951
|
+
}, {
|
|
1952
|
+
key: "publishQueryLayerService",
|
|
1953
|
+
value: function publishQueryLayerService(data) {
|
|
1954
|
+
return this.http.post("/layers", data, {
|
|
1955
|
+
type: 'QueryLayerService'
|
|
1956
|
+
}).json();
|
|
1957
|
+
}
|
|
1940
1958
|
/**
|
|
1941
1959
|
* No description
|
|
1942
1960
|
*
|
|
@@ -7045,6 +7063,13 @@ function isFeatureLayer(layer) {
|
|
|
7045
7063
|
Group["All"] = "all";
|
|
7046
7064
|
})(exports.Group || (exports.Group = {}));
|
|
7047
7065
|
|
|
7066
|
+
(function (LineCapStyle) {
|
|
7067
|
+
LineCapStyle["Flat"] = "Flat";
|
|
7068
|
+
LineCapStyle["Square"] = "Square";
|
|
7069
|
+
LineCapStyle["Round"] = "Round";
|
|
7070
|
+
LineCapStyle["Triangle"] = "Triangle";
|
|
7071
|
+
})(exports.LineCapStyle || (exports.LineCapStyle = {}));
|
|
7072
|
+
|
|
7048
7073
|
(function (LineEndingSize) {
|
|
7049
7074
|
LineEndingSize["Small"] = "small";
|
|
7050
7075
|
LineEndingSize["Large"] = "large";
|
|
@@ -7058,8 +7083,15 @@ function isFeatureLayer(layer) {
|
|
|
7058
7083
|
LineEndingType["FilledSquare"] = "filledSquare";
|
|
7059
7084
|
LineEndingType["Circle"] = "circle";
|
|
7060
7085
|
LineEndingType["FilledCircle"] = "filledCircle";
|
|
7086
|
+
LineEndingType["Svg"] = "svg";
|
|
7061
7087
|
})(exports.LineEndingType || (exports.LineEndingType = {}));
|
|
7062
7088
|
|
|
7089
|
+
(function (LineJoinType) {
|
|
7090
|
+
LineJoinType["Miter"] = "Miter";
|
|
7091
|
+
LineJoinType["Bevel"] = "Bevel";
|
|
7092
|
+
LineJoinType["Round"] = "Round";
|
|
7093
|
+
})(exports.LineJoinType || (exports.LineJoinType = {}));
|
|
7094
|
+
|
|
7063
7095
|
(function (Operation) {
|
|
7064
7096
|
Operation["Unknown"] = "Unknown";
|
|
7065
7097
|
Operation["Union"] = "union";
|