| Class | Description | 
|---|---|
| OceanCurrents | OceanCurrents takes a latitude and longitude, and sends a request to the server for the currents of the
 ocean at that location. | 
| OceanCurrentsData | Encapsulates the ocean currents data; has a lat/long, vSpeed, uSpeed, and a flag
 as to whether or not the data is valid. | 
| OceanDepth | OceanDepth takes a latitude and longitude, and sends a request to the server for the depth of the
 ocean at that location. | 
| OceanDepthData | Encapsulates the ocean depth data; has a lat/long, depth, and a flag
 as to whether or not the depth data is valid. | 
| SoundSpeed | SoundSpeed encapsulates the steps necessary to make a request for a Sound Speed
 Profile (SSP). | 
| SoundSpeedData | Represents the sound speed at one particular depth. | 
| WxGet |