|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GeoDirection | |
---|---|
courselog.gpsutils | |
courselog.maputils |
Uses of GeoDirection in courselog.gpsutils |
---|
Methods in courselog.gpsutils that return GeoDirection | |
---|---|
GeoDirection |
GeoPoint.directionTo(GeoPoint pTo,
GeoDirection dest)
Compute direction vector between 2 points. |
Methods in courselog.gpsutils with parameters of type GeoDirection | |
---|---|
void |
GeoPoint.coordinatesIn(GeoPoint orig,
GeoDirection dNorth,
GeoDirection dEast,
double[] dest)
Compute point coordinates in a given vector. |
GeoDirection |
GeoPoint.directionTo(GeoPoint pTo,
GeoDirection dest)
Compute direction vector between 2 points. |
GeoPoint |
GeoPoint.moveBy(boolean setAlt0,
GeoDirection d1,
double c1,
GeoDirection d2,
double c2,
GeoPoint dest)
Compute point by translating a first one along 2 vectors. |
static void |
GeoDirection.vectorsNorthEast(GeoPoint pt,
GeoDirection dNorth,
GeoDirection dEast)
Compute, for a local point pt, Nort and east vectors. |
Uses of GeoDirection in courselog.maputils |
---|
Fields in courselog.maputils declared as GeoDirection | |
---|---|
protected GeoDirection |
MapTrack.gdTmp
|
GeoDirection |
CalibratedMapBrowser.tmpGD
temporary Direction object. |
GeoDirection |
TiledMapBrowser.tmpGD
temporary Direction object. |
GeoDirection |
CalibratedMap.vpEast
Center east direction |
GeoDirection |
TiledMap.vpEast
Center east direction |
GeoDirection |
CalibratedMap.vpNorth
Center north direction |
GeoDirection |
TiledMap.vpNorth
Center north direction |
Methods in courselog.maputils with parameters of type GeoDirection | |
---|---|
ewe.fx.Point |
CalibratedMap.getMapPointFromPosition(GeoPoint pos,
GeoDirection tmp,
ewe.fx.Point pt)
Compute X and Y on map from geo position. |
ewe.fx.Point |
GeoGraphable.getMapPointFromPosition(GeoPoint pos,
GeoDirection tmp,
ewe.fx.Point pt)
Compute X and Y on map from geo position. |
ewe.fx.Point |
TiledMap.getMapPointFromPosition(GeoPoint pos,
GeoDirection tmp,
ewe.fx.Point pt)
Compute X and Y on map from geo position. |
ewe.fx.Point |
MapTrack.getMapPointFromPosition(int idxP,
GeoDirection tmp,
ewe.fx.Point pt,
GeoGraphable gG)
Compute X and Y on map from point index in track. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |