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.
-
TLcdGXYCompassNavigationControl
extends fromALcdCompassNavigationControl
and allows you to rotate the view by using the outer ring and to pan the view by interacting with the center area. -
TLcdGXYZoomNavigationControl
extends fromALcdZoomNavigationControl
and allows you to zoom in or out on the view by dragging a slider. -
The
TLcdGXYNavigationControlsFactory
offers 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
-
ClassDescriptionImplementation of
ALcdCompassNavigationControl
for anILcdGXYView
.A factory class that offers a convenience method to create a navigation controls component that interacts with a 2D view (ILcdGXYView
).Implementation ofALcdZoomNavigationControl
for anILcdGXYView
.