Uses of Interface
courselog.maputils.GeoGraphable

Packages that use GeoGraphable
courselog.maputils   
 

Uses of GeoGraphable in courselog.maputils
 

Classes in courselog.maputils that implement GeoGraphable
 class CalibratedMap
           
 class TiledMap
          A virtual map made of several calibrated maps in a given directory.
 

Methods in courselog.maputils with parameters of type GeoGraphable
 void MapTrack.addLast(ewe.fx.Point p, GeoGraphable gG)
          Add a point to the track
 void MapTrack.drawIn(ewe.fx.Graphics g, ewe.fx.Rect r, GeoGraphable gG)
          Display track on a GeoGraphable.
 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.
 int MapTrack.indexOfClosestPoint(ewe.fx.Point p, int dMinInt, GeoGraphable gG)
          Find index of closest point from track.
 void MapTrack.movePointAt(int idx, ewe.fx.Point p, GeoGraphable gG)
          Move a point to a new position.