#include <KML_Document.h>
|
| KML_Document () |
|
| ~KML_Document () |
|
void | Echo () |
|
void | DeepEcho () |
|
void | DeepEcho (const char *indent) |
|
void | Write (FILE *fid, const char *indent) |
|
void | Read (FILE *fid, char *kstr) |
|
int | Id () |
|
int | ObjectEnum () |
|
Object * | copy () |
|
void | Marshall (char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction) |
|
| KML_Container () |
|
| ~KML_Container () |
|
void | WriteExp (FILE *fid, const char *nstr, int sgn, double cm, double sp) |
|
| KML_Feature () |
|
| ~KML_Feature () |
|
void | Echo () |
|
void | DeepEcho () |
|
void | DeepEcho (const char *indent) |
|
void | Write (FILE *fid, const char *indent) |
|
void | Read (FILE *fid, char *kstr) |
|
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 15 of file KML_Document.h.
◆ KML_Document()
KML_Document::KML_Document |
( |
| ) |
|
◆ ~KML_Document()
KML_Document::~KML_Document |
( |
| ) |
|
◆ Echo()
void KML_Document::Echo |
( |
void |
| ) |
|
|
virtual |
◆ DeepEcho() [1/2]
void KML_Document::DeepEcho |
( |
void |
| ) |
|
|
virtual |
◆ DeepEcho() [2/2]
void KML_Document::DeepEcho |
( |
const char * |
indent | ) |
|
|
virtual |
◆ Write()
void KML_Document::Write |
( |
FILE * |
fid, |
|
|
const char * |
indent |
|
) |
| |
|
virtual |
Reimplemented from KML_Container.
Definition at line 62 of file KML_Document.cpp.
64 fprintf(filout,
"%s<Document",indent);
66 fprintf(filout,
">\n");
71 fprintf(filout,
"%s</Document>\n",indent);
◆ Read()
void KML_Document::Read |
( |
FILE * |
fid, |
|
|
char * |
kstr |
|
) |
| |
|
virtual |
Reimplemented from KML_Container.
Definition at line 76 of file KML_Document.cpp.
91 if (!strncmp(kstri,
"</Document",10)) {
95 else if (!strncmp(kstri,
"</",2))
96 {
_error_(
"KML_Document::Read -- Unexpected closing tag " << kstri <<
".\n");}
97 else if (strncmp(kstri,
"<",1))
98 {
_error_(
"KML_Document::Read -- Unexpected field \"" << kstri <<
"\".\n");}
100 else if (!strncmp(kstri,
"<",1))
103 xDelete<char>(kstri);
108 for (ncom=ncom; ncom>0; ncom--)
109 xDelete<char>(pcom[ncom-1]);
110 xDelete<char*>(pcom);
◆ Id()
int KML_Document::Id |
( |
void |
| ) |
|
|
inlinevirtual |
◆ ObjectEnum()
int KML_Document::ObjectEnum |
( |
void |
| ) |
|
|
inlinevirtual |
◆ copy()
Object* KML_Document::copy |
( |
void |
| ) |
|
|
inlinevirtual |
◆ Marshall()
void KML_Document::Marshall |
( |
char ** |
pmarshalled_data, |
|
|
int * |
pmarshalled_data_size, |
|
|
int |
marshall_direction |
|
) |
| |
|
inlinevirtual |
The documentation for this class was generated from the following files: