使用Action.SELECT,关闭可以编辑状态还是能想对象的节点进行拖动,下面是我的代码
m_mapControl.getMap().getLayers().get(layer_title).setVisible(true); m_mapControl.getMap().getLayers().get(layer_title).setSelectable(true); m_mapControl.setAction(Action.SELECT); m_mapControl.getMap().getLayers().get(layer_title).setEditable(false);