JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Index
Help
Package:
Description |
Related Packages |
Classes and Interfaces
SEARCH:
Unnamed Package
All Classes and Interfaces
Interfaces
Classes
Class
Description
Converter
Interface which requires the implementor to implement the convert method.
ConverterMain
Main class to run the Coordinate Converter!
ConverterTests
Testing file for your methods!
DecimalConverter
This class converts DecimalCoordinate objects to DMSCoordinate objects.
DecimalCoordinate
Class which contains the Latitude and Longitude for a DecimalCoordinate object.
DMSConverter
This class converts DMSCoordinate objects to DecimalCoordinate objects.
DMSCoordinate
Class which contains the Degrees, Minutes, and Seconds for each coordinate of DMS format For simplicity, we will not be including the cardinal direction associated with latitude and longitude.