|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bbn.openmap.proj.RhumbCalculator
public class RhumbCalculator
| Method Summary | |
|---|---|
static LatLonPoint |
calculatePointOnRhumbLine(LatLonPoint point,
float azimuth,
float dist)
|
static float |
getAzimuthBetweenPoints(LatLonPoint p1,
LatLonPoint p2)
This method allows you to calculate the azimuth between the points (bearing the first to the second) |
static float |
getDistanceBetweenPoints(LatLonPoint p1,
LatLonPoint p2)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static LatLonPoint calculatePointOnRhumbLine(LatLonPoint point,
float azimuth,
float dist)
public static float getDistanceBetweenPoints(LatLonPoint p1,
LatLonPoint p2)
p1 - punkt geograficznyp2 - punkt geograficzny
public static float getAzimuthBetweenPoints(LatLonPoint p1,
LatLonPoint p2)
p1 - pierwszy punkt geograficznyp2 - drugi punkt geograficzny
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||