文件名称:turf-planepoint
文件大小:5KB
文件格式:ZIP
更新时间:2024-07-05 15:30:52
JavaScript
草皮平面点 草皮平面点模块 turf.planepoint(interpolatedPoint, triangle) 将三角形平面作为多边形和该三角形内的一个点,并返回该点的 z 值。 Polygon 需要具有定义其三个角的值的属性a 、 b和c 。 参数 范围 类型 描述 interpolatedPoint 特征。<点> 将为其计算 z 值的 Point triangle Feature.<多边形> 具有三个顶点的多边形特征 例子 var point = { "type" : "Feature" , "properties" : { } , "geometry" : { "type" : "Point" , "coordinates" : [ - 75.3221 , 39.529 ] } } ; var point = turf . poi
【文件预览】:
turf-planepoint-master
----.travis.yml(94B)
----index.js(2KB)
----test.js(619B)
----package.json(731B)
----LICENSE(1KB)
----bench.js(578B)
----.gitignore(535B)
----README.md(2KB)
----geojson()
--------Triangle.geojson(338B)