Go to the source code of this file.
◆ KMLFileReadx()
Definition at line 8 of file KMLFileReadx.cpp.
15 clock_t clock0,clock1;
20 _printf0_(
"\nKMLFileReadx Module -- " << ctime(&time0));
25 if (!strncmp(kstr,
"<?xml" ,5)) {
30 else if (!strncmp(kstr,
"<!DOCTYPE",9)) {
35 else if (!strncmp(kstr,
"<kml" ,4)) {
51 _printf0_(
"DTD declaration (not yet implemented):\n");
58 _printf_(
"KMLFileReadx Module -- " <<((
double)(clock1-clock0))/CLOCKS_PER_SEC <<
" CPU seconds; " <<difftime(time1,time0) <<
" elapsed seconds.\n\n\n");