![]() |
Ice Sheet System Model
4.18
Code documentation
|
#include <KML_Geometry.h>
Public Member Functions | |
KML_Geometry () | |
~KML_Geometry () | |
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 () |
Additional Inherited Members | |
![]() | |
DataSet * | attrib |
DataSet * | commnt |
DataSet * | kmlobj |
Definition at line 14 of file KML_Geometry.h.
KML_Geometry::KML_Geometry | ( | ) |
Definition at line 19 of file KML_Geometry.cpp.
KML_Geometry::~KML_Geometry | ( | ) |
Definition at line 25 of file KML_Geometry.cpp.
|
virtual |
Reimplemented from KML_Object.
Reimplemented in KML_Polygon, KML_Point, KML_MultiGeometry, KML_LineString, and KML_LinearRing.
Definition at line 33 of file KML_Geometry.cpp.
|
virtual |
Reimplemented from KML_Object.
Reimplemented in KML_Polygon, KML_Point, KML_MultiGeometry, KML_LineString, and KML_LinearRing.
Definition at line 40 of file KML_Geometry.cpp.
|
virtual |
Reimplemented from KML_Object.
Reimplemented in KML_Polygon, KML_Point, KML_MultiGeometry, KML_LineString, and KML_LinearRing.
Definition at line 49 of file KML_Geometry.cpp.
|
virtual |
Implements KML_Object.
Reimplemented in KML_Polygon, KML_Point, KML_MultiGeometry, KML_LineString, and KML_LinearRing.
Definition at line 56 of file KML_Geometry.cpp.
|
virtual |
Implements KML_Object.
Reimplemented in KML_Polygon, KML_Point, KML_MultiGeometry, KML_LineString, and KML_LinearRing.
Definition at line 63 of file KML_Geometry.cpp.
|
inlinevirtual |
Implements Object.
Reimplemented in KML_Polygon, KML_Point, KML_MultiGeometry, KML_LineString, and KML_LinearRing.
Definition at line 28 of file KML_Geometry.h.
|
inlinevirtual |
Implements Object.
Reimplemented in KML_Polygon, KML_Point, KML_MultiGeometry, KML_LineString, and KML_LinearRing.
Definition at line 29 of file KML_Geometry.h.
|
inlinevirtual |
Implements Object.
Reimplemented in KML_Polygon, KML_Point, KML_MultiGeometry, KML_LineString, and KML_LinearRing.
Definition at line 30 of file KML_Geometry.h.
|
inlinevirtual |
Implements Object.
Reimplemented in KML_Polygon, KML_Point, KML_MultiGeometry, KML_LineString, and KML_LinearRing.
Definition at line 31 of file KML_Geometry.h.