GPOptions

AMD: require(["geoscene/rest/geoprocessor/GPOptions"], (GPOptions) => { /* 代码 */ });
ESM: import GPOptions from "@geoscene/core/rest/geoprocessor/GPOptions";
Object: geoscene/rest/geoprocessor/GPOptions
起始版本: GeoScene API for JavaScript 4.22

为地理处理服务返回值提供输入选项的便捷模块。

属性列表

属性 类型 描述 Object
SpatialReference更多信息

输出几何服务的空间参考。

更多信息GPOptions
Extent更多信息

处理范围。如果指定此参数,将仅处理与此范围重叠的要素。

更多信息GPOptions
SpatialReference更多信息

用于执行几何操作的空间参考。

更多信息GPOptions
Boolean更多信息

如果为true,如果特征具有 m 值,则 m 值将包含在结果中。

更多信息GPOptions
Boolean更多信息

如果为true,如果特征具有 z 值,则 z 值将包含在结果中。

更多信息GPOptions

属性详细说明

outSpatialReference SpatialReferenceautocast

输出几何服务的空间参考。如果未指定,则输出几何图形将位于输入几何图形的空间参考中。 如果指定了processSpatialReference ,并且 outSpatialReference 未指定,则输出几何图形将位于地理处理服务的空间参考中。

默认值:null
processExtent Extentautocast

处理范围。如果指定此参数,将仅处理与此范围重叠的要素。

默认值:null
processSpatialReference SpatialReferenceautocast

用于执行几何操作的空间参考。如果processSpatialReference指定了,但未指定outputSpatialReference ,则输出几何图形将位于地理处理的空间参考中。

使用 processSpatialReferenceoutputSpatialReference 一个可能的常见场景是您希望在投影坐标系(如 web 墨卡托)上执行空间操作(如缓冲区或剪切)。并且您希望接收基于地理坐标(例如 WGS84)的输出。

默认值:null
returnM Boolean

如果为true,如果特征具有 m 值,则 m 值将包含在结果中。否则,不返回 m 值。默认值为 false。

默认值:false
returnZ Boolean

如果为true,如果特征具有 z 值,则 z 值将包含在结果中。否则,不返回 z 值。默认值为 false。

默认值:false

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.