osgEarth 2.1.1
|
Public Member Functions | |
virtual void | parseCoords (const Config &conf, KMLContext &cx) |
Definition at line 26 of file KML_LineString.
void KML_LineString::parseCoords | ( | const Config & | conf, |
KMLContext & | cx | ||
) | [virtual] |
Reimplemented from KML_Geometry.
Definition at line 22 of file KML_LineString.cpp.
{ _geom = new LineString(); KML_Geometry::parseCoords( conf, cx ); }