Polygon3D

构造函数

关系

Implements

Polygon3D Implements IGraphicPolygon

实现接口: IGraphicPolygon

构造函数

Polygon3D

构造函数

new Polygon3D(position, style, spatialReference?)

参数

  • position: number 多边形的位置坐标
  • style: PolygonStyle 多边形的样式
  • spatialReference?: object 空间参考

返回:Polygon3D Polygon3D对象

属性

position

多边形位置,由三维坐标数组组成

position: number[]

类型: number[]

spatialReference

空间参考,默认为WGS84 (wkid: 4326)

spatialReference?: object

类型: object

style

多边形样式

style: PolygonStyle

类型: PolygonStyle

BIMFlux AI