Uses of Class
es.prodevelop.gvsig.mobile.gui.canvas.MapControl

Packages that use MapControl
es.prodevelop.gvsig.mobile.gui.dialog   
es.prodevelop.gvsig.mobile.gui.dialog.control   
es.prodevelop.gvsig.mobile.gui.mainframe   
es.prodevelop.gvsig.mobile.gui.tool.listener   
es.prodevelop.gvsig.mobile.gui.tool.listener.imterfaces   
es.prodevelop.gvsig.mobile.gui.tool.maplistener   
 

Uses of MapControl in es.prodevelop.gvsig.mobile.gui.dialog
 

Constructors in es.prodevelop.gvsig.mobile.gui.dialog with parameters of type MapControl
LayersManagerDialog(MainWindow _frame, MapControl mc)
          Constructor.
 

Uses of MapControl in es.prodevelop.gvsig.mobile.gui.dialog.control
 

Methods in es.prodevelop.gvsig.mobile.gui.dialog.control that return MapControl
 MapControl LayersTable.getMapControl()
           
 

Constructors in es.prodevelop.gvsig.mobile.gui.dialog.control with parameters of type MapControl
LayersTable(int w, MapControl mc)
          Constructor.
 

Uses of MapControl in es.prodevelop.gvsig.mobile.gui.mainframe
 

Methods in es.prodevelop.gvsig.mobile.gui.mainframe that return MapControl
 MapControl MainWindow.getMapControl()
          Returns the Window's MapControl
 

Uses of MapControl in es.prodevelop.gvsig.mobile.gui.tool.listener
 

Methods in es.prodevelop.gvsig.mobile.gui.tool.listener with parameters of type MapControl
 void ZoomInRectListener.setMapControl(MapControl mc)
          Sets the MapControl object that will be updated by this listener.
 void RectSelectionRectListener.setMapControl(MapControl mc)
          Sets the MapControl object that will be updated by this listener.
 void PointSelectionPointListener.setMapControl(MapControl mc)
          Sets the MapControl object that will be updated by this listener.
 void PointCoordinatesListener.setMapControl(MapControl mc)
          Sets the MapControl object that will be updated by this listener.
 void PanListener.setMapControl(MapControl _mc)
          Sets the MapControl object that will be updated by this listener.
 void InfoPointListener.setMapControl(MapControl mc)
          Sets the MapControl object that will be updated by this listener.
 void DistanceAreaListener.setMapControl(MapControl mc)
          Sets the MapControl object that will be updated by this listener.
 void CenterOnPointListener.setMapControl(MapControl mc)
          Sets the MapControl object that will be updated by this listener.
 

Constructors in es.prodevelop.gvsig.mobile.gui.tool.listener with parameters of type MapControl
PanListener(MapControl _mc)
          Constructor.
 

Uses of MapControl in es.prodevelop.gvsig.mobile.gui.tool.listener.imterfaces
 

Methods in es.prodevelop.gvsig.mobile.gui.tool.listener.imterfaces with parameters of type MapControl
 void ToolListener.setMapControl(MapControl mc)
          Sets the MapControl object.
 

Uses of MapControl in es.prodevelop.gvsig.mobile.gui.tool.maplistener
 

Constructors in es.prodevelop.gvsig.mobile.gui.tool.maplistener with parameters of type MapControl
MapToolListener(MapControl _mc)
          Constructor.