Example #1
0
        bool ZoomRectangle()
        {
            //	If we are currently auto-highlighting, temporarily disable
            //	for the duration of the zoom, and ensure that any currently
            //	highlighted features are drawn normally.
            //if ( m_AutoHighlight>0 ) m_AutoHighlight = -m_AutoHighlight;
            //m_Sel.RemoveSel();


            m_Tool = new ZoomRectangleTool(this);
            return(m_Tool.Start());
        }
Example #2
0
 bool Magnify()
 {
     mapPanel.Focus();
     m_Tool = new MagnifyTool(this);
     return m_Tool.Start();
 }
Example #3
0
        bool ZoomRectangle()
        {
            //	If we are currently auto-highlighting, temporarily disable
            //	for the duration of the zoom, and ensure that any currently
            //	highlighted features are drawn normally.
            //if ( m_AutoHighlight>0 ) m_AutoHighlight = -m_AutoHighlight;
            //m_Sel.RemoveSel();

            m_Tool = new ZoomRectangleTool(this);
            return m_Tool.Start();
        }
Example #4
0
 bool Pan()
 {
     m_Tool = new PanTool(this);
     return m_Tool.Start();
 }
Example #5
0
 bool NewCenter()
 {
     m_Tool = new NewCenterTool(this);
     return m_Tool.Start();
 }
Example #6
0
 bool Pan()
 {
     m_Tool = new PanTool(this);
     return(m_Tool.Start());
 }
Example #7
0
 bool Magnify()
 {
     mapPanel.Focus();
     m_Tool = new MagnifyTool(this);
     return(m_Tool.Start());
 }
Example #8
0
 bool NewCenter()
 {
     m_Tool = new NewCenterTool(this);
     return(m_Tool.Start());
 }