#include <KML_Style.h>
|
| KML_Style () |
|
| ~KML_Style () |
|
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_StyleSelector () |
|
| ~KML_StyleSelector () |
|
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 () |
|
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 16 of file KML_Style.h.
◆ KML_Style()
◆ ~KML_Style()
KML_Style::~KML_Style |
( |
| ) |
|
◆ Echo()
void KML_Style::Echo |
( |
void |
| ) |
|
|
virtual |
◆ DeepEcho() [1/2]
void KML_Style::DeepEcho |
( |
void |
| ) |
|
|
virtual |
◆ DeepEcho() [2/2]
void KML_Style::DeepEcho |
( |
const char * |
indent | ) |
|
|
virtual |
Reimplemented from KML_Object.
Definition at line 89 of file KML_Style.cpp.
94 if(flag)
_printf0_(indent <<
"KML_Style:\n");
97 memcpy(indent2,indent,(strlen(indent)+1)*
sizeof(
char));
◆ Write()
void KML_Style::Write |
( |
FILE * |
fid, |
|
|
const char * |
indent |
|
) |
| |
|
virtual |
Implements KML_Object.
Definition at line 128 of file KML_Style.cpp.
132 fprintf(filout,
"%s<Style",indent);
134 fprintf(filout,
">\n");
139 memcpy(indent2,indent,(strlen(indent)+1)*
sizeof(
char));
156 fprintf(filout,
"%s</Style>\n",indent);
◆ Read()
void KML_Style::Read |
( |
FILE * |
fid, |
|
|
char * |
kstr |
|
) |
| |
|
virtual |
Implements KML_Object.
Definition at line 161 of file KML_Style.cpp.
176 if (!strncmp(kstri,
"</Style", 7)) {
177 xDelete<char>(kstri);
180 else if (!strncmp(kstri,
"</",2))
181 {
_error_(
"KML_Style::Read -- Unexpected closing tag " << kstri <<
".\n");}
182 else if (strncmp(kstri,
"<",1))
183 {
_error_(
"KML_Style::Read -- Unexpected field \"" << kstri <<
"\".\n");}
195 else if (!strncmp(kstri,
"<LineStyle",10)) {
200 else if (!strncmp(kstri,
"<PolyStyle",10)) {
215 else if (!strncmp(kstri,
"<",1))
218 xDelete<char>(kstri);
223 for(ncom=ncom; ncom>0; ncom--)
224 xDelete<char>(pcom[ncom-1]);
225 xDelete<char*>(pcom);
◆ Id()
int KML_Style::Id |
( |
void |
| ) |
|
|
inlinevirtual |
◆ ObjectEnum()
int KML_Style::ObjectEnum |
( |
void |
| ) |
|
|
inlinevirtual |
◆ copy()
Object* KML_Style::copy |
( |
void |
| ) |
|
|
inlinevirtual |
◆ Marshall()
void KML_Style::Marshall |
( |
char ** |
pmarshalled_data, |
|
|
int * |
pmarshalled_data_size, |
|
|
int |
marshall_direction |
|
) |
| |
|
inlinevirtual |
◆ icon
◆ label
◆ line
◆ poly
◆ balloon
◆ list
The documentation for this class was generated from the following files: