#include <KML_Icon.h>
|
| KML_Icon () |
|
| ~KML_Icon () |
|
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 | WriteExp (FILE *fid, const char *nstr, int sgn, double cm, double sp) |
|
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 20 of file KML_Icon.h.
◆ KML_Icon()
◆ ~KML_Icon()
◆ Echo()
void KML_Icon::Echo |
( |
void |
| ) |
|
|
virtual |
◆ DeepEcho() [1/2]
void KML_Icon::DeepEcho |
( |
void |
| ) |
|
|
virtual |
◆ DeepEcho() [2/2]
void KML_Icon::DeepEcho |
( |
const char * |
indent | ) |
|
|
virtual |
◆ Write()
void KML_Icon::Write |
( |
FILE * |
fid, |
|
|
const char * |
indent |
|
) |
| |
|
virtual |
Implements KML_Object.
Definition at line 87 of file KML_Icon.cpp.
89 fprintf(filout,
"%s<Icon",indent);
91 fprintf(filout,
">\n");
97 fprintf(filout,
"%s <href>%s</href>\n",indent,
href);
99 fprintf(filout,
"%s <refreshMode>%s</refreshMode>\n",indent,
refmode);
100 fprintf(filout,
"%s <refreshInterval>%g</refreshInterval>\n",indent,
refint);
102 fprintf(filout,
"%s <viewRefreshMode>%s</viewRefreshMode>\n",indent,
vrefmode);
103 fprintf(filout,
"%s <viewRefreshTime>%g</viewRefreshTime>\n",indent,
vreftime);
104 fprintf(filout,
"%s <viewBoundScale>%g</viewBoundScale>\n",indent,
vboundsc);
106 fprintf(filout,
"%s <viewFormat>%s</viewFormat>\n",indent,
vformat);
108 fprintf(filout,
"%s <httpQuery>%s</httpQuery>\n",indent,
hquery);
110 fprintf(filout,
"%s</Icon>\n",indent);
◆ Read()
void KML_Icon::Read |
( |
FILE * |
fid, |
|
|
char * |
kstr |
|
) |
| |
|
virtual |
Implements KML_Object.
Definition at line 115 of file KML_Icon.cpp.
130 if (!strncmp(kstri,
"</Icon", 6)) {
131 xDelete<char>(kstri);
134 else if (!strncmp(kstri,
"</",2))
135 {
_error_(
"KML_Icon::Read -- Unexpected closing tag " << kstri <<
".\n");}
136 else if (strncmp(kstri,
"<",1))
137 {
_error_(
"KML_Icon::Read -- Unexpected field \"" << kstri <<
"\".\n");}
139 else if (!strcmp(kstri,
"<href>"))
141 else if (!strcmp(kstri,
"<refreshMode>"))
143 else if (!strcmp(kstri,
"<refreshInterval>"))
145 else if (!strcmp(kstri,
"<viewRefreshMode>"))
147 else if (!strcmp(kstri,
"<viewRefreshTime>"))
149 else if (!strcmp(kstri,
"<viewBoundScale>"))
151 else if (!strcmp(kstri,
"<viewFormat>"))
153 else if (!strcmp(kstri,
"<httpQuery>"))
156 else if (!strncmp(kstri,
"<",1))
159 xDelete<char>(kstri);
164 for(ncom=ncom; ncom>0; ncom--)
165 xDelete<char>(pcom[ncom-1]);
166 xDelete<char*>(pcom);
◆ Id()
int KML_Icon::Id |
( |
void |
| ) |
|
|
inlinevirtual |
◆ ObjectEnum()
int KML_Icon::ObjectEnum |
( |
void |
| ) |
|
|
inlinevirtual |
◆ copy()
Object* KML_Icon::copy |
( |
void |
| ) |
|
|
inlinevirtual |
◆ Marshall()
void KML_Icon::Marshall |
( |
char ** |
pmarshalled_data, |
|
|
int * |
pmarshalled_data_size, |
|
|
int |
marshall_direction |
|
) |
| |
|
inlinevirtual |
◆ href
◆ refmode
◆ refint
◆ vrefmode
◆ vreftime
◆ vboundsc
◆ vformat
◆ hquery
The documentation for this class was generated from the following files: