- java.lang.Object
-
- swim.spatial.GeoProjection
-
public final class GeoProjection extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static swim.math.R2ToZ2OperatorsphericalMercator()static swim.math.Z2Form<swim.math.R2Shape>sphericalMercatorForm()static swim.math.Z2ToR2OperatorsphericalMercatorInverse()static swim.math.R2ToZ2Operatorwgs84()static swim.math.Z2Form<swim.math.R2Shape>wgs84Form()static swim.math.Z2ToR2Operatorwgs84Inverse()
-
-
-
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()
-
-