Uses of Class
courselog.maputils.MapReferencePoint

Packages that use MapReferencePoint
courselog.maputils   
 

Uses of MapReferencePoint in courselog.maputils
 

Fields in courselog.maputils declared as MapReferencePoint
 MapReferencePoint TiledMap.gpAverageCenter
          Map average Center position
 MapReferencePoint TiledMap.gpCenter
          Map Center position
 MapReferencePoint TiledMap.tmpMRP
          Computation Map point.
 

Methods in courselog.maputils that return MapReferencePoint
 MapReferencePoint CalibratedMap.findClosestReferencepoint(ewe.fx.Point p, double maxD)
          Select closest reference point from a point position on the map.
 

Methods in courselog.maputils with parameters of type MapReferencePoint
 void CalibratedMap.computeTransformValues(MapReferencePoint pt1, MapReferencePoint pt2)
          Compute transformation values from 2 reference points.
 void TiledMap.setMapCenter(MapReferencePoint gp)
          Set the geo reference point to be used as this map center.