Skip to main content
Version: 7.3.0

geomEachCallback

描述

🌐 Description

geomEach 的回调函数

🌐 Callback for geomEach

定义

🌐 Definition

函数 (

🌐 function (

名称类型描述
currentGeometryGeometryObject当前正在处理的几何体。
featureIndexnumber正在处理的功能的当前索引。
featurePropertiesGeoJsonProperties正在处理的当前要素属性。
featureBBoxBBox当前正在处理的特性边界框。
featureIdId正在处理的当前功能 ID。

)

返回

🌐 Returns

void