Uses of Class
courselog.gpsutils.GeoPoint

Packages that use GeoPoint
courselog.gpsutils   
courselog.maputils   
 

Uses of GeoPoint in courselog.gpsutils
 

Subclasses of GeoPoint in courselog.gpsutils
 class MeasuredPoint
          Measured location point from a GPS.
 class TrackPoint
          A location point obtained from the log of a track.
 

Methods in courselog.gpsutils that return GeoPoint
 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.
 

Methods in courselog.gpsutils with parameters of type GeoPoint
 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.
 double GeoPoint.distance(GeoPoint pointTo)
          Calculate the surface distance in metres from this GeoPoint to the given GeoPoint.
 double GeoPoint.headingTo(GeoPoint pt)
          Compute heading to another point pt in degrees.
 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 GeoPoint in courselog.maputils
 

Subclasses of GeoPoint in courselog.maputils
 class MapReferencePoint
           
 

Fields in courselog.maputils declared as GeoPoint
 GeoPoint CalibratedMap.gpCenter
          Map Center position
 

Methods in courselog.maputils that return GeoPoint
 GeoPoint CalibratedMap.getPointFromMap(int xx, int yy, GeoPoint dest)
          Compute lat and long from position on map.
 GeoPoint GeoGraphable.getPointFromMap(int xx, int yy, GeoPoint dest)
          Compute lat and long from position on map.
 GeoPoint TiledMap.getPointFromMap(int xx, int yy, GeoPoint dest)
          Compute lat and long from position on map.
 

Methods in courselog.maputils with parameters of type GeoPoint
 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.
 GeoPoint CalibratedMap.getPointFromMap(int xx, int yy, GeoPoint dest)
          Compute lat and long from position on map.
 GeoPoint GeoGraphable.getPointFromMap(int xx, int yy, GeoPoint dest)
          Compute lat and long from position on map.
 GeoPoint TiledMap.getPointFromMap(int xx, int yy, GeoPoint dest)
          Compute lat and long from position on map.
 void TiledMapBrowser.reCenter(GeoPoint newCenter)
          Re-center Tiled map.
 void MapReferencePointDialog.setPosition(GeoPoint pt)
          Set Position