首页 / 浏览问题 / 组件GIS / 问题详情
超图FAQ:请教一下这里的打开场景事件可以进行监听吗
55,378EXP 2024年08月19日

请教一下这里的打开场景事件可以进行监听吗

1个回答

【解决办法】参考代码: //监听场景打开 Application.getActiveApplication().getMainFrame().getFormManager().addFormShownListener(new FormShownListener() { @Override public void formShown(FormShownEvent formShownEvent) { System.out.println("++++++++++++++++++++++++"); System.out.println(formShownEvent.getForm().getWindowType().getName()); if("ELLIPSOIDSCENE".equals(formShownEvent.getForm().getWindowType().getName())){ System.out.println(((IFormScene)formShownEvent.getForm()).getLayer3Ds()); }else { } System.out.println("++++++++++++++++++++++++"); } });
55,378EXP 2024年08月19日
热门文章
关注我们
...