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

Packages that use AbstractLocationHandler
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 AbstractLocationHandler in com.bbn.openmap.layer.location
 

Subclasses of AbstractLocationHandler in com.bbn.openmap.layer.location
 class BasicLocationHandler
          A basic location handler, that just returns simple testing locations.
 

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

Subclasses of AbstractLocationHandler in com.bbn.openmap.layer.location.csv
 class CSVLinkHandler
          The CSVLinkHandler is designed to let you put data on the map based on information from a Comma Separated Value(CSV) file.
 class CSVLocationHandler
          The CSVLocationLayer is a LocationHandler designed to let you put data on the map based on information from a Comma Separated Value(CSV) file.
 

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

Subclasses of AbstractLocationHandler in com.bbn.openmap.layer.location.db
 class DBLocationHandler
          The DBLocationLayer is a LocationHandler designed to let you put data on the map based on information from a Database.
 



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