* GEOREF number. I can't explain the logic -- I don't
* understand
*/
/* how it works. All that I know is that it seems to. */
LatLonPoint llp = new LatLonPoint((float) latitude, (float) longitude);
DMSLatLonPoint dmsp = new DMSLatLonPoint(llp);
char[] GEOSTRING = new char[6];
if (longitude == 0.0000) {
tmp = 'N';