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

Packages that use Location
com.bbn.openmap.graphicLoader.scenario The Scenario GraphicLoader PlugIn package is designed to provide support for displaying scripted movement of map objects. 
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. 
 

Uses of Location in com.bbn.openmap.graphicLoader.scenario
 

Subclasses of Location in com.bbn.openmap.graphicLoader.scenario
 class ScenarioPoint
          A ScenarioPoint is a ScenarioGraphic representing an object on the map.
 

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 LocationPopupMenu.loc
          Used as a reference for the details gathering.
 

Methods in com.bbn.openmap.layer.location that return Location
 Location LocationLayer.findClosestLocation(java.awt.event.MouseEvent evt)
          Given a mouse event, find the closest location on the screen.
 Location LocationPopupMenu.getLoc()
          returns the location of the menu
 

Methods in com.bbn.openmap.layer.location with parameters of type Location
 void LocationPopupMenu.setLoc(Location location)
          set the location of the menu
protected  void LocationLayer.showLocationPopup(java.awt.event.MouseEvent evt, Location loc, MapBean map)
           
 

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.
 



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