Package uk.m0nom.adifproc.irishgrid
Class IrishGridConverter
java.lang.Object
uk.m0nom.adifproc.irishgrid.IrishGridConverter
GT_OSGB holds Irish grid coordinates
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertCoordsToIrishGridRef(org.gavaghan.geodesy.GlobalCoordinates coords) convertIrishGridRefToWsg84(String irishGridRef) getGridRef(int precision) getIrishGridRef(org.gavaghan.geodesy.GlobalCoordinates coords, boolean uselevel2) org.gavaghan.geodesy.GlobalCoordinatesgetWGS84(boolean uselevel2) doubleHelmert_X(double X, double Y, double Z, double DX, double Y_Rot, double Z_Rot, double s) doubleHelmert_Z(double X, double Y, double Z, double DZ, double X_Rot, double Y_Rot, double s) doubleLat_Long_to_East(double PHI, double LAM, double a, double b, double e0, double f0, double PHI0, double LAM0) doubleLat_Long_to_North(double PHI, double LAM, double a, double b, double e0, double n0, double f0, double PHI0, double LAM0) booleanparseGridRef(String landranger) void
-
Constructor Details
-
IrishGridConverter
public IrishGridConverter()
-
-
Method Details
-
setError
-
getGridRef
-
convertIrishGridRefToWsg84
-
convertCoordsToIrishGridRef
public IrishGridConverterResult convertCoordsToIrishGridRef(org.gavaghan.geodesy.GlobalCoordinates coords) -
parseGridRef
-
getIrishGridRef
-
getWGS84
public org.gavaghan.geodesy.GlobalCoordinates getWGS84(boolean uselevel2) -
Helmert_X
public double Helmert_X(double X, double Y, double Z, double DX, double Y_Rot, double Z_Rot, double s) -
Helmert_Z
public double Helmert_Z(double X, double Y, double Z, double DZ, double X_Rot, double Y_Rot, double s) -
Lat_Long_to_East
public double Lat_Long_to_East(double PHI, double LAM, double a, double b, double e0, double f0, double PHI0, double LAM0) -
Lat_Long_to_North
public double Lat_Long_to_North(double PHI, double LAM, double a, double b, double e0, double n0, double f0, double PHI0, double LAM0)
-