public class BigMapMathUtil extends java.lang.Object implements MathConstants
限定符和类型 | 方法和说明 |
---|---|
static double |
getDistance(GeoPoint geoPointA,
GeoPoint geoPointB)
获取AB两者之间的距离
|
static double |
gudermann(double y)
求角度
|
static double |
gudermannInverse(double aLatitude)
获取插值
|
static int |
mod(int number,
int modulus)
求余
|