Point2D

构造函数

关系

Implements

Point2D Implements IGraphicPoint2D

实现接口: IGraphicPoint2D

构造函数

Point2D

构造函数

new Point2D(position, style, spatialReference?)

参数

  • position: number 点位置坐标
  • style: Point2DStyle 点样式
  • spatialReference?: object 空间参考(可选)

返回:Point2D Point2D对象

属性

position

点位置坐标 x, y, z

position: number[]

类型: number[]

spatialReference

空间参考

spatialReference: object

类型: object

style

点样式

style: Point2DStyle

类型: Point2DStyle

方法

convertGeometry

将坐标转换为几何对象

convertGeometry(coordinates, spatialReference?): object

参数

  • coordinates: number 坐标数组
  • spatialReference?: object 空间参考(可选)

返回:object

BIMFlux AI