Redistribution and use in source and binary forms, with or without modification, are permitted provided the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Definition in file geodesy_main.c.
#include <stdio.h>
#include <stdlib.h>
#include "geodesy.h"
#include "constants.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
A main() for a geodesy application. |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
A main() for a geodesy application.
< semi-major axis of the reference ellipse [m]
< semi-minor axis of the reference ellipse (b = a - a*f_inv) [m]
< inverse of the flattening of the reference ellipse []
< eccentricity of the reference ellipse (e2 = (a*a-b*b)/(a*a)) []
< reference ellipse enumerated []
< semi-major axis of the reference ellipse [m]
< semi-minor axis of the reference ellipse (b = a - a*f_inv) [m]
< inverse of the flattening of the reference ellipse []
< eccentricity of the reference ellipse (e2 = (a*a-b*b)/(a*a)) []
< geodetic latitude [rad]
< geodetic longitude [rad]
< geodetic height [m]
< earth fixed cartesian coordinate [m]
< earth fixed cartesian coordinate [m]
< earth fixed cartesian coordinate [m]
< reference ellipse enumerated []
< geodetic latitude [rad]
< geodetic longitude [rad]
< geodetic height [m]
< earth fixed cartesian coordinate [m]
< earth fixed cartesian coordinate [m]
< earth fixed cartesian coordinate [m]
< geodetic latitude [rad]
< geodetic longitude [rad]
< geodetic height [m]
< earth fixed cartesian coordinate [m]
< earth fixed cartesian coordinate [m]
< earth fixed cartesian coordinate [m]
< reference ellipse enumerated []
< datum geodetic latitude [rad]
< datum geodetic longitude [rad]
< datum geodetic height [m]
< geodetic latitude [rad]
< geodetic longitude [rad]
< geodetic height [m]
< local geodetic northing [m]
< local geodetic easting [m]
< local geodetic vertical [m]
< reference ellipse enumerated []
< datum geodetic latitude [rad]
< datum geodetic longitude [rad]
< datum geodetic height [m]
< geodetic latitude [rad]
< geodetic longitude [rad]
< geodetic height [m]
< local geodetic northing [m]
< local geodetic easting [m]
< local geodetic vertical [m]
< elevation angle [rad]
< azimuth angle [rad]
< reference ellipse enumerated []
< earth centered earth fixed vector from point X component [m]
< earth centered earth fixed vector from point Y component [m]
< earth centered earth fixed vector from point Z component [m]
< earth centered earth fixed vector to point X component [m]
< earth centered earth fixed vector to point Y component [m]
< earth centered earth fixed vector to point Z component [m]
< elevation angle [rad]
< azimuth angle [rad]
< datum geodetic latitude [rad]
< datum geodetic longitude [rad]
< datum geodetic height [m]
< geodetic latitude [rad]
< geodetic longitude [rad]
< geodetic height [m]
< local geodetic northing [m]
< local geodetic easting [m]
< local geodetic vertical [m]
Definition at line 43 of file geodesy_main.c.