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