public class LocationUtils
extends java.lang.Object
| 限定符和类型 | 方法和说明 |
|---|---|
static double |
getDistance(LocationPoint point0,
LocationPoint point1)
Gets distance.
|
static RectangleRange |
getRectanglePoint(LocationPoint point,
double distance)
Gets rectangle range.
|
static double |
hav(double theta)
Hav double.
|
public static double hav(double theta)
theta - the thetapublic static double getDistance(LocationPoint point0, LocationPoint point1)
point0 - the point 0point1 - the point 1public static RectangleRange getRectanglePoint(LocationPoint point, double distance)
point - the pointdistance - the distance (unit meter)