Class OsGb36Converter

java.lang.Object
uk.m0nom.adifproc.osgb36.OsGb36Converter

@Service public class OsGb36Converter extends Object
  • Constructor Details

    • OsGb36Converter

      public OsGb36Converter()
  • Method Details

    • convertOsGb36ToCoords

      public OsGb36ConverterResult convertOsGb36ToCoords(String osGb36Location)
    • convertCoordsToOsGb36

      public OsGb36ConverterResult convertCoordsToOsGb36(org.gavaghan.geodesy.GlobalCoordinates coords)
    • convertOsGb36EastingNorthingToCoords

      public OsGb36ConverterResult convertOsGb36EastingNorthingToCoords(String easting, String northing)
    • convertCoordsToOsGb36EastingNorthing

      public OsGb36ConverterResult convertCoordsToOsGb36EastingNorthing(org.gavaghan.geodesy.GlobalCoordinates coords)