- 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 R2ToZ2Operator
sphericalMercator()
static Z2Form<R2Shape>
sphericalMercatorForm()
static Z2ToR2Operator
sphericalMercatorInverse()
static R2ToZ2Operator
wgs84()
static Z2Form<R2Shape>
wgs84Form()
static Z2ToR2Operator
wgs84Inverse()
-
-
-
Method Detail
-
wgs84
public static R2ToZ2Operator wgs84()
-
wgs84Inverse
public static Z2ToR2Operator wgs84Inverse()
-
sphericalMercator
public static R2ToZ2Operator sphericalMercator()
-
sphericalMercatorInverse
public static Z2ToR2Operator sphericalMercatorInverse()
-
-