Module swim.spatial
Package swim.spatial

Class GeoProjection

java.lang.Object
swim.spatial.GeoProjection

public final class GeoProjection extends Object
  • Method Details

    • 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()