Uses of Class
de.yaina.trackrenderer.TileCoordinates

Packages that use TileCoordinates
de.yaina.trackrenderer   
 

Uses of TileCoordinates in de.yaina.trackrenderer
 

Methods in de.yaina.trackrenderer that return TileCoordinates
 TileCoordinates MapCanvas.positionToPoint(double lat, double lon)
          Convert a WGT84 position to a points on the map
 

Methods in de.yaina.trackrenderer with parameters of type TileCoordinates
 void DrawCanvas.drawLine(TileCoordinates p1, TileCoordinates p2, byte colour, int pixmap)
          Draws a line on the canvas
 byte TileCanvas.getPoint(TileCoordinates point)
           
 byte TileCollection.getPoint(TileCoordinates point)
          Get a point (a single dot) from the image
 void TileCanvas.setPoint(TileCoordinates point, byte colour)
           
 void TileCollection.setPoint(TileCoordinates point, byte colour)
          Set a point (a single dot) on the image
 void DrawCanvas.setPoint(TileCoordinates p, byte colour, int pixmap)
          Sets a point on the canvas.