GeoreferencingPlugin

用于管理地理基准点的绘制、变换和操作,支持模型的地理定位和校准

关系

Implements

GeoreferencingPlugin Implements IGeoreferencingPlugin

实现接口: IGeoreferencingPlugin

用于管理地理基准点的绘制、变换和操作,支持模型的地理定位和校准

构造函数

GeoreferencingPlugin

构造函数

new GeoreferencingPlugin(props?)

参数

返回:GeoreferencingPlugin GeoreferencingPlugin对象

属性

id

插件唯一标识

id: string

类型: string

model

地理基准模型实例

model: IGeoreferencingModel

props

插件配置属性

props: IGeoreferencingPluginProps

scene

当前场景实例

scene: IScene

类型: IScene

方法

install

安装插件到场景

install(_scene): void

参数

返回:void

BIMFlux AI