#include <KML_File.h>
|
| KML_File () |
|
| ~KML_File () |
|
void | Echo () |
|
void | DeepEcho () |
|
void | DeepEcho (const char *indent) |
|
void | Write (FILE *fid, const char *indent) |
|
void | Read (FILE *fid, char *kstr) |
|
void | WriteExp (FILE *fid, const char *nstr, int sgn, double cm, double sp) |
|
int | Id () |
|
int | ObjectEnum () |
|
Object * | copy () |
|
void | Marshall (char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction) |
|
| KML_Object () |
|
| ~KML_Object () |
|
int | Id () |
|
int | ObjectEnum () |
|
Object * | copy () |
|
void | Marshall (char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction) |
|
virtual void | AddAttrib (const char *name, const char *value) |
|
virtual void | WriteAttrib (FILE *fid, const char *indent) |
|
virtual void | AddCommnt (int ncom, char **pcom) |
|
virtual void | AddCommnt (char *value) |
|
virtual void | WriteCommnt (FILE *fid, const char *indent) |
|
virtual | ~Object () |
|
Definition at line 16 of file KML_File.h.
◆ KML_File()
◆ ~KML_File()
◆ Echo()
void KML_File::Echo |
( |
void |
| ) |
|
|
virtual |
◆ DeepEcho() [1/2]
void KML_File::DeepEcho |
( |
void |
| ) |
|
|
virtual |
◆ DeepEcho() [2/2]
void KML_File::DeepEcho |
( |
const char * |
indent | ) |
|
|
virtual |
◆ Write()
void KML_File::Write |
( |
FILE * |
fid, |
|
|
const char * |
indent |
|
) |
| |
|
virtual |
Implements KML_Object.
Definition at line 63 of file KML_File.cpp.
65 fprintf(filout,
"%s<kml",indent);
67 fprintf(filout,
">\n");
72 fprintf(filout,
"%s</kml>\n",indent);
◆ Read()
void KML_File::Read |
( |
FILE * |
fid, |
|
|
char * |
kstr |
|
) |
| |
|
virtual |
Implements KML_Object.
Definition at line 77 of file KML_File.cpp.
92 if (!strncmp(kstri,
"</kml", 5)) {
96 else if (!strncmp(kstri,
"</",2))
97 {
_error_(
"KML_File::Read -- Unexpected closing tag " << kstri <<
".");}
98 else if (strncmp(kstri,
"<",1))
99 {
_error_(
"KML_File::Read -- Unexpected field \"" << kstri <<
"\"");}
101 else if (!strncmp(kstri,
"<",1))
104 xDelete<char>(kstri);
109 for(; ncom>0; ncom--) xDelete<char>(pcom[ncom-1]);
110 xDelete<char*>(pcom);
◆ WriteExp()
void KML_File::WriteExp |
( |
FILE * |
fid, |
|
|
const char * |
nstr, |
|
|
int |
sgn, |
|
|
double |
cm, |
|
|
double |
sp |
|
) |
| |
|
virtual |
◆ Id()
int KML_File::Id |
( |
void |
| ) |
|
|
inlinevirtual |
◆ ObjectEnum()
int KML_File::ObjectEnum |
( |
void |
| ) |
|
|
inlinevirtual |
◆ copy()
Object* KML_File::copy |
( |
void |
| ) |
|
|
inlinevirtual |
◆ Marshall()
void KML_File::Marshall |
( |
char ** |
pmarshalled_data, |
|
|
int * |
pmarshalled_data_size, |
|
|
int |
marshall_direction |
|
) |
| |
|
inlinevirtual |
The documentation for this class was generated from the following files: