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> BasicLocationHandler.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
 

Methods in com.bbn.openmap.layer.location.csv that return Location
protected  Location CSVLocationHandler.createLocation(float lat, float lon, java.lang.String name, java.lang.String iconURL)
          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 with parameters of type Location
 java.util.List<java.awt.Component> CSVLocationHandler.getItemsForPopupMenu(Location loc)
           
 

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