Uses of Package
net.landspurg.map

Packages that use net.landspurg.map
net.landspurg   
net.landspurg.map This is the main package to look at if you want to use J2memap. 
net.landspurg.map.extra   
net.landspurg.map.tools   
net.landspurg.test   
 

Classes in net.landspurg.map used by net.landspurg
MapCanvas
          This is the main interface to display a Map from Google...
MapCanvasListener
          Can be used by an external class, to register to some event received by the canvas, and modify envetually the default behavior (mainly for key press.
OneLoc
          Manage a location in the map...
 

Classes in net.landspurg.map used by net.landspurg.map
BufferImage
          This classe manage the download of tiles

Internally a linked list is used, and first entry in the list is removed first, and when we use a tile, we put it on top of the list.
BufferImageListener
          Notify the load of an image by the bufferImage class.
MapCanvas
          This is the main interface to display a Map from Google...
MapCanvasListener
          Can be used by an external class, to register to some event received by the canvas, and modify envetually the default behavior (mainly for key press.
MapCustomOverlay
          MapCustomOverlay.java Created on 28 novembre 2006, 11:42 Implement this interface to be able to display custom layers on top of the current map.
oneGPSPos
           
OneLoc
          Manage a location in the map...
OneLocListener
          If a oneLoc element contains a picture, the load is down asynchronusly.
Track
          A Track represnt a combination of Waypoints (oneLoc) and and a list of points.
TrackListener
           
TrackNotifier
          Used by Track to notify of event, mainly track loading The event is "global" to all track, as the track class maintain a static list of all track.
 

Classes in net.landspurg.map used by net.landspurg.map.extra
MapCanvas
          This is the main interface to display a Map from Google...
 

Classes in net.landspurg.map used by net.landspurg.map.tools
BufferImageListener
          Notify the load of an image by the bufferImage class.
MapCanvas
          This is the main interface to display a Map from Google...
oneGPSPos
           
OneLocListener
          If a oneLoc element contains a picture, the load is down asynchronusly.
Track
          A Track represnt a combination of Waypoints (oneLoc) and and a list of points.
TrackNotifier
          Used by Track to notify of event, mainly track loading The event is "global" to all track, as the track class maintain a static list of all track.
 

Classes in net.landspurg.map used by net.landspurg.test
MapCanvas
          This is the main interface to display a Map from Google...
OneLoc
          Manage a location in the map...