Point3D

构造函数

关系

Implements

Point3D Implements IGraphicPoint

实现接口: IGraphicPoint

构造函数

Point3D

构造函数

new Point3D(position, style, spatialReference?)

参数

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

返回:Point3D Point3D对象

属性

position

点位置坐标 x, y, z

position: number[]

类型: number[]

spatialReference

空间参考

spatialReference: object

类型: object

style

点样式

style: PointStyle

类型: PointStyle

方法

convertGeometry

将坐标转换为几何对象

convertGeometry(coordinates, spatialReference?): object

参数

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

返回:object

BIMFlux AI