Beispiel #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());
        }
Beispiel #2
0
 bool Magnify()
 {
     mapPanel.Focus();
     m_Tool = new MagnifyTool(this);
     return m_Tool.Start();
 }
Beispiel #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();
        }
Beispiel #4
0
 bool Pan()
 {
     m_Tool = new PanTool(this);
     return m_Tool.Start();
 }
Beispiel #5
0
 bool NewCenter()
 {
     m_Tool = new NewCenterTool(this);
     return m_Tool.Start();
 }
Beispiel #6
0
 bool Pan()
 {
     m_Tool = new PanTool(this);
     return(m_Tool.Start());
 }
Beispiel #7
0
 bool Magnify()
 {
     mapPanel.Focus();
     m_Tool = new MagnifyTool(this);
     return(m_Tool.Start());
 }
Beispiel #8
0
 bool NewCenter()
 {
     m_Tool = new NewCenterTool(this);
     return(m_Tool.Start());
 }