Class Locations

java.lang.Object
org.shredzone.commons.suncalc.Locations

public final class Locations extends Object
Geocoordinates of some test locations.
  • Field Details

    • COLOGNE

      public static final double[] COLOGNE
      Cologne, Germany. A random city on the northern hemisphere.
    • COLOGNE_TZ

      public static final ZoneId COLOGNE_TZ
    • ALERT

      public static final double[] ALERT
      Alert, Nunavut, Canada. The northernmost place in the world with a permanent population.
    • ALERT_TZ

      public static final ZoneId ALERT_TZ
    • WELLINGTON

      public static final double[] WELLINGTON
      Wellington, New Zealand. A random city on the southern hemisphere, close to the international date line.
    • WELLINGTON_TZ

      public static final ZoneId WELLINGTON_TZ
    • PUERTO_WILLIAMS

      public static final double[] PUERTO_WILLIAMS
      Puerto Williams, Chile. The southernmost town in the world.
    • PUERTO_WILLIAMS_TZ

      public static final ZoneId PUERTO_WILLIAMS_TZ
    • SINGAPORE

      public static final double[] SINGAPORE
      Singapore. A random city close to the equator.
    • SINGAPORE_TZ

      public static final ZoneId SINGAPORE_TZ
    • MARTINIQUE

      public static final double[] MARTINIQUE
      Martinique. To test a fix for issue #13.
    • MARTINIQUE_TZ

      public static final ZoneId MARTINIQUE_TZ
    • SYDNEY

      public static final double[] SYDNEY
      Sydney. To test a fix for issue #14.
    • SYDNEY_TZ

      public static final ZoneId SYDNEY_TZ
    • SANTA_MONICA

      public static final double[] SANTA_MONICA
      Santa Monica, CA. To test a fix for issue #18.
    • SANTA_MONICA_TZ

      public static final ZoneId SANTA_MONICA_TZ
    • BAGHDAD

      public static final double[] BAGHDAD
      Baghdad, Iraq. To test topocentric moon illumination.
    • BAGHDAD_TZ

      public static final ZoneId BAGHDAD_TZ
    • CAPETOWN

      public static final double[] CAPETOWN
      Cape Town, South Africa. To test topocentric moon illumination.
    • CAPETOWN_TZ

      public static final ZoneId CAPETOWN_TZ
  • Constructor Details