PlotUtil

PlotUtil()

Plot标绘 相关静态方法类, 【需要引入 mars3d-plot 插件库(非公开的)】

属性值

static constant mars3d.PlotUtil.readyPromise : Promise.<object>

获取Plot标绘库依赖资源初始化完成的Promise承诺

使用示例:
mars3d.PlotUtil.readyPromise.then(() => {
    console.log("Plot库初始化完成")

    console.log("支持的标号库(树结构):", mars3d.PlotUtil.symbolTree)
    console.log("支持的标号库(code键值对):", mars3d.PlotUtil.symbolObj)
  })