C# Class MightyLittleGeodesy.Classes.GaussKreuger

Mostra file Open project: bjornsallarp/MightyLittleGeodesy Class Usage Examples

Public Methods

Method Description
geodetic_to_grid ( double latitude, double longitude ) : double[]
grid_to_geodetic ( double x, double y ) : double[]
swedish_params ( string projection ) : void

Private Methods

Method Description
bessel_params ( ) : void
grs80_params ( ) : void
math_atanh ( double value ) : double
math_cosh ( double value ) : double
math_sinh ( double value ) : double
sweref99_params ( ) : void

Method Details

geodetic_to_grid() public method

public geodetic_to_grid ( double latitude, double longitude ) : double[]
latitude double
longitude double
return double[]

grid_to_geodetic() public method

public grid_to_geodetic ( double x, double y ) : double[]
x double
y double
return double[]

swedish_params() public method

public swedish_params ( string projection ) : void
projection string
return void