Package com.bbn.openmap.util

Provide miscellaneous utility classes for OpenMap.

See:
          Description

Interface Summary
DataBoundsProvider An interface describing a Component that can provide basic information about the area its data covers.
DataOrganizer The DataOrganizer lets you organize objects in a way that will let you retrieve them based on a geographic query.
GraphicList  
Palette  
Taskable Taskables are ActionListeners that respond to events from Timers.
 

Class Summary
ArgParser A simple class to manage the line arguments of a program.
Assert Assert provides an assertion facility in Java comparable to the assert macros in C/C++.
ColorFactory ColorFactory creates instances of colors.
ComponentFactory The OpenMap ComponentFactory is a class that can construct objects from class names, with the added capability of passing the new object a Properties object to initialize itself.
CSVTokenizer Tokenizer for comma separated values files, at least as generated by excel.
DataBounds A simple utility class that holds a min, max for a group of points.
Debug An abstract class that presents a static interface for debugging output.
FanCompress Class to perform fan compression on points.
FanCompress.FanPoint  
FanCompress.FloatCompress FanCompress class for float values.
FileUtils  
PaletteHelper Helps create palette GUI widgets.
PropUtils  
SwingWorker This is the 3rd version of SwingWorker (also known as SwingWorker 3), an abstract class that you subclass to perform GUI-related work in a dedicated thread.
Tokenizer Tokenizer provides some tools useful for defining tokenizers.
VHTransform The VH coordinate system is used by ATT to compute distance used in determining phone call costs.
WebBrowser WebBrower - handles the WebBrowser process on behalf of OM.
 

Exception Summary
AssertionException Signals that an assertion has failed.
HandleError Use this class to catch a checked exception and throw it as an uncheck one.
PropertyStringFormatException  
 

Package com.bbn.openmap.util Description

Provide miscellaneous utility classes for OpenMap.



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