SuperMap.REST.GeometryBufferAnalystParameters

几何对象缓冲区分析参数类 对指定的某个几何对象做缓冲区分析。通过该类可以指定要做缓冲区分析的几何对象、缓冲区参数等。

Inherits from

Summary
SuperMap.REST.GeometryBufferAnalystParameters 几何对象缓冲区分析参数类 对指定的某个几何对象做缓冲区分析。通过该类可以指定要做缓冲区分析的几何对象、缓冲区参数等。
Constructor
SuperMap.REST.GeometryBufferAnalystParameters 几何对象缓冲区分析参数类构造函数。
Functions
destroy 释放资源,将引用资源的属性置空。

Constructor

SuperMap.REST.GeometryBufferAnalystParameters

几何对象缓冲区分析参数类构造函数。

Parameters

options {Object} 参数。

Allowed options properties

sourceGeometry {SuperMap.Geometry} 要做缓冲区分析的几何对象。必设字段。
bufferSetting {SuperMap.REST.BufferSetting} 设置缓冲区通用参数。

Functions

destroy

destroy: function ()

释放资源,将引用资源的属性置空。

destroy: function ()
释放资源,将引用资源的属性置空。
缓冲区分析参数基类。
几何对象类,描述地理对象的几何图形。
缓冲区分析通用设置类
Close