Package com.luciad.view.gxy.swing.navigationcontrols
package com.luciad.view.gxy.swing.navigationcontrols
This package contains the implementation of the navigation controls for a
ILcdGXYView.
These classes override the abstract navigation controls components and add the interaction with a
2D view.
-
TLcdGXYCompassNavigationControlextends fromALcdCompassNavigationControland allows you to rotate the view by using the outer ring and to pan the view by interacting with the center area. -
TLcdGXYZoomNavigationControlextends fromALcdZoomNavigationControland allows you to zoom in or out on the view by dragging a slider. -
The
TLcdGXYNavigationControlsFactoryoffers a factory method that creates a complete set of controls in the form of a component that can be added over a view.
- Since:
- 10.0
-
ClassesClassDescriptionImplementation of
ALcdCompassNavigationControlfor anILcdGXYView.A factory class that offers a convenience method to create a navigation controls component that interacts with a 2D view (ILcdGXYView).Implementation ofALcdZoomNavigationControlfor anILcdGXYView.