List of all members.
Detailed Description
Definition at line 34 of file KML.
Member Function Documentation
Loads KML from a URI.
Definition at line 40 of file KML.
{
if ( !mapNode ) {
OE_WARN << LC << "MapNode instance required" << std::endl;
return 0L;
}
osg::ref_ptr<osgDB::Options> options = Registry::instance()->cloneOrCreateOptions();
options->setPluginData( "osgEarth::MapNode", mapNode );
options->setPluginData( "osgEarth::KMLOptions", (void*)&kmlOptions );
return uri.readNode( options.get() );
}
The documentation for this class was generated from the following file:
- /home/cube/sources/osgearth/src/osgEarthDrivers/kml/KML