| Modifier and Type | Method and Description |
|---|---|
MapControl |
MapControlManager.createJMapControlPanel(org.gvsig.fmap.mapcontext.MapContext mapContext) |
MapControl |
MapControlCreationListener.mapControlCreated(MapControl mapControl) |
| Modifier and Type | Method and Description |
|---|---|
void |
MapControlDrawer.cleanCanvas(MapControl mapCtrl)
Cleans the graphics using the image of the MapControl
|
org.gvsig.tools.swing.api.pickercontroller.PickerController<org.gvsig.fmap.geom.primitive.Envelope> |
MapControlManager.createEnvelopePickerController(MapControl mapControl,
javax.swing.JTextField txtEnvelope,
javax.swing.JButton btnMapControlEnvelope,
javax.swing.JToggleButton btnCapture) |
org.gvsig.tools.swing.api.pickercontroller.PickerController<org.gvsig.fmap.geom.primitive.Envelope> |
MapControlManager.createEnvelopePickerController(MapControl mapControl,
javax.swing.JTextField txtUpperLeftX,
javax.swing.JTextField txtUpperLeftY,
javax.swing.JTextField txtLowerRightX,
javax.swing.JTextField txtLowerRightY,
javax.swing.JButton btnMapControlEnvelope,
javax.swing.JToggleButton btnCapture) |
org.gvsig.tools.swing.api.pickercontroller.PickerController<java.lang.Double> |
MapControlManager.createScalePickerController(MapControl mapControl,
javax.swing.JComboBox cboScale,
javax.swing.JButton btnMapControlScale,
javax.swing.JToggleButton btnCapture) |
MapControl |
MapControlCreationListener.mapControlCreated(MapControl mapControl) |
| Modifier and Type | Method and Description |
|---|---|
MapControl |
DefaultMapControlManager.createJMapControlPanel(org.gvsig.fmap.mapcontext.MapContext mapContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPrimitivesDrawer.cleanCanvas(MapControl mapCtrl) |
EnvelopePickerControllerImpl |
DefaultMapControlManager.createEnvelopePickerController(MapControl mapControl,
javax.swing.JTextField txtEnvelope,
javax.swing.JButton btnMapControlEnvelope,
javax.swing.JToggleButton btnCapture) |
EnvelopePickerControllerImpl |
DefaultMapControlManager.createEnvelopePickerController(MapControl mapControl,
javax.swing.JTextField txtUpperLeftX,
javax.swing.JTextField txtUpperLeftY,
javax.swing.JTextField txtLowerRightX,
javax.swing.JTextField txtLowerRightY,
javax.swing.JButton btnMapControlEnvelope,
javax.swing.JToggleButton btnCapture) |
ScalePickerControllerImpl |
DefaultMapControlManager.createScalePickerController(MapControl mapControl,
javax.swing.JComboBox cboScale,
javax.swing.JButton btnMapControlScale,
javax.swing.JToggleButton btnCapture) |
| Constructor and Description |
|---|
EnvelopePickerControllerImpl(MapControl mapControl,
javax.swing.JTextField txtEnvelope,
javax.swing.JButton btnMapControlEnvelope,
javax.swing.JToggleButton btnCapture) |
EnvelopePickerControllerImpl(MapControl mapControl,
javax.swing.JTextField txtUpperLeftX,
javax.swing.JTextField txtUpperLeftY,
javax.swing.JTextField txtLowerRightX,
javax.swing.JTextField txtLowerRightY,
javax.swing.JButton btnMapControlEnvelope,
javax.swing.JToggleButton btnCapture) |
ScalePickerControllerImpl(MapControl mapControl,
javax.swing.JComboBox cboScale,
javax.swing.JButton btnMapControlScale,
javax.swing.JToggleButton btnCapture) |
| Modifier and Type | Field and Description |
|---|---|
protected MapControl |
MeasureListenerImpl.mapCtrl
Reference to the
MapControl object that uses. |
protected MapControl |
AreaListenerImpl.mapCtrl
Reference to the
MapControl object that uses. |
protected MapControl |
SelectImageListenerImpl.mapCtrl
Deprecated.
Reference to the
MapControl object that uses. |
protected MapControl |
PointSelectionListener.mapCtrl
Reference to the
MapControl object that uses. |
| Modifier and Type | Method and Description |
|---|---|
MapControl |
BaseMapTool.getMapControl() |
MapControl |
MapTool.getMapControl() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseMapTool.setMapControl(MapControl mc) |
void |
CompoundBehavior.setMapControl(MapControl mc) |
| Constructor and Description |
|---|
AreaListenerImpl(MapControl mc)
Creates a new listener for calculating the area of a polygon.
|
MeasureListenerImpl(MapControl mc)
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 associated
MapControl object. |
PointSelectionListener(MapControl mc)
Creates a new
PointSelectionListener object. |
PolygonSelectionListener(MapControl mc)
Creates a new
PolygonSelectionListener object. |
RectangleSelectionListener(MapControl mc)
Creates a new
RectangleSelectionListener object. |
SelectImageListenerImpl(MapControl mapCtrl)
Deprecated.
Creates a new
SelectImageListenerImpl object. |
ZoomInListenerImpl(MapControl mapCtrl)
Creates a new
ZoomInListenerImpl object. |
ZoomOutListenerImpl(MapControl mapControl)
Creates a new
ZoomOutListenerImpl object. |
ZoomOutRightButtonListener(MapControl mapControl)
Deprecated.
Creates a new
ZoomOutRightButtonListener object. |
| Modifier and Type | Method and Description |
|---|---|
MapControl |
Behavior.getMapControl() |
MapControl |
IBehavior.getMapControl()
Returns the reference to the
MapControl object that this behavior uses. |
| Modifier and Type | Method and Description |
|---|---|
void |
Behavior.setMapControl(MapControl mc) |
void |
IBehavior.setMapControl(MapControl mc)
Associates this behavior to a
MapControl object. |
| Constructor and Description |
|---|
PointEvent(java.awt.geom.Point2D p,
java.awt.event.MouseEvent e,
MapControl mapControl) |
| Modifier and Type | Method and Description |
|---|---|
java.awt.geom.Point2D |
ISnapperRaster.getSnapPoint(MapControl mapControl,
java.awt.geom.Point2D point,
double mapTolerance,
java.awt.geom.Point2D lastPoint) |
Copyright © 2020 gvSIG Association. All rights reserved.