Skip to content
On this page

计算边界转换为多边形(bboxPolygon)

js
npm install @turf/bbox-polygon

传入矩形边界框并返回一个等效的多边形。

Takes a bbox and returns an equivalent polygon

参数

参数类型描述
bboxBBox按照 minX、minY、maxX、maxY的顺序显示的bbox范围
optionsObject配置项

配置项(Options)

Prop类型默认值描述
propertiesProperties{}为 bboxPolygon 创建的属性
id(string/number){}为 bboxPolygon 创建的id

返回(Returns)

Feature <Polygon> - 一个Polygon表示边界框