Package gov.nasa.worldwind.view

Examples of gov.nasa.worldwind.view.BasicOrbitView


        //initialise WorldWindow (globe)
        WorldWindowGLCanvas wwd = this.getWwd();

        //Setup JWW view
        BasicOrbitView bov = new BasicOrbitView(((BasicOrbitView) wwd.getView()).getOrbitViewModel());
        wwd.setView(bov);

        //initialise touch handler TUIO
        ((AWTInputHandler) wwd.getInputHandler()).removeHoverSelectListener();
        wwd.getInputHandler().setEventSource(null);
View Full Code Here

TOP

Related Classes of gov.nasa.worldwind.view.BasicOrbitView

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.