geomEachCallback
描述
¥Description
geomEach 的回调函数
¥Callback for geomEach
定义
¥Definition
函数 (
¥function (
名称 | 类型 | 描述 |
---|---|---|
currentGeometry | GeometryObject | The current Geometry being processed. |
featureIndex | number | The current index of the Feature being processed. |
featureProperties | GeoJsonProperties | The current Feature Properties being processed. |
featureBBox | BBox | The current Feature BBox being processed. |
featureId | ID | The current Feature Id being processed. |
)
返回
¥Returns
void