多边形绘制编辑工具,暂时只支持不带洞单多边形
const editor = new YunJing.PolygonEditor(viewer); editor.open(); Copy
const editor = new YunJing.PolygonEditor(viewer); editor.open();
销毁编辑器,销毁之后不可再用
停止绘制
清除所有绘制的对象
多边形绘制编辑工具,暂时只支持不带洞单多边形
Example