In the LuciadLightspeed API, you can navigate the view through these JavaFX UI navigation controllers:
-
TLspFXCompassNavigationControlto rotate and pan a 2D view. In a 3D view, you can also change the pitch of the camera. -
TLspFXZoomNavigationControlto zoom in and out in a 2D and 3D view. -
TLspFXPanNavigationControlto pan in a 2D and 3D view. -
TLspFXAltitudeExaggerationControlto change the altitude exaggeration in the view and make altitude variation in the terrain more noticeable.
See the class Javadoc of each navigation control for code snippets illustrating the usage of that class.