Class TLcdGXYNavigateController

java.lang.Object
com.luciad.view.gxy.controller.ALcdGXYController
com.luciad.view.gxy.controller.TLcdGXYNavigateController
All Implemented Interfaces:
ILcdAWTEventListener, ILcdStatusSource, ILcdGXYChainableController, ILcdGXYController, Serializable

public final class TLcdGXYNavigateController extends ALcdGXYController implements ILcdGXYChainableController

Mouse controller to navigate on a GXY map. It supports:

  • Panning by dragging the mouse
  • Zooming by using the mouse wheel
It can be appended to any chainable controller to add navigation behavior:

  controller.appendGXYController(new TLcdGXYNavigateController());
 
Since:
2019.0
See Also: