#include <KML_GroundOverlay.h>
|
| KML_GroundOverlay () |
|
| ~KML_GroundOverlay () |
|
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_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_GroundOverlay.h.
◆ KML_GroundOverlay()
KML_GroundOverlay::KML_GroundOverlay |
( |
| ) |
|
◆ ~KML_GroundOverlay()
KML_GroundOverlay::~KML_GroundOverlay |
( |
| ) |
|
◆ Echo()
void KML_GroundOverlay::Echo |
( |
void |
| ) |
|
|
virtual |
◆ DeepEcho() [1/2]
void KML_GroundOverlay::DeepEcho |
( |
void |
| ) |
|
|
virtual |
◆ DeepEcho() [2/2]
void KML_GroundOverlay::DeepEcho |
( |
const char * |
indent | ) |
|
|
virtual |
◆ Write()
void KML_GroundOverlay::Write |
( |
FILE * |
fid, |
|
|
const char * |
indent |
|
) |
| |
|
virtual |
Reimplemented from KML_Feature.
Definition at line 78 of file KML_GroundOverlay.cpp.
82 fprintf(filout,
"%s<GroundOverlay",indent);
84 fprintf(filout,
">\n");
89 memcpy(indent2,indent,(strlen(indent)+1)*
sizeof(
char));
93 fprintf(filout,
"%s <altitude>%0.16g</altitude>\n",indent,
altitude);
94 fprintf(filout,
"%s <altitudeMode>%s</altitudeMode>\n",indent,
altmode);
98 fprintf(filout,
"%s</GroundOverlay>\n",indent);
◆ Read()
void KML_GroundOverlay::Read |
( |
FILE * |
fid, |
|
|
char * |
kstr |
|
) |
| |
|
virtual |
Reimplemented from KML_Feature.
Definition at line 103 of file KML_GroundOverlay.cpp.
118 if (!strncmp(kstri,
"</GroundOverlay",15)) {
119 xDelete<char>(kstri);
122 else if (!strncmp(kstri,
"</",2))
123 {
_error_(
"KML_GroundOverlay::Read -- Unexpected closing tag " << kstri <<
".\n");}
124 else if (strncmp(kstri,
"<",1))
125 {
_error_(
"KML_GroundOverlay::Read -- Unexpected field \"" << kstri <<
"\".\n");}
127 else if (!strcmp(kstri,
"<altitude>"))
131 else if (!strcmp(kstri,
"<altitudeMode>"))
135 else if (!strncmp(kstri,
"<LatLonBox",10)) {
140 else if (!strncmp(kstri,
"<",1))
143 xDelete<char>(kstri);
148 for(ncom=ncom; ncom>0; ncom--)
149 xDelete<char>(pcom[ncom-1]);
150 xDelete<char*>(pcom);
◆ Id()
int KML_GroundOverlay::Id |
( |
void |
| ) |
|
|
inlinevirtual |
◆ ObjectEnum()
int KML_GroundOverlay::ObjectEnum |
( |
void |
| ) |
|
|
inlinevirtual |
◆ copy()
Object* KML_GroundOverlay::copy |
( |
void |
| ) |
|
|
inlinevirtual |
◆ Marshall()
void KML_GroundOverlay::Marshall |
( |
char ** |
pmarshalled_data, |
|
|
int * |
pmarshalled_data_size, |
|
|
int |
marshall_direction |
|
) |
| |
|
inlinevirtual |
◆ altitude
double KML_GroundOverlay::altitude |
◆ altmode
◆ llbox
The documentation for this class was generated from the following files: