Package gov.nasa.worldwind.view.orbit

Examples of gov.nasa.worldwind.view.orbit.BasicOrbitView.stopMovement()


        }

        protected void zoomTo(LatLon latLon, Angle heading, Angle pitch, double zoom)
        {
            BasicOrbitView view = (BasicOrbitView) this.getApp().getWwd().getView();
            view.stopMovement();
            view.addPanToAnimator(
                new Position(latLon, 0), heading, pitch, zoom, true);
        }

        protected void openFromURL()
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.