Examples of Dms


Examples of org.metawb.lib.DMS

    public void setUp() {
        Calendar time = new GregorianCalendar(
                TimeZone.getTimeZone("America/Los_Angeles"));
        time.set(1951, Calendar.MAY, 2, 17, 31, 0);

        DMS longi = new DMS(-1, 118, 21, 8);
        DMS lati = new DMS(0, 33, 57, 42);
        event = new Event(time, longi, lati);
        Ephemeris ephemeris = AstroUtil.getEphemeris();
        planets = AstroUtil.getStandardPlanets();
        ephAccess = new EphAccess(ephemeris, EnumSet.of(CalcPlanetFlag.SPEED));
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.