Module swim.spatial
Package swim.spatial

Class GeoProjection


  • public final class GeoProjection
    extends Object
    • Method Detail

      • wgs84

        public static swim.math.R2ToZ2Operator wgs84()
      • wgs84Inverse

        public static swim.math.Z2ToR2Operator wgs84Inverse()
      • wgs84Form

        public static swim.math.Z2Form<swim.math.R2Shape> wgs84Form()
      • sphericalMercator

        public static swim.math.R2ToZ2Operator sphericalMercator()
      • sphericalMercatorInverse

        public static swim.math.Z2ToR2Operator sphericalMercatorInverse()
      • sphericalMercatorForm

        public static swim.math.Z2Form<swim.math.R2Shape> sphericalMercatorForm()