Uses of Class
org.gvsig.fmap.mapcontrol.MapControl
Packages that use MapControl
Package
Description
-
Uses of MapControl in org.gvsig.fmap.mapcontrol
Methods in org.gvsig.fmap.mapcontrol that return MapControlModifier and TypeMethodDescriptionMapControlManager.createJMapControlPanel(org.gvsig.fmap.mapcontext.MapContext mapContext) MapControlCreationListener.mapControlCreated(MapControl mapControl) Methods in org.gvsig.fmap.mapcontrol with parameters of type MapControlModifier and TypeMethodDescriptionvoidMapControlDrawer.cleanCanvas(MapControl mapCtrl) Cleans the graphics using the image of the MapControlorg.gvsig.tools.swing.api.pickercontroller.PickerController<org.gvsig.fmap.geom.primitive.Envelope> MapControlManager.createEnvelopePickerController(MapControl mapControl, JTextField txtUpperLeftX, JTextField txtUpperLeftY, JTextField txtLowerRightX, JTextField txtLowerRightY, JButton btnMapControlEnvelope, JToggleButton btnCapture) org.gvsig.tools.swing.api.pickercontroller.PickerController<org.gvsig.fmap.geom.primitive.Envelope> MapControlManager.createEnvelopePickerController(MapControl mapControl, JTextComponent txtEnvelope, JButton btnMapControlEnvelope, JToggleButton btnCapture) org.gvsig.tools.swing.api.pickercontroller.PickerController<Double> MapControlManager.createScalePickerController(MapControl mapControl, JComboBox cboScale, JButton btnMapControlScale, JToggleButton btnCapture) MapControlCreationListener.mapControlCreated(MapControl mapControl) Method parameters in org.gvsig.fmap.mapcontrol with type arguments of type MapControlModifier and TypeMethodDescriptionorg.gvsig.tools.swing.api.pickercontroller.PickerController<org.gvsig.fmap.geom.primitive.Envelope> MapControlManager.createEnvelopePickerController(Supplier<MapControl> mapControl, JTextComponent txtEnvelope, JButton btnMapControlEnvelope, JToggleButton btnCapture) -
Uses of MapControl in org.gvsig.fmap.mapcontrol.impl
Methods in org.gvsig.fmap.mapcontrol.impl that return MapControlModifier and TypeMethodDescriptionDefaultMapControlManager.createJMapControlPanel(org.gvsig.fmap.mapcontext.MapContext mapContext) Methods in org.gvsig.fmap.mapcontrol.impl with parameters of type MapControlModifier and TypeMethodDescriptionvoidDefaultPrimitivesDrawer.cleanCanvas(MapControl mapCtrl) DefaultMapControlManager.createEnvelopePickerController(MapControl mapControl, JTextField txtUpperLeftX, JTextField txtUpperLeftY, JTextField txtLowerRightX, JTextField txtLowerRightY, JButton btnMapControlEnvelope, JToggleButton btnCapture) DefaultMapControlManager.createEnvelopePickerController(MapControl mapControl, JTextComponent txtEnvelope, JButton btnMapControlEnvelope, JToggleButton btnCapture) DefaultMapControlManager.createScalePickerController(MapControl mapControl, JComboBox cboScale, JButton btnMapControlScale, JToggleButton btnCapture) Method parameters in org.gvsig.fmap.mapcontrol.impl with type arguments of type MapControlModifier and TypeMethodDescriptionDefaultMapControlManager.createEnvelopePickerController(Supplier<MapControl> mapControl, JTextComponent txtEnvelope, JButton btnMapControlEnvelope, JToggleButton btnCapture) -
Uses of MapControl in org.gvsig.fmap.mapcontrol.swing.pickercontroller.impl
Constructors in org.gvsig.fmap.mapcontrol.swing.pickercontroller.impl with parameters of type MapControlModifierConstructorDescriptionScalePickerControllerImpl(MapControl mapControl, JComboBox cboScale, JButton btnMapControlScale, JToggleButton btnCapture) Constructor parameters in org.gvsig.fmap.mapcontrol.swing.pickercontroller.impl with type arguments of type MapControlModifierConstructorDescriptionEnvelopePickerControllerImpl(Supplier<MapControl> mapControl, JTextField txtUpperLeftX, JTextField txtUpperLeftY, JTextField txtLowerRightX, JTextField txtLowerRightY, JButton btnMapControlEnvelope, JToggleButton btnCapture) EnvelopePickerControllerImpl(Supplier<MapControl> mapControl, JTextComponent txtEnvelope, JButton btnMapControlEnvelope, JToggleButton btnCapture) -
Uses of MapControl in org.gvsig.fmap.mapcontrol.tools
Fields in org.gvsig.fmap.mapcontrol.tools declared as MapControlModifier and TypeFieldDescriptionprotected MapControlAreaListenerImpl.mapCtrlReference to theMapControlobject that uses.protected MapControlMeasureListenerImpl.mapCtrlReference to theMapControlobject that uses.protected MapControlPointSelectionListener.mapCtrlReference to theMapControlobject that uses.protected MapControlSelectImageListenerImpl.mapCtrlReference to theMapControlobject that uses.Methods in org.gvsig.fmap.mapcontrol.tools that return MapControlMethods in org.gvsig.fmap.mapcontrol.tools with parameters of type MapControlModifier and TypeMethodDescriptionvoidBaseMapTool.setMapControl(MapControl mc) voidCompoundBehavior.setMapControl(MapControl mc) Constructors in org.gvsig.fmap.mapcontrol.tools with parameters of type MapControlModifierConstructorDescriptionCreates a new listener for calculating the area of a polygon.Creates a new listener for calculating the length of a polyline.PanListenerImpl(MapControl mapControl) Creates a new listener for changing the position of the extent of the associatedMapControlobject.Creates a newPointSelectionListenerobject.PointSelectionListenerUniqueSelectPanel(MapControl mapControl, boolean toggle) Creates a newPolygonSelectionListenerobject.Creates a newRectangleSelectionListenerobject.SelectImageListenerImpl(MapControl mapCtrl) Creates a newSelectImageListenerImplobject.ZoomInListenerImpl(MapControl mapCtrl) Creates a newZoomInListenerImplobject.ZoomOutListenerImpl(MapControl mapControl) Creates a newZoomOutListenerImplobject.ZoomOutRightButtonListener(MapControl mapControl) Creates a newZoomOutRightButtonListenerobject. -
Uses of MapControl in org.gvsig.fmap.mapcontrol.tools.Behavior
Methods in org.gvsig.fmap.mapcontrol.tools.Behavior that return MapControlModifier and TypeMethodDescriptionBehavior.getMapControl()IBehavior.getMapControl()Returns the reference to theMapControlobject that this behavior uses.Methods in org.gvsig.fmap.mapcontrol.tools.Behavior with parameters of type MapControlModifier and TypeMethodDescriptionvoidBehavior.setMapControl(MapControl mc) voidIBehavior.setMapControl(MapControl mc) Associates this behavior to aMapControlobject. -
Uses of MapControl in org.gvsig.fmap.mapcontrol.tools.Events
Constructors in org.gvsig.fmap.mapcontrol.tools.Events with parameters of type MapControl -
Uses of MapControl in org.gvsig.fmap.mapcontrol.tools.snapping.snappers
Methods in org.gvsig.fmap.mapcontrol.tools.snapping.snappers with parameters of type MapControlModifier and TypeMethodDescriptionISnapperRaster.getSnapPoint(MapControl mapControl, Point2D point, double mapTolerance, Point2D lastPoint)