Interface LocationFormatter

All Known Implementing Classes:
AdifLatLongParser, CommaSeparatedDecimalLatLongParser, CommaSeparatedDecimalWithNsewLatLongParser, DegreesDecimalLatLongParser, DegreesDecimalMinutesLatLongParser, DegreesDecimalMinutesWithNsewLatLongParser, DegreesDecimalWithNsewLatLongParser, DegreesMinutesDecimalSecondsWithNsewLatLongParser, DegreesMinutesSecondsLatLongParser, DegreesMinutesSecondsWithNsewLatLongParser, DegreesMinutesWithNsewLatLongParser, IrishGridParser5Digit, Maidenhead10CharLocatorParser, Maidenhead4CharLocatorParser, Maidenhead6CharLocatorParser, Maidenhead8CharLocatorParser, OsGb36Parser3Digit, OsGb36Parser4Digit, OsGb36Parser5Digit, OsGb36Parser6Digit

public interface LocationFormatter
  • Method Summary

    Modifier and Type
    Method
    Description
    format(org.gavaghan.geodesy.GlobalCoordinates coords)
     
     
  • Method Details

    • format

      String format(org.gavaghan.geodesy.GlobalCoordinates coords)
    • getName

      String getName()