Package us.zuercher.gpx2map.util

The package us.zuercher.gpx2map.util provides basic utility classes.

See:
          Description

Interface Summary
ProgressMeter ProgressMeter represents a work progress meter with implementation-specific output.
ProgressMeterFactory ProgressMeterFactory describes a factory for ProgressMeters.
 

Class Summary
Dimension Dimension represents the dimensions of an image.
FileFormatDescriptor FileFormatDescriptor generically describes a file format.
MessageSink MessageSink represents a sink of informational messages generating while downloading and plotting GPS data on maps.
NoOpMessageSink NoOpMessageSink extends MessageSink to silently discard all messages.
Pair<A,B> Pair provides a simple way to associate two objects together.
Point Point represents a location within an image.
PrintStreamMessageSink PrintStreamMessageSink extends MessageSink to send all messages to a PrintStream.
PrintStreamProgressMeter PrintStreamProgressMeter implements ProgressMeter to write progress information to a given PrintStream.
PrintStreamProgressMeterFactory PrintStreamProgressMeterFactory implements ProgressMeterFactory for PrintStreamProgressMeter.
Rectangle Rectangle represents a set of four Points that describe the four corners of a rectangle.
Util Util is a static class that provides miscellaneous utility methods.
 

Package us.zuercher.gpx2map.util Description

The package us.zuercher.gpx2map.util provides basic utility classes.

Future Enhancements: Consider repackaging some classes. For example, Point, Dimension, and Rectangle are all related. Same goes for the ProgressMeter interfaces and their PrintStream-based implementations.

Author $Author: stephan $
Version $Id: package.html 171 2006-01-14 17:22:52Z stephan $
Copyright Copyright (C) 2005-2005 Stephan Zuercher