Interface IOwlMapsDefs


public interface IOwlMapsDefs
A collection of OwlMaps-related definitions and constants
Author:
swong
  • Field Details

    • JxBrowserLicenseKey

      static final java.lang.String JxBrowserLicenseKey
      The license key for the JxBrowser subsystem
      See Also:
      Constant Field Values
    • RADIANS_PER_DEGREE

      static final double RADIANS_PER_DEGREE
      Conversion from degrees to radians
      See Also:
      Constant Field Values
    • KILOMETERS_PER_METER

      static final double KILOMETERS_PER_METER
      Conversion from meters to kilometers
      See Also:
      Constant Field Values
    • FEET_PER_METER

      static final double FEET_PER_METER
      Conversion from meters to feet
      See Also:
      Constant Field Values
    • MILES_PER_FEET

      static final double MILES_PER_FEET
      Conversion from meters to feet
      See Also:
      Constant Field Values
    • LENGTH_CONVERSIONS

      static final java.util.Map<MapLengthUnits,​java.lang.Double> LENGTH_CONVERSIONS
      Mapping of map length measurement units to conversion factor of unitX/meter, i.e. the multiplicative factor to convert meters into the desired units.
    • EARTH_MEAN_RADIUS_METERS

      static final double EARTH_MEAN_RADIUS_METERS
      The "mean" radius of an ellipsoidal model of the Earth in meters. r_mean = (3*a+b)/3 where a = equatorial radius and b = polar radius. See https://en.m.wikipedia.org/wiki/Earth_radius#Mean_radii
      See Also:
      Constant Field Values
    • EARTH_INVERSE_FLATTENING

      static final double EARTH_INVERSE_FLATTENING
      Inverse of the "flattening" ratio of an ellipsoidal model of the Earth. f = (a-b)/a where a = equatorial radius and b = polar radius. See https://en.m.wikipedia.org/wiki/World_Geodetic_System#WGS84
      See Also:
      Constant Field Values
    • EARTH_MEAN_RADII

      static final java.util.Map<MapLengthUnits,​java.lang.Double> EARTH_MEAN_RADII
      Mapping of map length measurement units to the mean radius of the Earth in those units.