@geoscene/core 4.23.13 → 4.23.14

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @geoscene /core
2
2
 
3
- ES 模块的缩小的、未构建的版本 [GeoScene API for JavaScript](https://developers.geoscene.cn/javascript/) 。
3
+ ES 模块的缩小的、未构建的版本 [GeoScene API for JavaScript](https://doc.geoscene.cn/javascript/) 。
4
4
 
5
5
  ## 特性
6
6
 
@@ -108,7 +108,7 @@ Windows 用户可以使用 [`xcopy`](https://docs.microsoft.com/en-us/windows-se
108
108
 
109
109
  ## 资源
110
110
 
111
- - [GeoScene for JavaScript](https://developers.geoscene.cn/javascript/)
111
+ - [GeoScene for JavaScript](https://doc.geoscene.cn/javascript/)
112
112
 
113
113
 
114
114
  ## 许可
package/interfaces.d.ts CHANGED
@@ -1516,7 +1516,7 @@ declare namespace __geoscene {
1516
1516
 
1517
1517
  interface JSONSupport {
1518
1518
  /**
1519
- * Converts an instance of this class to its [GeoScene portal JSON](https://developers.geoscene.cn/documentation/common-data-types/geometry-objects.htm) representation.
1519
+ * Converts an instance of this class to its [GeoScene portal JSON](https://doc.geoscene.cn/documentation/common-data-types/geometry-objects.htm) representation.
1520
1520
  *
1521
1521
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-core-JSONSupport.html#toJSON)
1522
1522
  */
@@ -5442,7 +5442,7 @@ declare namespace __geoscene {
5442
5442
 
5443
5443
  interface SpatialReference extends Accessor, JSONSupport {
5444
5444
  /**
5445
- * An [image coordinate system](https://developers.geoscene.cn/rest/services-reference/raster-ics.htm) defines the spatial reference used to display the image in its original coordinates without distortion, map transformations or ortho-rectification.
5445
+ * An [image coordinate system](https://doc.geoscene.cn/rest/services-reference/raster-ics.htm) defines the spatial reference used to display the image in its original coordinates without distortion, map transformations or ortho-rectification.
5446
5446
  *
5447
5447
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-geometry-SpatialReference.html#imageCoordinateSystem)
5448
5448
  */
@@ -5523,7 +5523,7 @@ declare namespace __geoscene {
5523
5523
 
5524
5524
  interface SpatialReferenceProperties {
5525
5525
  /**
5526
- * An [image coordinate system](https://developers.geoscene.cn/rest/services-reference/raster-ics.htm) defines the spatial reference used to display the image in its original coordinates without distortion, map transformations or ortho-rectification.
5526
+ * An [image coordinate system](https://doc.geoscene.cn/rest/services-reference/raster-ics.htm) defines the spatial reference used to display the image in its original coordinates without distortion, map transformations or ortho-rectification.
5527
5527
  *
5528
5528
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-geometry-SpatialReference.html#imageCoordinateSystem)
5529
5529
  */
@@ -6709,7 +6709,7 @@ declare namespace __geoscene {
6709
6709
  */
6710
6710
  expires: number;
6711
6711
  /**
6712
- * Indicates that this credential was created to access the [GeoScene REST Admin service](https://developers.geoscene.cn/rest/services-reference/enterprise/rest-api-admin.htm).
6712
+ * Indicates that this credential was created to access the [GeoScene REST Admin service](https://doc.geoscene.cn/rest/services-reference/enterprise/rest-api-admin.htm).
6713
6713
  *
6714
6714
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-identity-Credential.html#isAdmin)
6715
6715
  */
@@ -6774,7 +6774,7 @@ declare namespace __geoscene {
6774
6774
  */
6775
6775
  expires?: number;
6776
6776
  /**
6777
- * Indicates that this credential was created to access the [GeoScene REST Admin service](https://developers.geoscene.cn/rest/services-reference/enterprise/rest-api-admin.htm).
6777
+ * Indicates that this credential was created to access the [GeoScene REST Admin service](https://doc.geoscene.cn/rest/services-reference/enterprise/rest-api-admin.htm).
6778
6778
  *
6779
6779
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-identity-Credential.html#isAdmin)
6780
6780
  */
@@ -7413,7 +7413,7 @@ declare namespace __geoscene {
7413
7413
  */
7414
7414
  interface intl {
7415
7415
  /**
7416
- * Converts a [web map date format string](https://developers.geoscene.cn/web-map-specification/objects/format/) to an [Intl.DateTimeFormat](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat#Parameters) options object.
7416
+ * Converts a [web map date format string](https://doc.geoscene.cn/web-map-specification/objects/format/) to an [Intl.DateTimeFormat](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat#Parameters) options object.
7417
7417
  *
7418
7418
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-intl.html#convertDateFormatToIntlOptions)
7419
7419
  */
@@ -9032,7 +9032,7 @@ declare namespace __geoscene {
9032
9032
  */
9033
9033
  supportsUpdateWithoutM: boolean;
9034
9034
  /**
9035
- * Indicates if the layer supports uploading attachments by [UploadId](https://developers.geoscene.cn/rest/services-reference/item.htm).
9035
+ * Indicates if the layer supports uploading attachments by [UploadId](https://doc.geoscene.cn/rest/services-reference/item.htm).
9036
9036
  *
9037
9037
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-CSVLayer.html#capabilities)
9038
9038
  */
@@ -9077,7 +9077,7 @@ declare namespace __geoscene {
9077
9077
  */
9078
9078
  supportsQuery: boolean;
9079
9079
  /**
9080
- * Indicates if the layer supports [REST API queryAttachments](https://developers.geoscene.cn/rest/services-reference/query-attachments-feature-service-layer-.htm) operation.
9080
+ * Indicates if the layer supports [REST API queryAttachments](https://doc.geoscene.cn/rest/services-reference/query-attachments-feature-service-layer-.htm) operation.
9081
9081
  *
9082
9082
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-CSVLayer.html#capabilities)
9083
9083
  */
@@ -9330,7 +9330,7 @@ declare namespace __geoscene {
9330
9330
 
9331
9331
  interface ElevationLayer extends Layer, ArcGISCachedService, PortalLayer {
9332
9332
  /**
9333
- * The [image service's metadata JSON](https://developers.geoscene.cn/rest/services-reference/image-service.htm) exposed by the GeoScene REST API.
9333
+ * The [image service's metadata JSON](https://doc.geoscene.cn/rest/services-reference/image-service.htm) exposed by the GeoScene REST API.
9334
9334
  *
9335
9335
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-ElevationLayer.html#sourceJSON)
9336
9336
  */
@@ -9382,7 +9382,7 @@ declare namespace __geoscene {
9382
9382
 
9383
9383
  interface ElevationLayerProperties extends LayerProperties, ArcGISCachedServiceProperties, PortalLayerProperties {
9384
9384
  /**
9385
- * The [image service's metadata JSON](https://developers.geoscene.cn/rest/services-reference/image-service.htm) exposed by the GeoScene REST API.
9385
+ * The [image service's metadata JSON](https://doc.geoscene.cn/rest/services-reference/image-service.htm) exposed by the GeoScene REST API.
9386
9386
  *
9387
9387
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-ElevationLayer.html#sourceJSON)
9388
9388
  */
@@ -9753,7 +9753,7 @@ declare namespace __geoscene {
9753
9753
  */
9754
9754
  source: Collection<Graphic>;
9755
9755
  /**
9756
- * The [feature service's metadata JSON](https://developers.geoscene.cn/rest/services-reference/layer-feature-service-.htm) exposed by the GeoScene REST API.
9756
+ * The [feature service's metadata JSON](https://doc.geoscene.cn/rest/services-reference/layer-feature-service-.htm) exposed by the GeoScene REST API.
9757
9757
  *
9758
9758
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-FeatureLayer.html#sourceJSON)
9759
9759
  */
@@ -10145,7 +10145,7 @@ declare namespace __geoscene {
10145
10145
  */
10146
10146
  source?: CollectionProperties<GraphicProperties>;
10147
10147
  /**
10148
- * The [feature service's metadata JSON](https://developers.geoscene.cn/rest/services-reference/layer-feature-service-.htm) exposed by the GeoScene REST API.
10148
+ * The [feature service's metadata JSON](https://doc.geoscene.cn/rest/services-reference/layer-feature-service-.htm) exposed by the GeoScene REST API.
10149
10149
  *
10150
10150
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-FeatureLayer.html#sourceJSON)
10151
10151
  */
@@ -10581,7 +10581,7 @@ declare namespace __geoscene {
10581
10581
  */
10582
10582
  supportsUpdateByOthers: boolean;
10583
10583
  /**
10584
- * Indicates if the layer supports uploading attachments by [UploadId](https://developers.geoscene.cn/rest/services-reference/item.htm).
10584
+ * Indicates if the layer supports uploading attachments by [UploadId](https://doc.geoscene.cn/rest/services-reference/item.htm).
10585
10585
  *
10586
10586
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-FeatureLayer.html#capabilities)
10587
10587
  */
@@ -10635,7 +10635,7 @@ declare namespace __geoscene {
10635
10635
  */
10636
10636
  supportsQuery: boolean;
10637
10637
  /**
10638
- * Indicates if the layer supports [REST API queryAttachments](https://developers.geoscene.cn/rest/services-reference/query-attachments-feature-service-layer-.htm) operation.
10638
+ * Indicates if the layer supports [REST API queryAttachments](https://doc.geoscene.cn/rest/services-reference/query-attachments-feature-service-layer-.htm) operation.
10639
10639
  *
10640
10640
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-FeatureLayer.html#capabilities)
10641
10641
  */
@@ -11681,7 +11681,7 @@ declare namespace __geoscene {
11681
11681
  */
11682
11682
  supportsUpdateWithoutM: boolean;
11683
11683
  /**
11684
- * Indicates if the layer supports uploading attachments by [UploadId](https://developers.geoscene.cn/rest/services-reference/item.htm).
11684
+ * Indicates if the layer supports uploading attachments by [UploadId](https://doc.geoscene.cn/rest/services-reference/item.htm).
11685
11685
  *
11686
11686
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-GeoJSONLayer.html#capabilities)
11687
11687
  */
@@ -11726,7 +11726,7 @@ declare namespace __geoscene {
11726
11726
  */
11727
11727
  supportsQuery: boolean;
11728
11728
  /**
11729
- * Indicates if the layer supports [REST API queryAttachments](https://developers.geoscene.cn/rest/services-reference/query-attachments-feature-service-layer-.htm) operation.
11729
+ * Indicates if the layer supports [REST API queryAttachments](https://doc.geoscene.cn/rest/services-reference/query-attachments-feature-service-layer-.htm) operation.
11730
11730
  *
11731
11731
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-GeoJSONLayer.html#capabilities)
11732
11732
  */
@@ -12360,7 +12360,7 @@ declare namespace __geoscene {
12360
12360
 
12361
12361
  interface ImageryLayerConstructor {
12362
12362
  /**
12363
- * Represents a dynamic [image service resource](https://developers.geoscene.cn/rest/services-reference/image-service.htm) as a layer.
12363
+ * Represents a dynamic [image service resource](https://doc.geoscene.cn/rest/services-reference/image-service.htm) as a layer.
12364
12364
  *
12365
12365
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-ImageryLayer.html)
12366
12366
  */
@@ -12586,7 +12586,7 @@ declare namespace __geoscene {
12586
12586
  */
12587
12587
  readonly rasterFields: Field[];
12588
12588
  /**
12589
- * The [tiled image service's metadata JSON](https://developers.geoscene.cn/rest/services-reference/image-service.htm) exposed by the GeoScene REST API.
12589
+ * The [tiled image service's metadata JSON](https://doc.geoscene.cn/rest/services-reference/image-service.htm) exposed by the GeoScene REST API.
12590
12590
  *
12591
12591
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-ImageryTileLayer.html#sourceJSON)
12592
12592
  */
@@ -12698,7 +12698,7 @@ declare namespace __geoscene {
12698
12698
  */
12699
12699
  popupTemplate?: PopupTemplateProperties;
12700
12700
  /**
12701
- * The [tiled image service's metadata JSON](https://developers.geoscene.cn/rest/services-reference/image-service.htm) exposed by the GeoScene REST API.
12701
+ * The [tiled image service's metadata JSON](https://doc.geoscene.cn/rest/services-reference/image-service.htm) exposed by the GeoScene REST API.
12702
12702
  *
12703
12703
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-ImageryTileLayer.html#sourceJSON)
12704
12704
  */
@@ -13199,7 +13199,7 @@ declare namespace __geoscene {
13199
13199
  */
13200
13200
  portalItem: PortalItem;
13201
13201
  /**
13202
- * The [map service's metadata JSON](https://developers.geoscene.cn/rest/services-reference/map-service.htm) exposed by the GeoScene REST API.
13202
+ * The [map service's metadata JSON](https://doc.geoscene.cn/rest/services-reference/map-service.htm) exposed by the GeoScene REST API.
13203
13203
  *
13204
13204
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-MapImageLayer.html#sourceJSON)
13205
13205
  */
@@ -13218,7 +13218,7 @@ declare namespace __geoscene {
13218
13218
  */
13219
13219
  url: string;
13220
13220
  /**
13221
- * Gets the parameters of the exported image to use when calling the [export REST operation](https://developers.geoscene.cn/rest/services-reference/export-map.htm).
13221
+ * Gets the parameters of the exported image to use when calling the [export REST operation](https://doc.geoscene.cn/rest/services-reference/export-map.htm).
13222
13222
  *
13223
13223
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-MapImageLayer.html#createExportImageParameters)
13224
13224
  */
@@ -13307,7 +13307,7 @@ declare namespace __geoscene {
13307
13307
  */
13308
13308
  portalItem?: PortalItemProperties;
13309
13309
  /**
13310
- * The [map service's metadata JSON](https://developers.geoscene.cn/rest/services-reference/map-service.htm) exposed by the GeoScene REST API.
13310
+ * The [map service's metadata JSON](https://doc.geoscene.cn/rest/services-reference/map-service.htm) exposed by the GeoScene REST API.
13311
13311
  *
13312
13312
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-MapImageLayer.html#sourceJSON)
13313
13313
  */
@@ -13703,7 +13703,7 @@ declare namespace __geoscene {
13703
13703
  */
13704
13704
  readonly serviceRasterInfo: RasterInfo;
13705
13705
  /**
13706
- * The [image service's metadata JSON](https://developers.geoscene.cn/rest/services-reference/image-service.htm) exposed by the GeoScene REST API.
13706
+ * The [image service's metadata JSON](https://doc.geoscene.cn/rest/services-reference/image-service.htm) exposed by the GeoScene REST API.
13707
13707
  *
13708
13708
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-mixins-ArcGISImageService.html#sourceJSON)
13709
13709
  */
@@ -13751,7 +13751,7 @@ declare namespace __geoscene {
13751
13751
  */
13752
13752
  computeStatisticsHistograms(parameters: ImageHistogramParameters | ImageHistogramParametersProperties, requestOptions?: any): Promise<any>;
13753
13753
  /**
13754
- * Returns an image using the [export REST operation](https://developers.geoscene.cn/rest/services-reference/export-image.htm) that displays data from an [ImageryLayer](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-ImageryLayer.html).
13754
+ * Returns an image using the [export REST operation](https://doc.geoscene.cn/rest/services-reference/export-image.htm) that displays data from an [ImageryLayer](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-ImageryLayer.html).
13755
13755
  *
13756
13756
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-mixins-ArcGISImageService.html#fetchImage)
13757
13757
  */
@@ -13763,13 +13763,13 @@ declare namespace __geoscene {
13763
13763
  */
13764
13764
  generateRasterInfo(renderingRule: RasterFunction | RasterFunctionProperties, abortOptions?: AbortSignal): Promise<RasterInfo>;
13765
13765
  /**
13766
- * Gets the [image coordinate system](https://developers.geoscene.cn/rest/services-reference/raster-ics.htm) information of a catalog item in an image service.
13766
+ * Gets the [image coordinate system](https://doc.geoscene.cn/rest/services-reference/raster-ics.htm) information of a catalog item in an image service.
13767
13767
  *
13768
13768
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-mixins-ArcGISImageService.html#getCatalogItemICSInfo)
13769
13769
  */
13770
13770
  getCatalogItemICSInfo(rasterId: number, abortOptions?: AbortSignal): Promise<any>;
13771
13771
  /**
13772
- * Get the [raster info](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-support-RasterInfo.html) of a [catalog item](https://developers.geoscene.cn/rest/services-reference/raster-catalog-item.htm) in an image service.
13772
+ * Get the [raster info](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-support-RasterInfo.html) of a [catalog item](https://doc.geoscene.cn/rest/services-reference/raster-catalog-item.htm) in an image service.
13773
13773
  *
13774
13774
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-mixins-ArcGISImageService.html#getCatalogItemRasterInfo)
13775
13775
  */
@@ -13949,7 +13949,7 @@ declare namespace __geoscene {
13949
13949
  */
13950
13950
  renderingRule?: RasterFunctionProperties;
13951
13951
  /**
13952
- * The [image service's metadata JSON](https://developers.geoscene.cn/rest/services-reference/image-service.htm) exposed by the GeoScene REST API.
13952
+ * The [image service's metadata JSON](https://doc.geoscene.cn/rest/services-reference/image-service.htm) exposed by the GeoScene REST API.
13953
13953
  *
13954
13954
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-mixins-ArcGISImageService.html#sourceJSON)
13955
13955
  */
@@ -13979,13 +13979,13 @@ declare namespace __geoscene {
13979
13979
 
13980
13980
  export interface ArcGISImageServiceCapabilitiesOperations extends Object {
13981
13981
  /**
13982
- * Indicates if the layer supports a [compute histograms](https://developers.geoscene.cn/rest/services-reference/compute-histograms.htm) operation from an area of interest.
13982
+ * Indicates if the layer supports a [compute histograms](https://doc.geoscene.cn/rest/services-reference/compute-histograms.htm) operation from an area of interest.
13983
13983
  *
13984
13984
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-mixins-ArcGISImageService.html#capabilities)
13985
13985
  */
13986
13986
  supportsComputeHistograms: void;
13987
13987
  /**
13988
- * Indicates if the layer supports an [export image](https://developers.geoscene.cn/rest/services-reference/export-image.htm) operation based on a bounding box.
13988
+ * Indicates if the layer supports an [export image](https://doc.geoscene.cn/rest/services-reference/export-image.htm) operation based on a bounding box.
13989
13989
  *
13990
13990
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-mixins-ArcGISImageService.html#capabilities)
13991
13991
  */
@@ -14003,49 +14003,49 @@ declare namespace __geoscene {
14003
14003
  */
14004
14004
  supportsMeasure: void;
14005
14005
  /**
14006
- * Indicates if the layer allows the source image to be [downloaded](https://developers.geoscene.cn/rest/services-reference/download-rasters.htm).
14006
+ * Indicates if the layer allows the source image to be [downloaded](https://doc.geoscene.cn/rest/services-reference/download-rasters.htm).
14007
14007
  *
14008
14008
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-mixins-ArcGISImageService.html#capabilities)
14009
14009
  */
14010
14010
  supportsDownload: void;
14011
14011
  /**
14012
- * Indicates if the layer supports an operation to [query images](https://developers.geoscene.cn/rest/services-reference/query-image-service-.htm).
14012
+ * Indicates if the layer supports an operation to [query images](https://doc.geoscene.cn/rest/services-reference/query-image-service-.htm).
14013
14013
  *
14014
14014
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-mixins-ArcGISImageService.html#capabilities)
14015
14015
  */
14016
14016
  supportsQuery: void;
14017
14017
  /**
14018
- * Indicates if the layer supports a [sampling operation](https://developers.geoscene.cn/rest/services-reference/get-samples.htm).
14018
+ * Indicates if the layer supports a [sampling operation](https://doc.geoscene.cn/rest/services-reference/get-samples.htm).
14019
14019
  *
14020
14020
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-mixins-ArcGISImageService.html#capabilities)
14021
14021
  */
14022
14022
  supportsGetSamples: void;
14023
14023
  /**
14024
- * Indicates if the layer supports [projection of geometries](https://developers.geoscene.cn/rest/services-reference/project.htm), including from/to image spatial reference.
14024
+ * Indicates if the layer supports [projection of geometries](https://doc.geoscene.cn/rest/services-reference/project.htm), including from/to image spatial reference.
14025
14025
  *
14026
14026
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-mixins-ArcGISImageService.html#capabilities)
14027
14027
  */
14028
14028
  supportsProject: void;
14029
14029
  /**
14030
- * Indicates if the layer supports an operation [computing statistics and histograms](https://developers.geoscene.cn/rest/services-reference/compute-statistics-and-histograms.htm) from an area of interest.
14030
+ * Indicates if the layer supports an operation [computing statistics and histograms](https://doc.geoscene.cn/rest/services-reference/compute-statistics-and-histograms.htm) from an area of interest.
14031
14031
  *
14032
14032
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-mixins-ArcGISImageService.html#capabilities)
14033
14033
  */
14034
14034
  supportsComputeStatisticsHistograms: void;
14035
14035
  /**
14036
- * Indicates if the layer supports an operation to [query the service's boundary](https://developers.geoscene.cn/rest/services-reference/query-boundary.htm).
14036
+ * Indicates if the layer supports an operation to [query the service's boundary](https://doc.geoscene.cn/rest/services-reference/query-boundary.htm).
14037
14037
  *
14038
14038
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-mixins-ArcGISImageService.html#capabilities)
14039
14039
  */
14040
14040
  supportsQueryBoundary: void;
14041
14041
  /**
14042
- * Indicates if the elevation layer supports an operation to [compute volumes](https://developers.geoscene.cn/rest/services-reference/calculate-volume.htm).
14042
+ * Indicates if the elevation layer supports an operation to [compute volumes](https://doc.geoscene.cn/rest/services-reference/calculate-volume.htm).
14043
14043
  *
14044
14044
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-mixins-ArcGISImageService.html#capabilities)
14045
14045
  */
14046
14046
  supportsCalculateVolume: void;
14047
14047
  /**
14048
- * Indicates if the layer supports [computing pixel location](https://developers.geoscene.cn/rest/services-reference/compute-pixel-location.htm) in pixel space.
14048
+ * Indicates if the layer supports [computing pixel location](https://doc.geoscene.cn/rest/services-reference/compute-pixel-location.htm) in pixel space.
14049
14049
  *
14050
14050
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-mixins-ArcGISImageService.html#capabilities)
14051
14051
  */
@@ -16740,7 +16740,7 @@ declare namespace __geoscene {
16740
16740
  */
16741
16741
  screenSizePerspectiveEnabled: boolean;
16742
16742
  /**
16743
- * The [stream service's metadata JSON](https://developers.geoscene.cn/rest/services-reference/stream-service.htm) exposed by the GeoScene REST API.
16743
+ * The [stream service's metadata JSON](https://doc.geoscene.cn/rest/services-reference/stream-service.htm) exposed by the GeoScene REST API.
16744
16744
  *
16745
16745
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-StreamLayer.html#sourceJSON)
16746
16746
  */
@@ -16938,7 +16938,7 @@ declare namespace __geoscene {
16938
16938
  */
16939
16939
  screenSizePerspectiveEnabled?: boolean;
16940
16940
  /**
16941
- * The [stream service's metadata JSON](https://developers.geoscene.cn/rest/services-reference/stream-service.htm) exposed by the GeoScene REST API.
16941
+ * The [stream service's metadata JSON](https://doc.geoscene.cn/rest/services-reference/stream-service.htm) exposed by the GeoScene REST API.
16942
16942
  *
16943
16943
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-StreamLayer.html#sourceJSON)
16944
16944
  */
@@ -17225,7 +17225,7 @@ declare namespace __geoscene {
17225
17225
  */
17226
17226
  readonly serviceDefinitionExpression: string;
17227
17227
  /**
17228
- * The [feature service's metadata JSON](https://developers.geoscene.cn/rest/services-reference/layer-feature-service-.htm) exposed by the GeoScene REST API.
17228
+ * The [feature service's metadata JSON](https://doc.geoscene.cn/rest/services-reference/layer-feature-service-.htm) exposed by the GeoScene REST API.
17229
17229
  *
17230
17230
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-SubtypeGroupLayer.html#sourceJSON)
17231
17231
  */
@@ -17496,7 +17496,7 @@ declare namespace __geoscene {
17496
17496
  */
17497
17497
  screenSizePerspectiveEnabled?: boolean;
17498
17498
  /**
17499
- * The [feature service's metadata JSON](https://developers.geoscene.cn/rest/services-reference/layer-feature-service-.htm) exposed by the GeoScene REST API.
17499
+ * The [feature service's metadata JSON](https://doc.geoscene.cn/rest/services-reference/layer-feature-service-.htm) exposed by the GeoScene REST API.
17500
17500
  *
17501
17501
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-SubtypeGroupLayer.html#sourceJSON)
17502
17502
  */
@@ -17868,7 +17868,7 @@ declare namespace __geoscene {
17868
17868
  */
17869
17869
  supportsUpdateWithoutM: boolean;
17870
17870
  /**
17871
- * Indicates if the layer supports uploading attachments by [UploadId](https://developers.geoscene.cn/rest/services-reference/item.htm).
17871
+ * Indicates if the layer supports uploading attachments by [UploadId](https://doc.geoscene.cn/rest/services-reference/item.htm).
17872
17872
  *
17873
17873
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-SubtypeGroupLayer.html#capabilities)
17874
17874
  */
@@ -17922,7 +17922,7 @@ declare namespace __geoscene {
17922
17922
  */
17923
17923
  supportsQuery: boolean;
17924
17924
  /**
17925
- * Indicates if the layer supports [REST API queryAttachments](https://developers.geoscene.cn/rest/services-reference/query-attachments-feature-service-layer-.htm) operation, which is supported with hosted feature services at version 10.5 and greater.
17925
+ * Indicates if the layer supports [REST API queryAttachments](https://doc.geoscene.cn/rest/services-reference/query-attachments-feature-service-layer-.htm) operation, which is supported with hosted feature services at version 10.5 and greater.
17926
17926
  *
17927
17927
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-SubtypeGroupLayer.html#capabilities)
17928
17928
  */
@@ -21828,7 +21828,7 @@ declare namespace __geoscene {
21828
21828
  */
21829
21829
  source: DynamicMapLayer | DynamicDataLayer;
21830
21830
  /**
21831
- * The [map service's metadata JSON](https://developers.geoscene.cn/rest/services-reference/map-service.htm) exposed by the GeoScene REST API.
21831
+ * The [map service's metadata JSON](https://doc.geoscene.cn/rest/services-reference/map-service.htm) exposed by the GeoScene REST API.
21832
21832
  *
21833
21833
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-support-Sublayer.html#sourceJSON)
21834
21834
  */
@@ -22024,7 +22024,7 @@ declare namespace __geoscene {
22024
22024
  */
22025
22025
  source?: (DynamicMapLayer & { type: "map-layer" }) | (DynamicDataLayer & { type: "data-layer" });
22026
22026
  /**
22027
- * The [map service's metadata JSON](https://developers.geoscene.cn/rest/services-reference/map-service.htm) exposed by the GeoScene REST API.
22027
+ * The [map service's metadata JSON](https://doc.geoscene.cn/rest/services-reference/map-service.htm) exposed by the GeoScene REST API.
22028
22028
  *
22029
22029
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-support-Sublayer.html#sourceJSON)
22030
22030
  */
@@ -23354,7 +23354,7 @@ declare namespace __geoscene {
23354
23354
  */
23355
23355
  resampling: boolean;
23356
23356
  /**
23357
- * The [tiled map service's metadata JSON](https://developers.geoscene.cn/rest/services-reference/map-service.htm) exposed by the GeoScene REST API.
23357
+ * The [tiled map service's metadata JSON](https://doc.geoscene.cn/rest/services-reference/map-service.htm) exposed by the GeoScene REST API.
23358
23358
  *
23359
23359
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-TileLayer.html#sourceJSON)
23360
23360
  */
@@ -23418,7 +23418,7 @@ declare namespace __geoscene {
23418
23418
  */
23419
23419
  resampling?: boolean;
23420
23420
  /**
23421
- * The [tiled map service's metadata JSON](https://developers.geoscene.cn/rest/services-reference/map-service.htm) exposed by the GeoScene REST API.
23421
+ * The [tiled map service's metadata JSON](https://doc.geoscene.cn/rest/services-reference/map-service.htm) exposed by the GeoScene REST API.
23422
23422
  *
23423
23423
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-TileLayer.html#sourceJSON)
23424
23424
  */
@@ -24603,7 +24603,7 @@ declare namespace __geoscene {
24603
24603
  */
24604
24604
  supportsUpdateWithoutM: boolean;
24605
24605
  /**
24606
- * Indicates if the layer supports uploading attachments by [UploadId](https://developers.geoscene.cn/rest/services-reference/item.htm).
24606
+ * Indicates if the layer supports uploading attachments by [UploadId](https://doc.geoscene.cn/rest/services-reference/item.htm).
24607
24607
  *
24608
24608
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-WFSLayer.html#capabilities)
24609
24609
  */
@@ -24648,7 +24648,7 @@ declare namespace __geoscene {
24648
24648
  */
24649
24649
  supportsQuery: boolean;
24650
24650
  /**
24651
- * Indicates if the layer supports [REST API queryAttachments](https://developers.geoscene.cn/rest/services-reference/query-attachments-feature-service-layer-.htm) operation.
24651
+ * Indicates if the layer supports [REST API queryAttachments](https://doc.geoscene.cn/rest/services-reference/query-attachments-feature-service-layer-.htm) operation.
24652
24652
  *
24653
24653
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-layers-WFSLayer.html#capabilities)
24654
24654
  */
@@ -35255,7 +35255,7 @@ declare namespace __geoscene {
35255
35255
  */
35256
35256
  categories?: string[];
35257
35257
  /**
35258
- * Define the type of location, either `"street"` or `"rooftop"`, of the point returned from the [World Geocoding Service](https://developers.geoscene.cn/rest/geocode/api-reference/geocoding-category-filtering.htm).
35258
+ * Define the type of location, either `"street"` or `"rooftop"`, of the point returned from the [World Geocoding Service](https://doc.geoscene.cn/rest/geocode/api-reference/geocoding-category-filtering.htm).
35259
35259
  *
35260
35260
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-rest-locator.html#addressesToLocations)
35261
35261
  */
@@ -35300,7 +35300,7 @@ declare namespace __geoscene {
35300
35300
  */
35301
35301
  location?: Point;
35302
35302
  /**
35303
- * Define the type of location, either `"street"` or `"rooftop"`, of the point returned from the [World Geocoding Service](https://developers.geoscene.cn/rest/geocode/api-reference/geocoding-category-filtering.htm).
35303
+ * Define the type of location, either `"street"` or `"rooftop"`, of the point returned from the [World Geocoding Service](https://doc.geoscene.cn/rest/geocode/api-reference/geocoding-category-filtering.htm).
35304
35304
  *
35305
35305
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-rest-locator.html#addressToLocations)
35306
35306
  */
@@ -35345,7 +35345,7 @@ declare namespace __geoscene {
35345
35345
  */
35346
35346
  location: Point;
35347
35347
  /**
35348
- * Define the type of location, either `"street"` or `"rooftop"`, of the point returned from the [World Geocoding Service](https://developers.geoscene.cn/rest/geocode/api-reference/geocoding-category-filtering.htm).
35348
+ * Define the type of location, either `"street"` or `"rooftop"`, of the point returned from the [World Geocoding Service](https://doc.geoscene.cn/rest/geocode/api-reference/geocoding-category-filtering.htm).
35349
35349
  *
35350
35350
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-rest-locator.html#locationToAddress)
35351
35351
  */
@@ -36206,7 +36206,7 @@ declare namespace __geoscene {
36206
36206
  export const networkService: networkService;
36207
36207
 
36208
36208
  /**
36209
- * The print module provides an `executePrint` method that generates a printer-ready version of the map using an [Export Web Map Task](https://developers.geoscene.cn/rest/services-reference/export-web-map-task.htm) available with ArGIS Server 10.1 and later.
36209
+ * The print module provides an `executePrint` method that generates a printer-ready version of the map using an [Export Web Map Task](https://doc.geoscene.cn/rest/services-reference/export-web-map-task.htm) available with ArGIS Server 10.1 and later.
36210
36210
  *
36211
36211
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-rest-print.html)
36212
36212
  */
@@ -60700,7 +60700,7 @@ declare namespace __geoscene {
60700
60700
  */
60701
60701
  categories?: string[];
60702
60702
  /**
60703
- * Define the type of location, either `"street"` or `"rooftop"`, of the point returned from the [World Geocoding Service](https://developers.geoscene.cn/rest/geocode/api-reference/geocoding-category-filtering.htm).
60703
+ * Define the type of location, either `"street"` or `"rooftop"`, of the point returned from the [World Geocoding Service](https://doc.geoscene.cn/rest/geocode/api-reference/geocoding-category-filtering.htm).
60704
60704
  *
60705
60705
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-tasks-Locator.html#addressesToLocations)
60706
60706
  */
@@ -60739,7 +60739,7 @@ declare namespace __geoscene {
60739
60739
  */
60740
60740
  location?: Point;
60741
60741
  /**
60742
- * Define the type of location, either `"street"` or `"rooftop"`, of the point returned from the [World Geocoding Service](https://developers.geoscene.cn/rest/geocode/api-reference/geocoding-category-filtering.htm).
60742
+ * Define the type of location, either `"street"` or `"rooftop"`, of the point returned from the [World Geocoding Service](https://doc.geoscene.cn/rest/geocode/api-reference/geocoding-category-filtering.htm).
60743
60743
  *
60744
60744
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-tasks-Locator.html#addressToLocations)
60745
60745
  */
@@ -60778,7 +60778,7 @@ declare namespace __geoscene {
60778
60778
  */
60779
60779
  location: Point;
60780
60780
  /**
60781
- * Define the type of location, either `"street"` or `"rooftop"`, of the point returned from the [World Geocoding Service](https://developers.geoscene.cn/rest/geocode/api-reference/geocoding-category-filtering.htm).
60781
+ * Define the type of location, either `"street"` or `"rooftop"`, of the point returned from the [World Geocoding Service](https://doc.geoscene.cn/rest/geocode/api-reference/geocoding-category-filtering.htm).
60782
60782
  *
60783
60783
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-tasks-Locator.html#locationToAddress)
60784
60784
  */
@@ -60859,7 +60859,7 @@ declare namespace __geoscene {
60859
60859
 
60860
60860
  interface PrintTaskConstructor {
60861
60861
  /**
60862
- * The PrintTask generates a printer-ready version of the map using an [Export Web Map Task](https://developers.geoscene.cn/rest/services-reference/export-web-map-task.htm) available with ArGIS Server 10.1 and later.
60862
+ * The PrintTask generates a printer-ready version of the map using an [Export Web Map Task](https://doc.geoscene.cn/rest/services-reference/export-web-map-task.htm) available with ArGIS Server 10.1 and later.
60863
60863
  *
60864
60864
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-tasks-PrintTask.html)
60865
60865
  */
@@ -92453,7 +92453,7 @@ declare namespace __geoscene {
92453
92453
  */
92454
92454
  localSearchDisabled: boolean;
92455
92455
  /**
92456
- * Defines the type of location, either `street` or `rooftop`, of the point returned from the [World Geocoding Service](https://developers.geoscene.cn/rest/geocode/api-reference/geocoding-category-filtering.htm).
92456
+ * Defines the type of location, either `street` or `rooftop`, of the point returned from the [World Geocoding Service](https://doc.geoscene.cn/rest/geocode/api-reference/geocoding-category-filtering.htm).
92457
92457
  *
92458
92458
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-widgets-Search-LocatorSearchSource.html#locationType)
92459
92459
  */
@@ -92546,7 +92546,7 @@ declare namespace __geoscene {
92546
92546
  */
92547
92547
  localSearchDisabled?: boolean;
92548
92548
  /**
92549
- * Defines the type of location, either `street` or `rooftop`, of the point returned from the [World Geocoding Service](https://developers.geoscene.cn/rest/geocode/api-reference/geocoding-category-filtering.htm).
92549
+ * Defines the type of location, either `street` or `rooftop`, of the point returned from the [World Geocoding Service](https://doc.geoscene.cn/rest/geocode/api-reference/geocoding-category-filtering.htm).
92550
92550
  *
92551
92551
  * [Read more...](https://doc.geoscene.cn/javascript/4.23/api-reference/esri-widgets-Search-LocatorSearchSource.html#locationType)
92552
92552
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geoscene/core",
3
- "version": "4.23.13",
3
+ "version": "4.23.14",
4
4
  "homepage": "https://js.geoscene.cn",
5
5
  "description": "GeoScene API for JavaScript: A complete 2D and 3D mapping and data visualization API",
6
6
  "keywords": [