GIS应用开发chap.10
private void GetSecondFeafeature() { //获得需要修剪的线要素,并进行修剪 if (m_firstFeature == null) { m_toolPhase = ToolPhase.SelectFirstFeature; return; } m_secondPoint = m_activePoint; m_secondFeature = SelctFeatureBasedMousePoint(m_secondPoint); if (m_secondFeature == null) { m_toolPhase = ToolPhase.SelectSecondFeature; return; } TrimPolyline(m_secondFeature, m_firstFeature,m_secondPoint); m_map.ClearSelection(); m_activeView.PartialRefresh(
原创力文档

文档评论(0)