Package com.luciad.view.lightspeed.controller.navigation
package com.luciad.view.lightspeed.controller.navigation
Provides controls for navigation in a Lightspeed view. The controls in this
package provide panning, zooming and rotation behaviour for both 2D and 3D
views. A "fly to" feature is also available, providing animated transitions
between two viewpoints.
- Since:
- 2012.0
-
ClassDescriptionThis interface provides a method to retrieve scale levels for a point in the view.A scale level object.Allows the user to pan a view by clicking and dragging it.This
ILspScaleLevelProvider
, provides the scale levels for the first raster under the mouse cursor.When active on anILspView
, thisILspController
will try to center theILcdProjection
that is currently set on theILspView
on the location that was clicked.Allows the user to rotate a view by clicking and dragging it.A controller that allows zooming in on the portion of the view that is specified by dragging a rectangle on the screen.Allows the user to zoom in and out on a view by clicking and dragging the mouse.Performs a "zoom to" animation when the user double-clicks in the view.