Class MercatorSector

  • All Implemented Interfaces:
    Cacheable, java.lang.Comparable<Sector>, java.lang.Iterable<LatLon>

    public class MercatorSector
    extends Sector
    • Constructor Detail

      • MercatorSector

        public MercatorSector​(double minLatPercent,
                              double maxLatPercent,
                              Angle minLongitude,
                              Angle maxLongitude)
    • Method Detail

      • fromDegrees

        public static MercatorSector fromDegrees​(double minLatPercent,
                                                 double maxLatPercent,
                                                 double minLongitude,
                                                 double maxLongitude)
      • gudermannianInverse

        public static double gudermannianInverse​(Angle latitude)
      • gudermannian

        public static Angle gudermannian​(double percent)
      • getMinLatPercent

        public double getMinLatPercent()
      • getMaxLatPercent

        public double getMaxLatPercent()