Examples of SunMoonPosition


Examples of astroLib.SunMoonPosition

    public void setPreferences(Settings preferences) {
        this.preferences = preferences;
//       this.MJD0h = getMJD0h();
        this.position = new EarthPosition(Settings.locationPrefer.getLatitude(), Settings.locationPrefer.getLongitude());
        magVar=getMagneticDeclination(getMJD0h() );
        mSunMoonPosition=new SunMoonPosition (position);
        this.setFullScreenMode(Settings.optionPref.getIsFullScreen());
        this.isMilitary = Settings.optionPref.getIsMilitary();
        setFontSize(Settings.optionPref.getFontSize());

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.