Appearance
KBE3D / KBCore / turf / buffer
函数: buffer()
调用签名
buffer(
feature:Point|MultiPoint|LineString|MultiLineString|Polygon|MultiPolygon|Feature<Geometry,GeoJsonProperties>,radius?:number,options?:Options):Feature<Polygon|MultiPolygon,GeoJsonProperties> |undefined
http://turfjs.org/docs/#buffer
参数
feature
Point | MultiPoint | LineString | MultiLineString | Polygon | MultiPolygon | Feature<Geometry, GeoJsonProperties>
radius?
number
options?
Options
返回
Feature<Polygon | MultiPolygon, GeoJsonProperties> | undefined
调用签名
buffer(
feature:GeometryCollection<Geometry> |FeatureCollection<Geometry,GeoJsonProperties>,radius?:number,options?:Options):FeatureCollection<Polygon|MultiPolygon,GeoJsonProperties> |undefined
http://turfjs.org/docs/#buffer
参数
feature
GeometryCollection<Geometry> | FeatureCollection<Geometry, GeoJsonProperties>
radius?
number
options?
Options
返回
FeatureCollection<Polygon | MultiPolygon, GeoJsonProperties> | undefined
