java.lang.Object
swim.spatial.GeoProjection
-
Method Summary
Modifier and TypeMethodDescriptionstatic swim.math.R2ToZ2Operatorstatic swim.math.Z2Form<swim.math.R2Shape>static swim.math.Z2ToR2Operatorstatic swim.math.R2ToZ2Operatorwgs84()static swim.math.Z2Form<swim.math.R2Shape>static swim.math.Z2ToR2Operator
-
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()
-