Uses of Interface
org.free.garminimg.MapListener

Packages that use MapListener
org.free.garminimg   
org.free.garminimg.export   
org.free.garminimg.utils   
 

Uses of MapListener in org.free.garminimg
 

Methods in org.free.garminimg with parameters of type MapListener
 void ImgFilesBag.readMap(int minLong, int maxLong, int minLat, int maxLat, int resolution, int objectKindFilter, java.util.BitSet objectTypeFilter, MapListener listener)
          Read the map for the given coordinates.
 void ImgFileBag.readMap(int minLong, int maxLong, int minLat, int maxLat, int resolution, int objectKindFilter, java.util.BitSet objectTypeFilter, MapListener listener)
           
 void TreSubFile.readMap(int minLong, int maxLong, int minLat, int maxLat, int resolution, int objectKindFilter, java.util.BitSet objectTypeFilter, org.free.garminimg.RgnSubFile rgn, org.free.garminimg.LblSubFile lbl, org.free.garminimg.NetSubFile net, MapListener listener)
           
 void SubDivision.readMap(int minLong, int maxLong, int minLat, int maxLat, int targetLevel, int objectKindFilter, java.util.BitSet objectTypeFilter, org.free.garminimg.RgnSubFile rgn, org.free.garminimg.LblSubFile lbl, org.free.garminimg.NetSubFile net, MapListener listener, org.free.garminimg.RgnContext rgnContext)
           
 void ImgFilesBag.readMapForDrawing(int minLong, int maxLong, int minLat, int maxLat, int resolution, int objectKindFilter, MapListener listener)
          Read the map for the given coordinates.
This method will try to have the objects sorted in an order that is suitable for drawing.
 

Uses of MapListener in org.free.garminimg.export
 

Classes in org.free.garminimg.export that implement MapListener
 class MapExporter
           
 

Uses of MapListener in org.free.garminimg.utils
 

Classes in org.free.garminimg.utils that implement MapListener
 class CoordinateConverterListener<COORD>
          Does the bridge between a map listener that works in Garmin coordinates and a listener that works in map coordinated (pixels)
 class DiscoverTypesMapListener
          A map listener to discover all the object types available.
 class FindObjectByNameListener
          Special map listener used to find an object according to its name.
 class FindObjectByPositionListener
          Special map listener used to find an object according to its coordinates.
 



Copyright © 2008. All Rights Reserved.