Polygon2D

构造函数

关系

Implements

Polygon2D Implements IGraphicPolygon2D

实现接口: IGraphicPolygon2D

构造函数

Polygon2D

构造函数

new Polygon2D(position, style, spatialReference?)

参数

  • position: number 多边形位置坐标
  • style: Polygon2DStyle 多边形样式
  • spatialReference?: object 空间参考(可选)

返回:Polygon2D Polygon2D对象

属性

position

多边形位置坐标,由多个环组成,每个环由多个点组成

position: number[]

类型: number[]

spatialReference

空间参考

spatialReference?: object

类型: object

style

多边形样式

style: Polygon2DStyle

BIMFlux AI