DFLib
Release 1.0.0
|
#include <cmath>
#include <iostream>
#include <fstream>
#include <vector>
#include <proj_api.h>
#include "DF_Proj_Point.hpp"
#include "DF_Proj_Report.hpp"
#include "DF_ProjReport_Collection.hpp"
#include "Util_Misc.hpp"
Functions | |
double | dmstor (const char *, char **) |
void | printCoords (const std::vector< double > &latlon, const std::string &text) |
int | main (int argc, char **argv) |
double dmstor | ( | const char * | , |
char ** | |||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |
void printCoords | ( | const std::vector< double > & | latlon, |
const std::string & | text | ||
) |