![]() |
Ice Sheet System Model
4.18
Code documentation
|
#include <KML_Feature.h>
Public Member Functions | |
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 | 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 () |
Data Fields | |
char | name [KML_FEATURE_NAME_LENGTH+1] |
bool | visibility |
bool | open |
char | snippet [KML_FEATURE_SNIPPET_LENGTH+1] |
char | descript [KML_FEATURE_DESCRIPT_LENGTH+1] |
char | styleurl [KML_FEATURE_STYLEURL_LENGTH+1] |
DataSet * | style |
![]() | |
DataSet * | attrib |
DataSet * | commnt |
DataSet * | kmlobj |
Definition at line 21 of file KML_Feature.h.
KML_Feature::KML_Feature | ( | ) |
Definition at line 29 of file KML_Feature.cpp.
KML_Feature::~KML_Feature | ( | ) |
Definition at line 42 of file KML_Feature.cpp.
|
virtual |
Reimplemented from KML_Object.
Reimplemented in KML_Placemark, KML_Overlay, KML_GroundOverlay, and KML_Folder.
Definition at line 53 of file KML_Feature.cpp.
|
virtual |
Reimplemented from KML_Object.
Reimplemented in KML_Placemark, KML_Overlay, KML_GroundOverlay, and KML_Folder.
Definition at line 70 of file KML_Feature.cpp.
|
virtual |
Reimplemented from KML_Object.
Reimplemented in KML_Placemark, KML_Overlay, KML_GroundOverlay, and KML_Folder.
Definition at line 79 of file KML_Feature.cpp.
|
virtual |
Implements KML_Object.
Reimplemented in KML_Placemark, KML_Overlay, KML_GroundOverlay, and KML_Folder.
Definition at line 111 of file KML_Feature.cpp.
|
virtual |
Implements KML_Object.
Reimplemented in KML_Placemark, KML_Overlay, KML_GroundOverlay, and KML_Folder.
Definition at line 141 of file KML_Feature.cpp.
|
inlinevirtual |
Implements Object.
Reimplemented in KML_Placemark, KML_Overlay, KML_GroundOverlay, and KML_Folder.
Definition at line 43 of file KML_Feature.h.
|
inlinevirtual |
Implements Object.
Reimplemented in KML_Placemark, KML_Overlay, KML_GroundOverlay, and KML_Folder.
Definition at line 44 of file KML_Feature.h.
|
inlinevirtual |
Implements Object.
Reimplemented in KML_Placemark, KML_Overlay, KML_GroundOverlay, and KML_Folder.
Definition at line 45 of file KML_Feature.h.
|
inlinevirtual |
Implements Object.
Reimplemented in KML_Placemark, KML_Overlay, KML_GroundOverlay, and KML_Folder.
Definition at line 46 of file KML_Feature.h.
char KML_Feature::name[KML_FEATURE_NAME_LENGTH+1] |
Definition at line 25 of file KML_Feature.h.
bool KML_Feature::visibility |
Definition at line 26 of file KML_Feature.h.
bool KML_Feature::open |
Definition at line 27 of file KML_Feature.h.
char KML_Feature::snippet[KML_FEATURE_SNIPPET_LENGTH+1] |
Definition at line 28 of file KML_Feature.h.
char KML_Feature::descript[KML_FEATURE_DESCRIPT_LENGTH+1] |
Definition at line 29 of file KML_Feature.h.
char KML_Feature::styleurl[KML_FEATURE_STYLEURL_LENGTH+1] |
Definition at line 30 of file KML_Feature.h.
DataSet* KML_Feature::style |
Definition at line 31 of file KML_Feature.h.