Package org.esa.snap.rcp.placemark
Class InsertGcpInteractor
java.lang.Object
com.bc.ceres.swing.figure.AbstractInteractor
com.bc.ceres.swing.figure.ViewportInteractor
com.bc.ceres.swing.figure.FigureEditorInteractor
org.esa.snap.rcp.placemark.InsertPlacemarkInteractor
org.esa.snap.rcp.placemark.InsertGcpInteractor
- All Implemented Interfaces:
com.bc.ceres.swing.figure.Interactor,KeyListener,MouseListener,MouseMotionListener,EventListener
A tool used to create ground control points (single click), select (single click on a GCP) or
edit (double click on a GCP) the GCPs displayed in product scene view.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidupdatePlacemarkStyle(Placemark placemark, String defaultStyleCss) Methods inherited from class org.esa.snap.rcp.placemark.InsertPlacemarkInteractor
getCursor, getPlacemarkDescriptor, insertPlacemark, mousePressed, mouseReleasedMethods inherited from class com.bc.ceres.swing.figure.FigureEditorInteractor
getFigureEditor, getViewportMethods inherited from class com.bc.ceres.swing.figure.ViewportInteractor
getModelToViewTransform, getViewToModelTransform, toModelPoint, toModelPoint, toModelShapeMethods inherited from class com.bc.ceres.swing.figure.AbstractInteractor
activate, addListener, cancelInteraction, deactivate, getListeners, isActive, isLeftMouseButtonDown, isMultiButton1Click, isSingleButton1Click, keyPressed, keyReleased, keyTyped, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, removeListener, startInteraction, stopInteraction
-
Constructor Details
-
InsertGcpInteractor
public InsertGcpInteractor()
-
-
Method Details
-
updatePlacemarkStyle
- Specified by:
updatePlacemarkStylein classInsertPlacemarkInteractor
-