@evergis/api 4.0.5 → 4.0.7
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 +14 -113
- package/dist/__generated__/RemoteTaskManagerService.d.ts +11 -132
- package/dist/__generated__/StatisticService.d.ts +2 -2
- package/dist/__generated__/TablesService.d.ts +2 -13
- package/dist/__generated__/data-contracts.d.ts +442 -694
- package/dist/api.cjs.development.js +110 -545
- 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 +137 -572
- package/dist/api.esm.js.map +1 -1
- package/dist/services/Layers.d.ts +2 -6
- package/dist/services/VectorTiles.d.ts +1 -1
- package/package.json +2 -2
package/dist/api.esm.js
CHANGED
|
@@ -3273,13 +3273,13 @@ let Import = /*#__PURE__*/function (_ImportService) {
|
|
|
3273
3273
|
|
|
3274
3274
|
const _excluded$3 = ["name"],
|
|
3275
3275
|
_excluded2$2 = ["name"],
|
|
3276
|
-
_excluded3$2 = ["name"],
|
|
3276
|
+
_excluded3$2 = ["name", "id"],
|
|
3277
3277
|
_excluded4$1 = ["name", "id"],
|
|
3278
3278
|
_excluded5$1 = ["name", "id"],
|
|
3279
|
-
_excluded6$1 = ["name", "
|
|
3280
|
-
_excluded7 = ["name", "x", "y", "z"],
|
|
3281
|
-
_excluded8 = ["name", "x", "y", "z", "format"],
|
|
3282
|
-
_excluded9 = ["name"
|
|
3279
|
+
_excluded6$1 = ["name", "x", "y", "z"],
|
|
3280
|
+
_excluded7 = ["name", "x", "y", "z", "format"],
|
|
3281
|
+
_excluded8 = ["name", "x", "y", "z", "dpi", "format"],
|
|
3282
|
+
_excluded9 = ["name"],
|
|
3283
3283
|
_excluded10 = ["name"],
|
|
3284
3284
|
_excluded11 = ["name"],
|
|
3285
3285
|
_excluded12 = ["name"],
|
|
@@ -3287,12 +3287,8 @@ const _excluded$3 = ["name"],
|
|
|
3287
3287
|
_excluded14 = ["name"],
|
|
3288
3288
|
_excluded15 = ["name"],
|
|
3289
3289
|
_excluded16 = ["name"],
|
|
3290
|
-
_excluded17 = ["
|
|
3291
|
-
_excluded18 = ["name"]
|
|
3292
|
-
_excluded19 = ["name"],
|
|
3293
|
-
_excluded20 = ["name"],
|
|
3294
|
-
_excluded21 = ["layerName"],
|
|
3295
|
-
_excluded22 = ["name", "id"];
|
|
3290
|
+
_excluded17 = ["layerName"],
|
|
3291
|
+
_excluded18 = ["name", "id"];
|
|
3296
3292
|
/**
|
|
3297
3293
|
* @title Spatial Processing Core API
|
|
3298
3294
|
* @version 1.5.1.0
|
|
@@ -3512,42 +3508,6 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
3512
3508
|
type: 'RemoteTileService'
|
|
3513
3509
|
}).json();
|
|
3514
3510
|
}
|
|
3515
|
-
/**
|
|
3516
|
-
* No description
|
|
3517
|
-
*
|
|
3518
|
-
* @tags Layers
|
|
3519
|
-
* @name PublishLocalTileService
|
|
3520
|
-
* @operationId LayersController_PublishLocalTileService
|
|
3521
|
-
* @summary Creates new Local Tile Service.
|
|
3522
|
-
* @request POST:/layers#type=LocalTileService
|
|
3523
|
-
* @response `default` Error
|
|
3524
|
-
*/
|
|
3525
|
-
|
|
3526
|
-
}, {
|
|
3527
|
-
key: "publishLocalTileService",
|
|
3528
|
-
value: function publishLocalTileService(data) {
|
|
3529
|
-
return this.http.post("/layers", data, {
|
|
3530
|
-
type: 'LocalTileService'
|
|
3531
|
-
}).json();
|
|
3532
|
-
}
|
|
3533
|
-
/**
|
|
3534
|
-
* No description
|
|
3535
|
-
*
|
|
3536
|
-
* @tags Layers
|
|
3537
|
-
* @name PublishPostgresLayerService
|
|
3538
|
-
* @operationId LayersController_PublishPostgresLayerService
|
|
3539
|
-
* @summary Creates new Postgres Layer Service.
|
|
3540
|
-
* @request POST:/layers#type=PostgresLayerService
|
|
3541
|
-
* @response `default` Error
|
|
3542
|
-
*/
|
|
3543
|
-
|
|
3544
|
-
}, {
|
|
3545
|
-
key: "publishPostgresLayerService",
|
|
3546
|
-
value: function publishPostgresLayerService(data) {
|
|
3547
|
-
return this.http.post("/layers", data, {
|
|
3548
|
-
type: 'PostgresLayerService'
|
|
3549
|
-
}).json();
|
|
3550
|
-
}
|
|
3551
3511
|
/**
|
|
3552
3512
|
* No description
|
|
3553
3513
|
*
|
|
@@ -3588,36 +3548,36 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
3588
3548
|
* No description
|
|
3589
3549
|
*
|
|
3590
3550
|
* @tags Layers
|
|
3591
|
-
* @name
|
|
3592
|
-
* @operationId
|
|
3593
|
-
* @summary
|
|
3594
|
-
* @request
|
|
3551
|
+
* @name PublishPythonService
|
|
3552
|
+
* @operationId LayersController_PublishPythonService
|
|
3553
|
+
* @summary Creates new python service.
|
|
3554
|
+
* @request POST:/layers#type=Python
|
|
3595
3555
|
* @response `default` Error
|
|
3596
3556
|
*/
|
|
3597
3557
|
|
|
3598
3558
|
}, {
|
|
3599
|
-
key: "
|
|
3600
|
-
value: function
|
|
3601
|
-
return this.http.
|
|
3602
|
-
type: '
|
|
3559
|
+
key: "publishPythonService",
|
|
3560
|
+
value: function publishPythonService(data) {
|
|
3561
|
+
return this.http.post("/layers", data, {
|
|
3562
|
+
type: 'Python'
|
|
3603
3563
|
}).json();
|
|
3604
3564
|
}
|
|
3605
3565
|
/**
|
|
3606
3566
|
* No description
|
|
3607
3567
|
*
|
|
3608
3568
|
* @tags Layers
|
|
3609
|
-
* @name
|
|
3610
|
-
* @operationId
|
|
3611
|
-
* @summary
|
|
3612
|
-
* @request
|
|
3569
|
+
* @name UpdateMapboxService
|
|
3570
|
+
* @operationId LayersController_UpdateMapboxService
|
|
3571
|
+
* @summary Update mapbox service.
|
|
3572
|
+
* @request PATCH:/layers/{name}#type=Mapbox
|
|
3613
3573
|
* @response `default` Error
|
|
3614
3574
|
*/
|
|
3615
3575
|
|
|
3616
3576
|
}, {
|
|
3617
|
-
key: "
|
|
3618
|
-
value: function
|
|
3619
|
-
return this.http.
|
|
3620
|
-
type: '
|
|
3577
|
+
key: "updateMapboxService",
|
|
3578
|
+
value: function updateMapboxService(name, data) {
|
|
3579
|
+
return this.http.patch("/layers/" + name, data, {
|
|
3580
|
+
type: 'Mapbox'
|
|
3621
3581
|
}).json();
|
|
3622
3582
|
}
|
|
3623
3583
|
/**
|
|
@@ -3692,42 +3652,6 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
3692
3652
|
type: 'RemoteTileService'
|
|
3693
3653
|
}).json();
|
|
3694
3654
|
}
|
|
3695
|
-
/**
|
|
3696
|
-
* No description
|
|
3697
|
-
*
|
|
3698
|
-
* @tags Layers
|
|
3699
|
-
* @name UpdateLocalTileService
|
|
3700
|
-
* @operationId LayersController_UpdateLocalTileService
|
|
3701
|
-
* @summary Update Local Tile Service.
|
|
3702
|
-
* @request PATCH:/layers/{name}#type=LocalTileService
|
|
3703
|
-
* @response `default` Error
|
|
3704
|
-
*/
|
|
3705
|
-
|
|
3706
|
-
}, {
|
|
3707
|
-
key: "updateLocalTileService",
|
|
3708
|
-
value: function updateLocalTileService(name, data) {
|
|
3709
|
-
return this.http.patch("/layers/" + name, data, {
|
|
3710
|
-
type: 'LocalTileService'
|
|
3711
|
-
}).json();
|
|
3712
|
-
}
|
|
3713
|
-
/**
|
|
3714
|
-
* No description
|
|
3715
|
-
*
|
|
3716
|
-
* @tags Layers
|
|
3717
|
-
* @name UpdatePostgresLayerService
|
|
3718
|
-
* @operationId LayersController_UpdatePostgresLayerService
|
|
3719
|
-
* @summary Update Postgres Layer Service.
|
|
3720
|
-
* @request PATCH:/layers/{name}#type=PostgresLayerService
|
|
3721
|
-
* @response `default` Error
|
|
3722
|
-
*/
|
|
3723
|
-
|
|
3724
|
-
}, {
|
|
3725
|
-
key: "updatePostgresLayerService",
|
|
3726
|
-
value: function updatePostgresLayerService(name, data) {
|
|
3727
|
-
return this.http.patch("/layers/" + name, data, {
|
|
3728
|
-
type: 'PostgresLayerService'
|
|
3729
|
-
}).json();
|
|
3730
|
-
}
|
|
3731
3655
|
/**
|
|
3732
3656
|
* No description
|
|
3733
3657
|
*
|
|
@@ -3852,27 +3776,6 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
3852
3776
|
value: function updateFeature(name, data) {
|
|
3853
3777
|
return this.http.patch("/layers/" + name + "/features", data).json();
|
|
3854
3778
|
}
|
|
3855
|
-
/**
|
|
3856
|
-
* No description
|
|
3857
|
-
*
|
|
3858
|
-
* @tags Layers
|
|
3859
|
-
* @name FeaturesContains
|
|
3860
|
-
* @operationId LayersController_FeaturesContains
|
|
3861
|
-
* @summary Gets filtered features with given filter.
|
|
3862
|
-
* @request GET:/layers/{name}/features/contains
|
|
3863
|
-
* @response `200` OK
|
|
3864
|
-
*/
|
|
3865
|
-
|
|
3866
|
-
}, {
|
|
3867
|
-
key: "featuresContains",
|
|
3868
|
-
value: function featuresContains(_ref3) {
|
|
3869
|
-
let {
|
|
3870
|
-
name
|
|
3871
|
-
} = _ref3,
|
|
3872
|
-
query = _objectWithoutPropertiesLoose(_ref3, _excluded3$2);
|
|
3873
|
-
|
|
3874
|
-
return this.http.get("/layers/" + name + "/features/contains", query).json();
|
|
3875
|
-
}
|
|
3876
3779
|
/**
|
|
3877
3780
|
* No description
|
|
3878
3781
|
*
|
|
@@ -3886,12 +3789,12 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
3886
3789
|
|
|
3887
3790
|
}, {
|
|
3888
3791
|
key: "getById",
|
|
3889
|
-
value: function getById(
|
|
3792
|
+
value: function getById(_ref3) {
|
|
3890
3793
|
let {
|
|
3891
3794
|
name,
|
|
3892
3795
|
id
|
|
3893
|
-
} =
|
|
3894
|
-
query = _objectWithoutPropertiesLoose(
|
|
3796
|
+
} = _ref3,
|
|
3797
|
+
query = _objectWithoutPropertiesLoose(_ref3, _excluded3$2);
|
|
3895
3798
|
|
|
3896
3799
|
return this.http.get("/layers/" + name + "/features/" + id, query).json();
|
|
3897
3800
|
}
|
|
@@ -3908,12 +3811,12 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
3908
3811
|
|
|
3909
3812
|
}, {
|
|
3910
3813
|
key: "unite",
|
|
3911
|
-
value: function unite(
|
|
3814
|
+
value: function unite(_ref4, data) {
|
|
3912
3815
|
let {
|
|
3913
3816
|
name,
|
|
3914
3817
|
id
|
|
3915
|
-
} =
|
|
3916
|
-
query = _objectWithoutPropertiesLoose(
|
|
3818
|
+
} = _ref4,
|
|
3819
|
+
query = _objectWithoutPropertiesLoose(_ref4, _excluded4$1);
|
|
3917
3820
|
|
|
3918
3821
|
return this.http.post("/layers/" + name + "/features/" + id + "/unite", data, query).json();
|
|
3919
3822
|
}
|
|
@@ -3930,12 +3833,12 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
3930
3833
|
|
|
3931
3834
|
}, {
|
|
3932
3835
|
key: "subtract",
|
|
3933
|
-
value: function subtract(
|
|
3836
|
+
value: function subtract(_ref5, data) {
|
|
3934
3837
|
let {
|
|
3935
3838
|
name,
|
|
3936
3839
|
id
|
|
3937
|
-
} =
|
|
3938
|
-
query = _objectWithoutPropertiesLoose(
|
|
3840
|
+
} = _ref5,
|
|
3841
|
+
query = _objectWithoutPropertiesLoose(_ref5, _excluded5$1);
|
|
3939
3842
|
|
|
3940
3843
|
return this.http.post("/layers/" + name + "/features/" + id + "/subtract", data, query).json();
|
|
3941
3844
|
}
|
|
@@ -3952,14 +3855,14 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
3952
3855
|
|
|
3953
3856
|
}, {
|
|
3954
3857
|
key: "getTilesLayerImage",
|
|
3955
|
-
value: function getTilesLayerImage(
|
|
3858
|
+
value: function getTilesLayerImage(_ref6) {
|
|
3956
3859
|
let {
|
|
3957
3860
|
name,
|
|
3958
3861
|
x,
|
|
3959
3862
|
y,
|
|
3960
3863
|
z
|
|
3961
|
-
} =
|
|
3962
|
-
query = _objectWithoutPropertiesLoose(
|
|
3864
|
+
} = _ref6,
|
|
3865
|
+
query = _objectWithoutPropertiesLoose(_ref6, _excluded6$1);
|
|
3963
3866
|
|
|
3964
3867
|
return this.http.createUrl("/layers/" + name + "/tile/" + z + "/" + x + "/" + y, query);
|
|
3965
3868
|
}
|
|
@@ -3976,15 +3879,15 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
3976
3879
|
|
|
3977
3880
|
}, {
|
|
3978
3881
|
key: "getTilesLayerImage1",
|
|
3979
|
-
value: function getTilesLayerImage1(
|
|
3882
|
+
value: function getTilesLayerImage1(_ref7) {
|
|
3980
3883
|
let {
|
|
3981
3884
|
name,
|
|
3982
3885
|
x,
|
|
3983
3886
|
y,
|
|
3984
3887
|
z,
|
|
3985
3888
|
format
|
|
3986
|
-
} =
|
|
3987
|
-
query = _objectWithoutPropertiesLoose(
|
|
3889
|
+
} = _ref7,
|
|
3890
|
+
query = _objectWithoutPropertiesLoose(_ref7, _excluded7);
|
|
3988
3891
|
|
|
3989
3892
|
return this.http.createUrl("/layers/" + name + "/tile/" + z + "/" + x + "/" + y + "." + format, query);
|
|
3990
3893
|
}
|
|
@@ -4001,7 +3904,7 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4001
3904
|
|
|
4002
3905
|
}, {
|
|
4003
3906
|
key: "getTilesLayerImageWithFormatAndDpi",
|
|
4004
|
-
value: function getTilesLayerImageWithFormatAndDpi(
|
|
3907
|
+
value: function getTilesLayerImageWithFormatAndDpi(_ref8) {
|
|
4005
3908
|
let {
|
|
4006
3909
|
name,
|
|
4007
3910
|
x,
|
|
@@ -4009,8 +3912,8 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4009
3912
|
z,
|
|
4010
3913
|
dpi,
|
|
4011
3914
|
format
|
|
4012
|
-
} =
|
|
4013
|
-
query = _objectWithoutPropertiesLoose(
|
|
3915
|
+
} = _ref8,
|
|
3916
|
+
query = _objectWithoutPropertiesLoose(_ref8, _excluded8);
|
|
4014
3917
|
|
|
4015
3918
|
return this.http.createUrl("/layers/" + name + "/tile/" + z + "/" + x + "/" + y + "@" + dpi + "x." + format, query);
|
|
4016
3919
|
}
|
|
@@ -4027,11 +3930,11 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4027
3930
|
|
|
4028
3931
|
}, {
|
|
4029
3932
|
key: "getLayerImage",
|
|
4030
|
-
value: function getLayerImage(
|
|
3933
|
+
value: function getLayerImage(_ref9) {
|
|
4031
3934
|
let {
|
|
4032
3935
|
name
|
|
4033
|
-
} =
|
|
4034
|
-
query = _objectWithoutPropertiesLoose(
|
|
3936
|
+
} = _ref9,
|
|
3937
|
+
query = _objectWithoutPropertiesLoose(_ref9, _excluded9);
|
|
4035
3938
|
|
|
4036
3939
|
return this.http.createUrl("/layers/" + name + "/export", query);
|
|
4037
3940
|
}
|
|
@@ -4048,56 +3951,14 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4048
3951
|
|
|
4049
3952
|
}, {
|
|
4050
3953
|
key: "getLayerExtent",
|
|
4051
|
-
value: function getLayerExtent(
|
|
3954
|
+
value: function getLayerExtent(_ref10) {
|
|
4052
3955
|
let {
|
|
4053
3956
|
name
|
|
4054
|
-
} =
|
|
4055
|
-
query = _objectWithoutPropertiesLoose(
|
|
3957
|
+
} = _ref10,
|
|
3958
|
+
query = _objectWithoutPropertiesLoose(_ref10, _excluded10);
|
|
4056
3959
|
|
|
4057
3960
|
return this.http.get("/layers/" + name + "/extent", query).json();
|
|
4058
3961
|
}
|
|
4059
|
-
/**
|
|
4060
|
-
* No description
|
|
4061
|
-
*
|
|
4062
|
-
* @tags Layers
|
|
4063
|
-
* @name GetByGeometry
|
|
4064
|
-
* @operationId LayersController_GetByGeometryAsync
|
|
4065
|
-
* @summary Gets the features within the given geometry.
|
|
4066
|
-
* @request GET:/layers/{name}/features/getByGeometry
|
|
4067
|
-
* @response `200` OK
|
|
4068
|
-
*/
|
|
4069
|
-
|
|
4070
|
-
}, {
|
|
4071
|
-
key: "getByGeometry",
|
|
4072
|
-
value: function getByGeometry(_ref12) {
|
|
4073
|
-
let {
|
|
4074
|
-
name
|
|
4075
|
-
} = _ref12,
|
|
4076
|
-
query = _objectWithoutPropertiesLoose(_ref12, _excluded12);
|
|
4077
|
-
|
|
4078
|
-
return this.http.get("/layers/" + name + "/features/getByGeometry", query).json();
|
|
4079
|
-
}
|
|
4080
|
-
/**
|
|
4081
|
-
* No description
|
|
4082
|
-
*
|
|
4083
|
-
* @tags Layers
|
|
4084
|
-
* @name GetByGeometryPost
|
|
4085
|
-
* @operationId LayersController_GetByGeometryAsync_1
|
|
4086
|
-
* @summary Gets the features within the given geometry.
|
|
4087
|
-
* @request POST:/layers/{name}/features/getByGeometry
|
|
4088
|
-
* @response `200` OK
|
|
4089
|
-
*/
|
|
4090
|
-
|
|
4091
|
-
}, {
|
|
4092
|
-
key: "getByGeometryPost",
|
|
4093
|
-
value: function getByGeometryPost(_ref13, data) {
|
|
4094
|
-
let {
|
|
4095
|
-
name
|
|
4096
|
-
} = _ref13,
|
|
4097
|
-
query = _objectWithoutPropertiesLoose(_ref13, _excluded13);
|
|
4098
|
-
|
|
4099
|
-
return this.http.post("/layers/" + name + "/features/getByGeometry", data, query).json();
|
|
4100
|
-
}
|
|
4101
3962
|
/**
|
|
4102
3963
|
* No description
|
|
4103
3964
|
*
|
|
@@ -4111,11 +3972,11 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4111
3972
|
|
|
4112
3973
|
}, {
|
|
4113
3974
|
key: "deleteFeatures",
|
|
4114
|
-
value: function deleteFeatures(
|
|
3975
|
+
value: function deleteFeatures(_ref11) {
|
|
4115
3976
|
let {
|
|
4116
3977
|
name
|
|
4117
|
-
} =
|
|
4118
|
-
query = _objectWithoutPropertiesLoose(
|
|
3978
|
+
} = _ref11,
|
|
3979
|
+
query = _objectWithoutPropertiesLoose(_ref11, _excluded11);
|
|
4119
3980
|
|
|
4120
3981
|
return this.http.delete("/layers/" + name + "/features/deleteByIds", null, query).json();
|
|
4121
3982
|
}
|
|
@@ -4132,35 +3993,14 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4132
3993
|
|
|
4133
3994
|
}, {
|
|
4134
3995
|
key: "deleteByCondition",
|
|
4135
|
-
value: function deleteByCondition(
|
|
3996
|
+
value: function deleteByCondition(_ref12) {
|
|
4136
3997
|
let {
|
|
4137
3998
|
name
|
|
4138
|
-
} =
|
|
4139
|
-
query = _objectWithoutPropertiesLoose(
|
|
3999
|
+
} = _ref12,
|
|
4000
|
+
query = _objectWithoutPropertiesLoose(_ref12, _excluded12);
|
|
4140
4001
|
|
|
4141
4002
|
return this.http.delete("/layers/" + name + "/features/deleteByCondition", null, query).json();
|
|
4142
4003
|
}
|
|
4143
|
-
/**
|
|
4144
|
-
* No description
|
|
4145
|
-
*
|
|
4146
|
-
* @tags Layers
|
|
4147
|
-
* @name GetByGeometryGet
|
|
4148
|
-
* @operationId LayersController_GetByGeometryAsync_2
|
|
4149
|
-
* @summary Gets the features by click position.
|
|
4150
|
-
* @request GET:/layers/{name}/features/getByGeometryByClick
|
|
4151
|
-
* @response `200` OK
|
|
4152
|
-
*/
|
|
4153
|
-
|
|
4154
|
-
}, {
|
|
4155
|
-
key: "getByGeometryGet",
|
|
4156
|
-
value: function getByGeometryGet(_ref16) {
|
|
4157
|
-
let {
|
|
4158
|
-
name
|
|
4159
|
-
} = _ref16,
|
|
4160
|
-
query = _objectWithoutPropertiesLoose(_ref16, _excluded16);
|
|
4161
|
-
|
|
4162
|
-
return this.http.get("/layers/" + name + "/features/getByGeometryByClick", query).json();
|
|
4163
|
-
}
|
|
4164
4004
|
/**
|
|
4165
4005
|
* No description
|
|
4166
4006
|
*
|
|
@@ -4174,11 +4014,11 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4174
4014
|
|
|
4175
4015
|
}, {
|
|
4176
4016
|
key: "classify",
|
|
4177
|
-
value: function classify(
|
|
4017
|
+
value: function classify(_ref13) {
|
|
4178
4018
|
let {
|
|
4179
4019
|
name
|
|
4180
|
-
} =
|
|
4181
|
-
query = _objectWithoutPropertiesLoose(
|
|
4020
|
+
} = _ref13,
|
|
4021
|
+
query = _objectWithoutPropertiesLoose(_ref13, _excluded13);
|
|
4182
4022
|
|
|
4183
4023
|
return this.http.get("/layers/" + name + "/classify", query).json();
|
|
4184
4024
|
}
|
|
@@ -4195,11 +4035,11 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4195
4035
|
|
|
4196
4036
|
}, {
|
|
4197
4037
|
key: "distincts",
|
|
4198
|
-
value: function distincts(
|
|
4038
|
+
value: function distincts(_ref14) {
|
|
4199
4039
|
let {
|
|
4200
4040
|
name
|
|
4201
|
-
} =
|
|
4202
|
-
query = _objectWithoutPropertiesLoose(
|
|
4041
|
+
} = _ref14,
|
|
4042
|
+
query = _objectWithoutPropertiesLoose(_ref14, _excluded14);
|
|
4203
4043
|
|
|
4204
4044
|
return this.http.get("/layers/" + name + "/distincts", query).json();
|
|
4205
4045
|
}
|
|
@@ -4216,11 +4056,11 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4216
4056
|
|
|
4217
4057
|
}, {
|
|
4218
4058
|
key: "aggregateAttribute",
|
|
4219
|
-
value: function aggregateAttribute(
|
|
4059
|
+
value: function aggregateAttribute(_ref15) {
|
|
4220
4060
|
let {
|
|
4221
4061
|
name
|
|
4222
|
-
} =
|
|
4223
|
-
query = _objectWithoutPropertiesLoose(
|
|
4062
|
+
} = _ref15,
|
|
4063
|
+
query = _objectWithoutPropertiesLoose(_ref15, _excluded15);
|
|
4224
4064
|
|
|
4225
4065
|
return this.http.get("/layers/" + name + "/aggregate-values", query).json();
|
|
4226
4066
|
}
|
|
@@ -4237,11 +4077,11 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4237
4077
|
|
|
4238
4078
|
}, {
|
|
4239
4079
|
key: "getFilteredFeaturesCount",
|
|
4240
|
-
value: function getFilteredFeaturesCount(
|
|
4080
|
+
value: function getFilteredFeaturesCount(_ref16) {
|
|
4241
4081
|
let {
|
|
4242
4082
|
name
|
|
4243
|
-
} =
|
|
4244
|
-
query = _objectWithoutPropertiesLoose(
|
|
4083
|
+
} = _ref16,
|
|
4084
|
+
query = _objectWithoutPropertiesLoose(_ref16, _excluded16);
|
|
4245
4085
|
|
|
4246
4086
|
return this.http.get("/layers/" + name + "/features/count", query).json();
|
|
4247
4087
|
}
|
|
@@ -4277,22 +4117,6 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4277
4117
|
value: function editAttributes(name, data) {
|
|
4278
4118
|
return this.http.post("/layers/" + name + "/features/edit-attributes", data).json();
|
|
4279
4119
|
}
|
|
4280
|
-
/**
|
|
4281
|
-
* No description
|
|
4282
|
-
*
|
|
4283
|
-
* @tags Layers
|
|
4284
|
-
* @name SelectFeatures
|
|
4285
|
-
* @operationId LayersController_SelectFeatures
|
|
4286
|
-
* @summary Selects features from the given layers by the visual point on the map.
|
|
4287
|
-
* @request GET:/layers/features/select
|
|
4288
|
-
* @response `200` OK
|
|
4289
|
-
*/
|
|
4290
|
-
|
|
4291
|
-
}, {
|
|
4292
|
-
key: "selectFeatures",
|
|
4293
|
-
value: function selectFeatures(query) {
|
|
4294
|
-
return this.http.get("/layers/features/select", query).json();
|
|
4295
|
-
}
|
|
4296
4120
|
/**
|
|
4297
4121
|
* No description
|
|
4298
4122
|
*
|
|
@@ -4307,11 +4131,11 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4307
4131
|
|
|
4308
4132
|
}, {
|
|
4309
4133
|
key: "validateExpression",
|
|
4310
|
-
value: function validateExpression(
|
|
4134
|
+
value: function validateExpression(_ref17) {
|
|
4311
4135
|
let {
|
|
4312
4136
|
layerName
|
|
4313
|
-
} =
|
|
4314
|
-
query = _objectWithoutPropertiesLoose(
|
|
4137
|
+
} = _ref17,
|
|
4138
|
+
query = _objectWithoutPropertiesLoose(_ref17, _excluded17);
|
|
4315
4139
|
|
|
4316
4140
|
return this.http.get("/layers/" + layerName + "/validateExpression", query).json();
|
|
4317
4141
|
}
|
|
@@ -4328,12 +4152,12 @@ let LayersService = /*#__PURE__*/function (_Service) {
|
|
|
4328
4152
|
|
|
4329
4153
|
}, {
|
|
4330
4154
|
key: "getRasterMeta",
|
|
4331
|
-
value: function getRasterMeta(
|
|
4155
|
+
value: function getRasterMeta(_ref18) {
|
|
4332
4156
|
let {
|
|
4333
4157
|
name,
|
|
4334
4158
|
id
|
|
4335
|
-
} =
|
|
4336
|
-
query = _objectWithoutPropertiesLoose(
|
|
4159
|
+
} = _ref18,
|
|
4160
|
+
query = _objectWithoutPropertiesLoose(_ref18, _excluded18);
|
|
4337
4161
|
|
|
4338
4162
|
return this.http.get("/layers/" + name + "/" + id + "/metadata", query).json();
|
|
4339
4163
|
}
|
|
@@ -4483,8 +4307,6 @@ function notError(v) {
|
|
|
4483
4307
|
return !isError(v);
|
|
4484
4308
|
}
|
|
4485
4309
|
|
|
4486
|
-
const _excluded$4 = ["remote"],
|
|
4487
|
-
_excluded2$3 = ["remote"];
|
|
4488
4310
|
let Layers = /*#__PURE__*/function (_LayersService) {
|
|
4489
4311
|
_inherits(Layers, _LayersService);
|
|
4490
4312
|
|
|
@@ -4513,34 +4335,6 @@ let Layers = /*#__PURE__*/function (_LayersService) {
|
|
|
4513
4335
|
types: ['LocalTileService', 'RemoteTileService']
|
|
4514
4336
|
}));
|
|
4515
4337
|
}
|
|
4516
|
-
}, {
|
|
4517
|
-
key: "createTileLayer",
|
|
4518
|
-
value: function createTileLayer(_ref) {
|
|
4519
|
-
let {
|
|
4520
|
-
remote
|
|
4521
|
-
} = _ref,
|
|
4522
|
-
configuration = _objectWithoutPropertiesLoose(_ref, _excluded$4);
|
|
4523
|
-
|
|
4524
|
-
if (remote) {
|
|
4525
|
-
return this.publishRemoteTileService(configuration);
|
|
4526
|
-
}
|
|
4527
|
-
|
|
4528
|
-
return this.publishLocalTileService(configuration);
|
|
4529
|
-
}
|
|
4530
|
-
}, {
|
|
4531
|
-
key: "updateTileLayer",
|
|
4532
|
-
value: function updateTileLayer(_ref2) {
|
|
4533
|
-
let {
|
|
4534
|
-
remote
|
|
4535
|
-
} = _ref2,
|
|
4536
|
-
configuration = _objectWithoutPropertiesLoose(_ref2, _excluded2$3);
|
|
4537
|
-
|
|
4538
|
-
if (remote) {
|
|
4539
|
-
return this.updateRemoteTileService(configuration.name, configuration);
|
|
4540
|
-
}
|
|
4541
|
-
|
|
4542
|
-
return this.updateLocalTileService(configuration.name, configuration);
|
|
4543
|
-
}
|
|
4544
4338
|
}, {
|
|
4545
4339
|
key: "findOne",
|
|
4546
4340
|
value: function findOne(name) {
|
|
@@ -4559,16 +4353,6 @@ let Layers = /*#__PURE__*/function (_LayersService) {
|
|
|
4559
4353
|
value: function findAll(params) {
|
|
4560
4354
|
return this.getLayersList(params);
|
|
4561
4355
|
}
|
|
4562
|
-
}, {
|
|
4563
|
-
key: "create",
|
|
4564
|
-
value: function create(configuration) {
|
|
4565
|
-
return this.publishPostgresLayerService(configuration);
|
|
4566
|
-
}
|
|
4567
|
-
}, {
|
|
4568
|
-
key: "update",
|
|
4569
|
-
value: function update(configuration) {
|
|
4570
|
-
return this.updatePostgresLayerService(configuration.name, configuration);
|
|
4571
|
-
}
|
|
4572
4356
|
}, {
|
|
4573
4357
|
key: "createQueryLayer",
|
|
4574
4358
|
value: function createQueryLayer(configuration) {
|
|
@@ -5227,7 +5011,7 @@ let Print = /*#__PURE__*/function (_PrintService) {
|
|
|
5227
5011
|
return _createClass(Print);
|
|
5228
5012
|
}(PrintService);
|
|
5229
5013
|
|
|
5230
|
-
const _excluded$
|
|
5014
|
+
const _excluded$4 = ["name"];
|
|
5231
5015
|
/**
|
|
5232
5016
|
* @title Spatial Processing Core API
|
|
5233
5017
|
* @version 1.5.1.0
|
|
@@ -5374,7 +5158,7 @@ let ProjectsService = /*#__PURE__*/function (_Service) {
|
|
|
5374
5158
|
let {
|
|
5375
5159
|
name
|
|
5376
5160
|
} = _ref,
|
|
5377
|
-
query = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5161
|
+
query = _objectWithoutPropertiesLoose(_ref, _excluded$4);
|
|
5378
5162
|
|
|
5379
5163
|
return this.http.get("/projects/" + name + "/extent", query).json();
|
|
5380
5164
|
}
|
|
@@ -5550,8 +5334,8 @@ function isProjectContentItems(v) {
|
|
|
5550
5334
|
return v !== null && v !== undefined;
|
|
5551
5335
|
}
|
|
5552
5336
|
|
|
5553
|
-
const _excluded$
|
|
5554
|
-
_excluded2$
|
|
5337
|
+
const _excluded$5 = ["id"],
|
|
5338
|
+
_excluded2$3 = ["id"];
|
|
5555
5339
|
/**
|
|
5556
5340
|
* @title Spatial Processing Core API
|
|
5557
5341
|
* @version 1.5.1.0
|
|
@@ -5570,201 +5354,8 @@ let RemoteTaskManagerService = /*#__PURE__*/function (_Service) {
|
|
|
5570
5354
|
}
|
|
5571
5355
|
|
|
5572
5356
|
_createClass(RemoteTaskManagerService, [{
|
|
5573
|
-
key: "
|
|
5357
|
+
key: "get",
|
|
5574
5358
|
value:
|
|
5575
|
-
/**
|
|
5576
|
-
* No description
|
|
5577
|
-
*
|
|
5578
|
-
* @tags RemoteTaskManager
|
|
5579
|
-
* @name CancelTask
|
|
5580
|
-
* @operationId RemoteTaskManagerController_CancelTask
|
|
5581
|
-
* @summary Cancel task execution by given id.
|
|
5582
|
-
* @request POST:/scheduler/tasks/{id}/cancel
|
|
5583
|
-
* @response `200` OK
|
|
5584
|
-
*/
|
|
5585
|
-
function cancelTask(id) {
|
|
5586
|
-
return this.http.post("/scheduler/tasks/" + id + "/cancel", null).then(() => {});
|
|
5587
|
-
}
|
|
5588
|
-
/**
|
|
5589
|
-
* No description
|
|
5590
|
-
*
|
|
5591
|
-
* @tags RemoteTaskManager
|
|
5592
|
-
* @name StartCogCreateTask
|
|
5593
|
-
* @operationId RemoteTaskManagerController_StartCogCreateTask
|
|
5594
|
-
* @summary Plans the execution of a 'create raster cog' server task.
|
|
5595
|
-
* @request POST:/scheduler/tasks#type=cogService_create
|
|
5596
|
-
* @response `200` OK
|
|
5597
|
-
*/
|
|
5598
|
-
|
|
5599
|
-
}, {
|
|
5600
|
-
key: "startCogCreateTask",
|
|
5601
|
-
value: function startCogCreateTask(data) {
|
|
5602
|
-
return this.http.post("/scheduler/tasks", data, {
|
|
5603
|
-
type: 'cogService_create'
|
|
5604
|
-
}).text();
|
|
5605
|
-
}
|
|
5606
|
-
/**
|
|
5607
|
-
* No description
|
|
5608
|
-
*
|
|
5609
|
-
* @tags RemoteTaskManager
|
|
5610
|
-
* @name StartRasterVrtTask
|
|
5611
|
-
* @operationId RemoteTaskManagerController_StartRasterVrtTask
|
|
5612
|
-
* @summary Plans the execution of a 'create raster vrt' server task.
|
|
5613
|
-
* @request POST:/scheduler/tasks#type=cogService_vrt
|
|
5614
|
-
* @response `200` OK
|
|
5615
|
-
*/
|
|
5616
|
-
|
|
5617
|
-
}, {
|
|
5618
|
-
key: "startRasterVrtTask",
|
|
5619
|
-
value: function startRasterVrtTask(data) {
|
|
5620
|
-
return this.http.post("/scheduler/tasks", data, {
|
|
5621
|
-
type: 'cogService_vrt'
|
|
5622
|
-
}).text();
|
|
5623
|
-
}
|
|
5624
|
-
/**
|
|
5625
|
-
* No description
|
|
5626
|
-
*
|
|
5627
|
-
* @tags RemoteTaskManager
|
|
5628
|
-
* @name StartNetCdfTask
|
|
5629
|
-
* @operationId RemoteTaskManagerController_StartNetCdfTask
|
|
5630
|
-
* @summary Plans the execution of a 'create raster netcdf' server task.
|
|
5631
|
-
* @request POST:/scheduler/tasks#type=cogService_netcdf
|
|
5632
|
-
* @response `200` OK
|
|
5633
|
-
*/
|
|
5634
|
-
|
|
5635
|
-
}, {
|
|
5636
|
-
key: "startNetCdfTask",
|
|
5637
|
-
value: function startNetCdfTask(data) {
|
|
5638
|
-
return this.http.post("/scheduler/tasks", data, {
|
|
5639
|
-
type: 'cogService_netcdf'
|
|
5640
|
-
}).text();
|
|
5641
|
-
}
|
|
5642
|
-
/**
|
|
5643
|
-
* No description
|
|
5644
|
-
*
|
|
5645
|
-
* @tags RemoteTaskManager
|
|
5646
|
-
* @name StartBufferTask
|
|
5647
|
-
* @operationId RemoteTaskManagerController_StartBufferTask
|
|
5648
|
-
* @summary Plans the execution of a 'create buffers' server task.
|
|
5649
|
-
* @request POST:/scheduler/tasks#type=geoService_buffer
|
|
5650
|
-
* @response `200` OK
|
|
5651
|
-
*/
|
|
5652
|
-
|
|
5653
|
-
}, {
|
|
5654
|
-
key: "startBufferTask",
|
|
5655
|
-
value: function startBufferTask(data) {
|
|
5656
|
-
return this.http.post("/scheduler/tasks", data, {
|
|
5657
|
-
type: 'geoService_buffer'
|
|
5658
|
-
}).text();
|
|
5659
|
-
}
|
|
5660
|
-
/**
|
|
5661
|
-
* No description
|
|
5662
|
-
*
|
|
5663
|
-
* @tags RemoteTaskManager
|
|
5664
|
-
* @name StartCopyTableTask
|
|
5665
|
-
* @operationId RemoteTaskManagerController_StartCopyTableTask
|
|
5666
|
-
* @summary Plans the execution of a 'copy table' server task.
|
|
5667
|
-
* @request POST:/scheduler/tasks#type=geoService_copy
|
|
5668
|
-
* @response `200` OK
|
|
5669
|
-
*/
|
|
5670
|
-
|
|
5671
|
-
}, {
|
|
5672
|
-
key: "startCopyTableTask",
|
|
5673
|
-
value: function startCopyTableTask(data) {
|
|
5674
|
-
return this.http.post("/scheduler/tasks", data, {
|
|
5675
|
-
type: 'geoService_copy'
|
|
5676
|
-
}).text();
|
|
5677
|
-
}
|
|
5678
|
-
/**
|
|
5679
|
-
* No description
|
|
5680
|
-
*
|
|
5681
|
-
* @tags RemoteTaskManager
|
|
5682
|
-
* @name StartUnionTask
|
|
5683
|
-
* @operationId RemoteTaskManagerController_StartUnionTask
|
|
5684
|
-
* @summary Plans the execution of a 'create union' server task.
|
|
5685
|
-
* @request POST:/scheduler/tasks#type=geoService_union
|
|
5686
|
-
* @response `200` OK
|
|
5687
|
-
*/
|
|
5688
|
-
|
|
5689
|
-
}, {
|
|
5690
|
-
key: "startUnionTask",
|
|
5691
|
-
value: function startUnionTask(data) {
|
|
5692
|
-
return this.http.post("/scheduler/tasks", data, {
|
|
5693
|
-
type: 'geoService_union'
|
|
5694
|
-
}).text();
|
|
5695
|
-
}
|
|
5696
|
-
/**
|
|
5697
|
-
* No description
|
|
5698
|
-
*
|
|
5699
|
-
* @tags RemoteTaskManager
|
|
5700
|
-
* @name StartOverlayTask
|
|
5701
|
-
* @operationId RemoteTaskManagerController_StartOverlayTask
|
|
5702
|
-
* @summary Plans the execution of a 'create overlay' server task.
|
|
5703
|
-
* @request POST:/scheduler/tasks#type=geoService_overlay
|
|
5704
|
-
* @response `200` OK
|
|
5705
|
-
*/
|
|
5706
|
-
|
|
5707
|
-
}, {
|
|
5708
|
-
key: "startOverlayTask",
|
|
5709
|
-
value: function startOverlayTask(data) {
|
|
5710
|
-
return this.http.post("/scheduler/tasks", data, {
|
|
5711
|
-
type: 'geoService_overlay'
|
|
5712
|
-
}).text();
|
|
5713
|
-
}
|
|
5714
|
-
/**
|
|
5715
|
-
* No description
|
|
5716
|
-
*
|
|
5717
|
-
* @tags RemoteTaskManager
|
|
5718
|
-
* @name StartCopyTask
|
|
5719
|
-
* @operationId RemoteTaskManagerController_StartCopyTask
|
|
5720
|
-
* @summary Plans the execution of a 'copy storages' server task.
|
|
5721
|
-
* @request POST:/scheduler/tasks#type=copyTask
|
|
5722
|
-
* @response `200` OK
|
|
5723
|
-
*/
|
|
5724
|
-
|
|
5725
|
-
}, {
|
|
5726
|
-
key: "startCopyTask",
|
|
5727
|
-
value: function startCopyTask(data) {
|
|
5728
|
-
return this.http.post("/scheduler/tasks", data, {
|
|
5729
|
-
type: 'copyTask'
|
|
5730
|
-
}).text();
|
|
5731
|
-
}
|
|
5732
|
-
/**
|
|
5733
|
-
* No description
|
|
5734
|
-
*
|
|
5735
|
-
* @tags RemoteTaskManager
|
|
5736
|
-
* @name StartAvailableAreaTask
|
|
5737
|
-
* @operationId RemoteTaskManagerController_StartAvailableAreaTask
|
|
5738
|
-
* @summary Plans the execution of a 'create available area' server task.
|
|
5739
|
-
* @request POST:/scheduler/tasks#type=availabilityArea
|
|
5740
|
-
* @response `200` OK
|
|
5741
|
-
*/
|
|
5742
|
-
|
|
5743
|
-
}, {
|
|
5744
|
-
key: "startAvailableAreaTask",
|
|
5745
|
-
value: function startAvailableAreaTask(data) {
|
|
5746
|
-
return this.http.post("/scheduler/tasks", data, {
|
|
5747
|
-
type: 'availabilityArea'
|
|
5748
|
-
}).text();
|
|
5749
|
-
}
|
|
5750
|
-
/**
|
|
5751
|
-
* No description
|
|
5752
|
-
*
|
|
5753
|
-
* @tags RemoteTaskManager
|
|
5754
|
-
* @name StartGeocodeTask
|
|
5755
|
-
* @operationId RemoteTaskManagerController_StartGeocodeTask
|
|
5756
|
-
* @summary Plans the execution of a 'geocode' server task.
|
|
5757
|
-
* @request POST:/scheduler/tasks#type=geocodeTask
|
|
5758
|
-
* @response `200` OK
|
|
5759
|
-
*/
|
|
5760
|
-
|
|
5761
|
-
}, {
|
|
5762
|
-
key: "startGeocodeTask",
|
|
5763
|
-
value: function startGeocodeTask(data) {
|
|
5764
|
-
return this.http.post("/scheduler/tasks", data, {
|
|
5765
|
-
type: 'geocodeTask'
|
|
5766
|
-
}).text();
|
|
5767
|
-
}
|
|
5768
5359
|
/**
|
|
5769
5360
|
* No description
|
|
5770
5361
|
*
|
|
@@ -5775,11 +5366,8 @@ let RemoteTaskManagerService = /*#__PURE__*/function (_Service) {
|
|
|
5775
5366
|
* @request GET:/scheduler/task/{id}/subtasks
|
|
5776
5367
|
* @response `200` OK
|
|
5777
5368
|
*/
|
|
5778
|
-
|
|
5779
|
-
|
|
5780
|
-
key: "get",
|
|
5781
|
-
value: function get(id) {
|
|
5782
|
-
return this.http.get("/scheduler/task/" + id + "/subtasks").then(() => {});
|
|
5369
|
+
function get(id) {
|
|
5370
|
+
return this.http.get("/scheduler/task/" + id + "/subtasks").json();
|
|
5783
5371
|
}
|
|
5784
5372
|
/**
|
|
5785
5373
|
* No description
|
|
@@ -5795,7 +5383,7 @@ let RemoteTaskManagerService = /*#__PURE__*/function (_Service) {
|
|
|
5795
5383
|
}, {
|
|
5796
5384
|
key: "stop",
|
|
5797
5385
|
value: function stop(id) {
|
|
5798
|
-
return this.http.post("/scheduler/task/" + id + "/stop", null).
|
|
5386
|
+
return this.http.post("/scheduler/task/" + id + "/stop", null).text();
|
|
5799
5387
|
}
|
|
5800
5388
|
/**
|
|
5801
5389
|
* No description
|
|
@@ -5827,7 +5415,7 @@ let RemoteTaskManagerService = /*#__PURE__*/function (_Service) {
|
|
|
5827
5415
|
}, {
|
|
5828
5416
|
key: "getTaskPrototypes",
|
|
5829
5417
|
value: function getTaskPrototypes(query) {
|
|
5830
|
-
return this.http.get("/scheduler", query).
|
|
5418
|
+
return this.http.get("/scheduler", query).json();
|
|
5831
5419
|
}
|
|
5832
5420
|
/**
|
|
5833
5421
|
* No description
|
|
@@ -5843,7 +5431,7 @@ let RemoteTaskManagerService = /*#__PURE__*/function (_Service) {
|
|
|
5843
5431
|
}, {
|
|
5844
5432
|
key: "updateTaskPrototype",
|
|
5845
5433
|
value: function updateTaskPrototype(id, data) {
|
|
5846
|
-
return this.http.put("/scheduler/" + id, data).
|
|
5434
|
+
return this.http.put("/scheduler/" + id, data).text();
|
|
5847
5435
|
}
|
|
5848
5436
|
/**
|
|
5849
5437
|
* No description
|
|
@@ -5859,7 +5447,7 @@ let RemoteTaskManagerService = /*#__PURE__*/function (_Service) {
|
|
|
5859
5447
|
}, {
|
|
5860
5448
|
key: "delete",
|
|
5861
5449
|
value: function _delete(id) {
|
|
5862
|
-
return this.http.delete("/scheduler/" + id, null).
|
|
5450
|
+
return this.http.delete("/scheduler/" + id, null).text();
|
|
5863
5451
|
}
|
|
5864
5452
|
/**
|
|
5865
5453
|
* No description
|
|
@@ -5875,7 +5463,7 @@ let RemoteTaskManagerService = /*#__PURE__*/function (_Service) {
|
|
|
5875
5463
|
}, {
|
|
5876
5464
|
key: "setEnable",
|
|
5877
5465
|
value: function setEnable(id, enable) {
|
|
5878
|
-
return this.http.post("/scheduler/" + id + "/enable/" + enable, null).
|
|
5466
|
+
return this.http.post("/scheduler/" + id + "/enable/" + enable, null).text();
|
|
5879
5467
|
}
|
|
5880
5468
|
/**
|
|
5881
5469
|
* No description
|
|
@@ -5894,9 +5482,9 @@ let RemoteTaskManagerService = /*#__PURE__*/function (_Service) {
|
|
|
5894
5482
|
let {
|
|
5895
5483
|
id
|
|
5896
5484
|
} = _ref,
|
|
5897
|
-
query = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5485
|
+
query = _objectWithoutPropertiesLoose(_ref, _excluded$5);
|
|
5898
5486
|
|
|
5899
|
-
return this.http.get("/scheduler/" + id + "/tasks", query).
|
|
5487
|
+
return this.http.get("/scheduler/" + id + "/tasks", query).json();
|
|
5900
5488
|
}
|
|
5901
5489
|
/**
|
|
5902
5490
|
* No description
|
|
@@ -5912,7 +5500,7 @@ let RemoteTaskManagerService = /*#__PURE__*/function (_Service) {
|
|
|
5912
5500
|
}, {
|
|
5913
5501
|
key: "startTask",
|
|
5914
5502
|
value: function startTask(id, taskId) {
|
|
5915
|
-
return this.http.post("/scheduler/" + id + "/start/" + taskId, null).
|
|
5503
|
+
return this.http.post("/scheduler/" + id + "/start/" + taskId, null).json();
|
|
5916
5504
|
}
|
|
5917
5505
|
/**
|
|
5918
5506
|
* No description
|
|
@@ -5928,7 +5516,7 @@ let RemoteTaskManagerService = /*#__PURE__*/function (_Service) {
|
|
|
5928
5516
|
}, {
|
|
5929
5517
|
key: "startTask1",
|
|
5930
5518
|
value: function startTask1(id) {
|
|
5931
|
-
return this.http.post("/scheduler/" + id + "/start", null).
|
|
5519
|
+
return this.http.post("/scheduler/" + id + "/start", null).json();
|
|
5932
5520
|
}
|
|
5933
5521
|
/**
|
|
5934
5522
|
* No description
|
|
@@ -5947,7 +5535,7 @@ let RemoteTaskManagerService = /*#__PURE__*/function (_Service) {
|
|
|
5947
5535
|
let {
|
|
5948
5536
|
id
|
|
5949
5537
|
} = _ref2,
|
|
5950
|
-
query = _objectWithoutPropertiesLoose(_ref2, _excluded2$
|
|
5538
|
+
query = _objectWithoutPropertiesLoose(_ref2, _excluded2$3);
|
|
5951
5539
|
|
|
5952
5540
|
return this.http.get("/scheduler/taskresource/" + id, query).json();
|
|
5953
5541
|
}
|
|
@@ -6722,10 +6310,9 @@ let Styles = /*#__PURE__*/function (_StyleService) {
|
|
|
6722
6310
|
return _createClass(Styles);
|
|
6723
6311
|
}(StyleService);
|
|
6724
6312
|
|
|
6725
|
-
const _excluded$
|
|
6726
|
-
_excluded2$
|
|
6727
|
-
_excluded3$3 = ["name"]
|
|
6728
|
-
_excluded4$2 = ["name"];
|
|
6313
|
+
const _excluded$6 = ["name"],
|
|
6314
|
+
_excluded2$4 = ["name"],
|
|
6315
|
+
_excluded3$3 = ["name"];
|
|
6729
6316
|
/**
|
|
6730
6317
|
* @title Spatial Processing Core API
|
|
6731
6318
|
* @version 1.5.1.0
|
|
@@ -6888,7 +6475,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
|
|
|
6888
6475
|
let {
|
|
6889
6476
|
name
|
|
6890
6477
|
} = _ref,
|
|
6891
|
-
query = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
6478
|
+
query = _objectWithoutPropertiesLoose(_ref, _excluded$6);
|
|
6892
6479
|
|
|
6893
6480
|
return this.http.get("/tables/" + name + "/data", query).json();
|
|
6894
6481
|
}
|
|
@@ -6925,7 +6512,7 @@ let TablesService = /*#__PURE__*/function (_Service) {
|
|
|
6925
6512
|
let {
|
|
6926
6513
|
name
|
|
6927
6514
|
} = _ref2,
|
|
6928
|
-
query = _objectWithoutPropertiesLoose(_ref2, _excluded2$
|
|
6515
|
+
query = _objectWithoutPropertiesLoose(_ref2, _excluded2$4);
|
|
6929
6516
|
|
|
6930
6517
|
return this.http.patch("/tables/" + name + "/data", data, query).then(() => {});
|
|
6931
6518
|
}
|
|
@@ -6950,27 +6537,6 @@ let TablesService = /*#__PURE__*/function (_Service) {
|
|
|
6950
6537
|
|
|
6951
6538
|
return this.http.delete("/tables/" + name + "/data", null, query).then(() => {});
|
|
6952
6539
|
}
|
|
6953
|
-
/**
|
|
6954
|
-
* No description
|
|
6955
|
-
*
|
|
6956
|
-
* @tags Tables
|
|
6957
|
-
* @name GetUniqueDataRows
|
|
6958
|
-
* @operationId TablesController_GetUniqueDataRowsAsync
|
|
6959
|
-
* @summary Returns a single data row for each unique value defined by uniqueColumn.
|
|
6960
|
-
* @request GET:/tables/{name}/data/unique-values
|
|
6961
|
-
* @response `200` OK
|
|
6962
|
-
*/
|
|
6963
|
-
|
|
6964
|
-
}, {
|
|
6965
|
-
key: "getUniqueDataRows",
|
|
6966
|
-
value: function getUniqueDataRows(_ref4) {
|
|
6967
|
-
let {
|
|
6968
|
-
name
|
|
6969
|
-
} = _ref4,
|
|
6970
|
-
query = _objectWithoutPropertiesLoose(_ref4, _excluded4$2);
|
|
6971
|
-
|
|
6972
|
-
return this.http.get("/tables/" + name + "/data/unique-values", query).json();
|
|
6973
|
-
}
|
|
6974
6540
|
/**
|
|
6975
6541
|
* No description
|
|
6976
6542
|
*
|
|
@@ -7169,7 +6735,7 @@ let Tools = /*#__PURE__*/function (_ToolsService) {
|
|
|
7169
6735
|
return _createClass(Tools);
|
|
7170
6736
|
}(ToolsService);
|
|
7171
6737
|
|
|
7172
|
-
const _excluded$
|
|
6738
|
+
const _excluded$7 = ["name", "z", "x", "y"];
|
|
7173
6739
|
/**
|
|
7174
6740
|
* @title Spatial Processing Core API
|
|
7175
6741
|
* @version 1.5.1.0
|
|
@@ -7207,7 +6773,7 @@ let VectorTileService = /*#__PURE__*/function (_Service) {
|
|
|
7207
6773
|
x,
|
|
7208
6774
|
y
|
|
7209
6775
|
} = _ref,
|
|
7210
|
-
query = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
6776
|
+
query = _objectWithoutPropertiesLoose(_ref, _excluded$7);
|
|
7211
6777
|
|
|
7212
6778
|
return this.http.get("/vt/" + name + "/" + z + "/" + x + "/" + y + ".pbf", query).then(() => {});
|
|
7213
6779
|
}
|
|
@@ -7229,13 +6795,12 @@ let VectorTiles = /*#__PURE__*/function (_VectorTileService) {
|
|
|
7229
6795
|
|
|
7230
6796
|
_createClass(VectorTiles, [{
|
|
7231
6797
|
key: "getVt",
|
|
7232
|
-
value: function getVt(name, z, x, y
|
|
6798
|
+
value: function getVt(name, z, x, y) {
|
|
7233
6799
|
return this.getVectorTile({
|
|
7234
6800
|
name,
|
|
7235
6801
|
z,
|
|
7236
6802
|
x,
|
|
7237
|
-
y
|
|
7238
|
-
isProject
|
|
6803
|
+
y
|
|
7239
6804
|
});
|
|
7240
6805
|
}
|
|
7241
6806
|
}]);
|
|
@@ -7921,21 +7486,6 @@ var ErrorType;
|
|
|
7921
7486
|
ErrorType["EmailNotSet"] = "EmailNotSet";
|
|
7922
7487
|
})(ErrorType || (ErrorType = {}));
|
|
7923
7488
|
/**
|
|
7924
|
-
* Type of the feature.
|
|
7925
|
-
|
|
7926
|
-
Unknown
|
|
7927
|
-
|
|
7928
|
-
GeometricFeature
|
|
7929
|
-
*/
|
|
7930
|
-
|
|
7931
|
-
|
|
7932
|
-
var FeatureType;
|
|
7933
|
-
|
|
7934
|
-
(function (FeatureType) {
|
|
7935
|
-
FeatureType["Unknown"] = "Unknown";
|
|
7936
|
-
FeatureType["GeometricFeature"] = "GeometricFeature";
|
|
7937
|
-
})(FeatureType || (FeatureType = {}));
|
|
7938
|
-
/**
|
|
7939
7489
|
* Sets whether font should be styled.
|
|
7940
7490
|
|
|
7941
7491
|
normal
|
|
@@ -8128,30 +7678,6 @@ var LineJoinType;
|
|
|
8128
7678
|
LineJoinType["Round"] = "Round";
|
|
8129
7679
|
})(LineJoinType || (LineJoinType = {}));
|
|
8130
7680
|
/**
|
|
8131
|
-
*
|
|
8132
|
-
|
|
8133
|
-
Unknown
|
|
8134
|
-
|
|
8135
|
-
union
|
|
8136
|
-
|
|
8137
|
-
intersection
|
|
8138
|
-
|
|
8139
|
-
subtraction
|
|
8140
|
-
|
|
8141
|
-
symDifference
|
|
8142
|
-
*/
|
|
8143
|
-
|
|
8144
|
-
|
|
8145
|
-
var Operation;
|
|
8146
|
-
|
|
8147
|
-
(function (Operation) {
|
|
8148
|
-
Operation["Unknown"] = "Unknown";
|
|
8149
|
-
Operation["Union"] = "union";
|
|
8150
|
-
Operation["Intersection"] = "intersection";
|
|
8151
|
-
Operation["Subtraction"] = "subtraction";
|
|
8152
|
-
Operation["SymDifference"] = "symDifference";
|
|
8153
|
-
})(Operation || (Operation = {}));
|
|
8154
|
-
/**
|
|
8155
7681
|
* Filter exists resources by owner.
|
|
8156
7682
|
|
|
8157
7683
|
My
|
|
@@ -8266,6 +7792,42 @@ var Quality;
|
|
|
8266
7792
|
Quality["High"] = "High";
|
|
8267
7793
|
})(Quality || (Quality = {}));
|
|
8268
7794
|
/**
|
|
7795
|
+
* RemoteTaskStatus enum.
|
|
7796
|
+
|
|
7797
|
+
Init
|
|
7798
|
+
|
|
7799
|
+
Process
|
|
7800
|
+
|
|
7801
|
+
Completed
|
|
7802
|
+
|
|
7803
|
+
Interrupted
|
|
7804
|
+
|
|
7805
|
+
Error
|
|
7806
|
+
|
|
7807
|
+
Timeout
|
|
7808
|
+
|
|
7809
|
+
Waiting
|
|
7810
|
+
|
|
7811
|
+
InQueue
|
|
7812
|
+
|
|
7813
|
+
Unknown
|
|
7814
|
+
*/
|
|
7815
|
+
|
|
7816
|
+
|
|
7817
|
+
var RemoteTaskStatus;
|
|
7818
|
+
|
|
7819
|
+
(function (RemoteTaskStatus) {
|
|
7820
|
+
RemoteTaskStatus["Init"] = "Init";
|
|
7821
|
+
RemoteTaskStatus["Process"] = "Process";
|
|
7822
|
+
RemoteTaskStatus["Completed"] = "Completed";
|
|
7823
|
+
RemoteTaskStatus["Interrupted"] = "Interrupted";
|
|
7824
|
+
RemoteTaskStatus["Error"] = "Error";
|
|
7825
|
+
RemoteTaskStatus["Timeout"] = "Timeout";
|
|
7826
|
+
RemoteTaskStatus["Waiting"] = "Waiting";
|
|
7827
|
+
RemoteTaskStatus["InQueue"] = "InQueue";
|
|
7828
|
+
RemoteTaskStatus["Unknown"] = "Unknown";
|
|
7829
|
+
})(RemoteTaskStatus || (RemoteTaskStatus = {}));
|
|
7830
|
+
/**
|
|
8269
7831
|
* Resources types filter.
|
|
8270
7832
|
|
|
8271
7833
|
RemoteTileService
|
|
@@ -8340,6 +7902,8 @@ RemoteTileService
|
|
|
8340
7902
|
File
|
|
8341
7903
|
|
|
8342
7904
|
DataSource
|
|
7905
|
+
|
|
7906
|
+
TaskPrototype
|
|
8343
7907
|
*/
|
|
8344
7908
|
|
|
8345
7909
|
|
|
@@ -8354,6 +7918,7 @@ var ResourceTypeFilter;
|
|
|
8354
7918
|
ResourceTypeFilter["RemoteTileService"] = "RemoteTileService";
|
|
8355
7919
|
ResourceTypeFilter["File"] = "File";
|
|
8356
7920
|
ResourceTypeFilter["DataSource"] = "DataSource";
|
|
7921
|
+
ResourceTypeFilter["TaskPrototype"] = "TaskPrototype";
|
|
8357
7922
|
})(ResourceTypeFilter || (ResourceTypeFilter = {}));
|
|
8358
7923
|
|
|
8359
7924
|
var ResourceTypeLink;
|
|
@@ -8547,5 +8112,5 @@ var WorkerSettingsFieldType;
|
|
|
8547
8112
|
WorkerSettingsFieldType["Expressions"] = "Expressions";
|
|
8548
8113
|
})(WorkerSettingsFieldType || (WorkerSettingsFieldType = {}));
|
|
8549
8114
|
|
|
8550
|
-
export { Account, AccountPreview, AggregationFunction, Api, ApiEvent, AttributeIconType, AttributeSelectorType, AttributeType, AuthorizationGrant, BulkOperations, Cameras, CatalogResourceType, ClassificationType, ClassifyAttributeType, ClientSettings, ConfigurationErrorEnum, ConnectionStatus, DataSourceType, DependencyType, Eql, ErrorDetailsType, ErrorReason, ErrorType, External,
|
|
8115
|
+
export { Account, AccountPreview, AggregationFunction, Api, ApiEvent, AttributeIconType, AttributeSelectorType, AttributeType, AuthorizationGrant, BulkOperations, Cameras, CatalogResourceType, ClassificationType, ClassifyAttributeType, ClientSettings, ConfigurationErrorEnum, ConnectionStatus, DataSourceType, DependencyType, Eql, ErrorDetailsType, ErrorReason, ErrorType, External, Feedback, FileUpload, Filters, FontStyle, FontWeight, GEOCODE_PROVIDER, General, Geocode, GeometryType, Group, HttpClient, IceRouter, Import, Layers, LineCapStyle, LineEndingType, LineJoinType, Names, Notification, NotificationEvent, OwnerFilter, PbfSchema, Permissions, PolicyType, PortalSettings, Print, Projects, Quality, RemoteTaskManager, RemoteTaskStatus, ResourceCatalog, ResourceSeparator, ResourceSubTypeFilter, ResourceType, ResourceTypeFilter, ResourceTypeLink, Resources, ResponseType, STORAGE_REFRESH_TOKEN_KEY, STORAGE_TOKEN_KEY, Security, SimplifyType, Statistic, StringSubType, Styles, Tables, TaskResourceSubType, TextAlignment, TextVerticalAlignment, Tools, UrlPath, VectorTiles, WorkerMethodType, WorkerSettingsFieldType, addSubDomainToLocation, errorHandler, formDataFromFile, generateId, getFetchingUrlPath, isHTTPError, isHandledError, isProjectContentItems, isString, isTileLayerService, parseJwt, promiseAllIgnoreErrors, stripUselessSlashes, toFormData, unique };
|
|
8551
8116
|
//# sourceMappingURL=api.esm.js.map
|