Package gov.noaa.pmel.util

Contains date and time facilities and miscellaneous utility classes.

See:
          Description

Class Summary
ColorMap  
ColorTransform Transform defines an interface for transformations between user and physical coordinates.
Debug For debugging only
Dimension2D A class to encapsulate a double width and a height.
Domain GraphDomain contains the X and Y ranges in user units.
EPICSystem Uility methods for accessing Java System information.
ExponentialTransformDown ExponentialTransformUp defines a exponential transformations between user and physical coordinates defined between two end points.
ExponentialTransformUp ExponentialTransformUp defines a exponential transformations between user and physical coordinates defined between two end points.
GeoDate GeoDate extends the capabilities of Date.
GeoDateArray GeoDateArray creates an efficient storage of GeoDate objects.
GeographicValue Base class used by LatitudeValue and LongitudeValue for translating between a float and deg/min/sec.
IndexedColorMap  
Latitude LatitudeValue translates between float and deg/min/sec.
LinearTransform LinearTransform defines a liniear transformations between user and physical coordinates defined between two end points.
Longitude LongitudeValue translates between float and deg/min/sec.
Point2D Point2D will be part of java.java2d.
Point2D.Double Inner class for Point2D for type double.
Point2D.Float Inner class for Point2D for type float.
Range Contains minimum and maximum integer values.
Range2D Contains minimum, maximum, and delta double values.
Rectangle2D Rectangle2D will be part of java.java2d
Rectangle2D.Double Inner class that implements Rectangle2D for type double.
Rectangle2D.Float Inner class that implements Rectangle2D for type float.
SimpleFileFilter  
SoTDomain SoTDomain contains the X and Y ranges of a domain in user units.
SoTPoint SoTPoint has two coordinates which are of type SoTValue.
SoTRange SoTRange is an abstract class used to wrap either a double or GeoDate.
SoTRange.Double Inner class for SoTRange for type double.
SoTRange.Float Inner class for SoTRange for type flaot.
SoTRange.GeoDate Deprecated. As of sgt 3.0, replaced by SoTRange.Time
SoTRange.Integer Inner class for SoTRange for type integer.
SoTRange.Short Inner class for SoTRange for type short.
SoTRange.Time Inner class for SoTRange for type long.
SoTValue SoTValue is an abstract class used to wrap either a double or GeoDate.
SoTValue.Double Inner class for SoTRange for type double.
SoTValue.Float Inner class for SoTRange for type float.
SoTValue.GeoDate Deprecated. As of sgt 3.0, replaced by SoTValue.Time
SoTValue.Integer Inner class for SoTRange for type int.
SoTValue.Short Inner class for SoTRange for type short.
SoTValue.Time Inner class for SoTRange for type long.
TimePoint Deprecated. As of sgt 3.0, replaced by SoTPoint.
TimeRange Deprecated. As of sgt 3.0, use SoTRange.Time
Units Units is a static class for converting the units of DependentVariables.
 

Exception Summary
IllegalTimeValue The specified time was unreadable or illegal.
 

Package gov.noaa.pmel.util Description

Contains date and time facilities and miscellaneous utility classes.