概述
布尔计算
booleanClockwise
booleanContains
booleanCrosses
booleanDisjoint
booleanEqual
booleanPointInPolygon
booleanPointOnLine
转换和测量
length
area
along
bbox
bboxPolygon
buffer
circle
simplify
辅助方法
feature
point
lineString
polygon
模拟数据
randomPosition
randomPoint
randomLineString
randomPolygon
Published with GitBook
point
point()
指定位置创建Point Feature
var
point = turf.point([
-75.343
,
39.984
]);
参数
参数名
类型
描述
coordinates
double[]
经纬度坐标
properties
Object
添加到Feature properties中的属性值
返回值
Feature <Point>
results matching "
"
No results matching "
"