#include <KML_Overlay.h>
|
| KML_Overlay () |
|
| ~KML_Overlay () |
|
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_Feature () |
|
| ~KML_Feature () |
|
| 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 17 of file KML_Overlay.h.
◆ KML_Overlay()
KML_Overlay::KML_Overlay |
( |
| ) |
|
Definition at line 20 of file KML_Overlay.cpp.
22 strcpy(
color ,
"ffffffff");
23 memcpy(
color,
"ffffffff",(strlen(
"ffffffff")+1)*
sizeof(
char));
◆ ~KML_Overlay()
KML_Overlay::~KML_Overlay |
( |
| ) |
|
◆ Echo()
void KML_Overlay::Echo |
( |
void |
| ) |
|
|
virtual |
◆ DeepEcho() [1/2]
void KML_Overlay::DeepEcho |
( |
void |
| ) |
|
|
virtual |
◆ DeepEcho() [2/2]
void KML_Overlay::DeepEcho |
( |
const char * |
indent | ) |
|
|
virtual |
◆ Write()
void KML_Overlay::Write |
( |
FILE * |
fid, |
|
|
const char * |
indent |
|
) |
| |
|
virtual |
Reimplemented from KML_Feature.
Definition at line 74 of file KML_Overlay.cpp.
80 memcpy(indent2,indent,(strlen(indent)+1)*
sizeof(
char));
85 fprintf(filout,
"%s <color>%s</color>\n",indent,
color);
86 fprintf(filout,
"%s <drawOrder>%d</drawOrder>\n",indent,
draword);
◆ Read()
void KML_Overlay::Read |
( |
FILE * |
fid, |
|
|
char * |
kstr |
|
) |
| |
|
virtual |
Reimplemented from KML_Feature.
Definition at line 93 of file KML_Overlay.cpp.
97 if (!strncmp(kstr,
"</Overlay", 9)) {
101 else if (!strncmp(kstr,
"</",2))
102 {
_error_(
"KML_Overlay::Read -- Unexpected closing tag " << kstr <<
".\n");}
103 else if (strncmp(kstr,
"<",1))
104 {
_error_(
"KML_Overlay::Read -- Unexpected field \"" << kstr <<
"\".\n");}
106 else if (!strcmp(kstr,
"<color>"))
110 else if (!strcmp(kstr,
"<drawOrder>"))
115 else if (!strncmp(kstr,
"<Icon", 5)) {
120 else if (!strncmp(kstr,
"<",1))
◆ Id()
int KML_Overlay::Id |
( |
void |
| ) |
|
|
inlinevirtual |
◆ ObjectEnum()
int KML_Overlay::ObjectEnum |
( |
void |
| ) |
|
|
inlinevirtual |
◆ copy()
Object* KML_Overlay::copy |
( |
void |
| ) |
|
|
inlinevirtual |
◆ Marshall()
void KML_Overlay::Marshall |
( |
char ** |
pmarshalled_data, |
|
|
int * |
pmarshalled_data_size, |
|
|
int |
marshall_direction |
|
) |
| |
|
inlinevirtual |
◆ color
◆ draword
◆ icon
The documentation for this class was generated from the following files: