Uses of Class
com.bbn.openmap.layer.location.Location

Packages that use Location
com.bbn.openmap.layer.location Provides a layer that can display location data - data that represents a location with a graphic and a name. 
com.bbn.openmap.layer.location.csv Provides a LocationHandler that can retrieve data from CSV (comma-separated values) files. 
com.bbn.openmap.layer.location.db Provides a LocationHandler that can retrieve data through JDBC. 
 

Uses of Location in com.bbn.openmap.layer.location
 

Subclasses of Location in com.bbn.openmap.layer.location
 class BasicLocation
          A BasicLocation the standard Location - dot for the marker, text to the right of the dot.
 class ByteRasterLocation
          A Location that takes a byte array and creates a Raster for a Location marker.
 class Link
          A Link is a relationship between Locations, represented as a line between them.
 class URLRasterLocation
          A Location that takes an URL for an image and creates a Raster for a Location marker.
 

Fields in com.bbn.openmap.layer.location declared as Location
protected  Location LocationMenuItem.location
           
protected  Location LocationCBMenuItem.location
           
 

Methods in com.bbn.openmap.layer.location that return Location
 Location LocationMenuItem.getLoc()
           
 Location LocationCBMenuItem.getLoc()
           
 

Methods in com.bbn.openmap.layer.location with parameters of type Location
 java.util.List<java.awt.Component> LocationHandler.getItemsForPopupMenu(Location loc)
          The location layer passes a LocationPopupMenu to the handler when on of its locations has been clicked on.
 java.util.List<java.awt.Component> AbstractLocationHandler.getItemsForPopupMenu(Location loc)
           
 void LocationMenuItem.setLoc(Location location)
           
 void LocationCBMenuItem.setLoc(Location location)
           
 

Constructors in com.bbn.openmap.layer.location with parameters of type Location
LocationCBMenuItem(java.lang.String text, Location loc)
           
LocationMenuItem(java.lang.String text, Location loc)
           
 

Uses of Location in com.bbn.openmap.layer.location.csv
 

Fields in com.bbn.openmap.layer.location.csv with type parameters of type Location
protected  QuadTree<Location> CSVLocationHandler.quadtree
          The storage mechanism for the locations.
 

Methods in com.bbn.openmap.layer.location.csv that return Location
protected  Location CSVLocationHandler.createLocation(double lat, double lon, java.lang.String name, java.lang.String iconURL, java.util.List recordList)
          When a new Location object needs to be created from data read in the CSV file, this method is called.
 

Methods in com.bbn.openmap.layer.location.csv that return types with arguments of type Location
protected  QuadTree<Location> CSVLocationHandler.createData()
          Look at the CSV file and create the QuadTree holding all the Locations.
 

Methods in com.bbn.openmap.layer.location.csv with parameters of type Location
 java.util.List<java.awt.Component> CSVLocationHandler.getItemsForPopupMenu(Location loc)
           
 

Method parameters in com.bbn.openmap.layer.location.csv with type arguments of type Location
protected  void CSVLocationHandler.createLocation(java.util.List recordList, QuadTree<Location> qt)
          This is the method called by create data with a row's worth of information stuffed in the record List.
protected  void CSVLinkHandler.createLocation(java.util.List recordList, QuadTree<Location> qt)
          This is the method called by create data with a row's worth of information stuffed in the record List.
 

Uses of Location in com.bbn.openmap.layer.location.db
 

Methods in com.bbn.openmap.layer.location.db with parameters of type Location
 java.util.List<java.awt.Component> DBLocationHandler.getItemsForPopupMenu(Location loc)
           
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details