public class BasicWorldWindowController extends java.lang.Object implements WorldWindowController, GestureListener
| Constructor and Description |
|---|
BasicWorldWindowController() |
| Modifier and Type | Method and Description |
|---|---|
void |
gestureStateChanged(android.view.MotionEvent event,
GestureRecognizer recognizer) |
WorldWindow |
getWorldWindow() |
boolean |
onTouchEvent(android.view.MotionEvent event) |
void |
setWorldWindow(WorldWindow wwd) |
public WorldWindow getWorldWindow()
getWorldWindow in interface WorldWindowControllerpublic void setWorldWindow(WorldWindow wwd)
setWorldWindow in interface WorldWindowControllerpublic boolean onTouchEvent(android.view.MotionEvent event)
onTouchEvent in interface WorldWindowControllerpublic void gestureStateChanged(android.view.MotionEvent event,
GestureRecognizer recognizer)
gestureStateChanged in interface GestureListener