new SuperMap.BuffersAnalystJobsParameter(options)
            common/iServer/BuffersAnalystJobsParameter.js, line 10
        
        
    | Name | Type | Description | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| options | Object | 参数。 
 | 
Members
- 
    boundsSuperMap.Bounds L.Bounds ol.extent
- 
    
    分析范围。 
- 
    datasetNamestring
- 
    
    数据集名。 
- 
    dissolveFieldstring
- 
    
    融合字段,根据字段值对缓冲区结果面对象进行融合。 
- 
    distancestring
- 
    
    缓冲距离,或称为缓冲区半径。当缓冲距离字段位空时,此参数有效。 - Default Value: '15'
 
distanceFieldstring
缓冲距离字段。
- Default Value: 'pickup_latitude'
distanceUnitSuperMap.AnalystSizeUnit
缓冲距离单位。
- Default Value: SuperMap.AnalystSizeUnit.METER
mappingParametersSuperMap.MappingParameters
分析后结果可视化的参数类。
outputSuperMap.OutputSetting
输出参数设置类。
Methods
- 
    SuperMap.BuffersAnalystJobsParameter.toObject(BuffersAnalystJobsParameter, tempObj)common/iServer/BuffersAnalystJobsParameter.js, line 102
- 
    
    
    生成缓冲区分析任务对象。 Name Type Description BuffersAnalystJobsParameterSuperMap.BuffersAnalystJobsParameter 缓冲区分析任务参数。 tempObjObject 目标对象。 
- 
    destroy()common/iServer/BuffersAnalystJobsParameter.js, line 81
- 
    
    
    释放资源,将引用资源的属性置空。