osgEarth 2.1.1
|
Public Member Functions | |
optional< URI > & | defaultIconURI () |
const optional< URI > & | defaultIconURI () const |
osg::ref_ptr< osg::Image > & | defaultIconImage () |
const osg::ref_ptr< osg::Image > & | defaultIconImage () const |
osg::ref_ptr< TextSymbol > & | defaultTextSymbol () |
const osg::ref_ptr< TextSymbol > & | defaultTextSymbol () const |
KMLOptions () | |
Protected Attributes | |
optional< URI > | _defaultIconURI |
osg::ref_ptr< osg::Image > | _defaultIconImage |
osg::ref_ptr< TextSymbol > | _defaultTextSymbol |
Definition at line 32 of file KMLOptions.
osgEarth::Drivers::KMLOptions::KMLOptions | ( | ) | [inline] |
Definition at line 49 of file KMLOptions.
{ }
osg::ref_ptr<osg::Image>& osgEarth::Drivers::KMLOptions::defaultIconImage | ( | ) | [inline] |
The default image to use for placemarks that don't specify an icon (you can use this instead of the icon uri.) NOT Serializable.
Definition at line 41 of file KMLOptions.
{ return _defaultIconImage; }
const osg::ref_ptr<osg::Image>& osgEarth::Drivers::KMLOptions::defaultIconImage | ( | ) | const [inline] |
Definition at line 42 of file KMLOptions.
{ return _defaultIconImage; }
Definition at line 37 of file KMLOptions.
{ return _defaultIconURI; }
The default URI to use for placemarks that don't specify an icon.
Definition at line 36 of file KMLOptions.
{ return _defaultIconURI; }
const osg::ref_ptr<TextSymbol>& osgEarth::Drivers::KMLOptions::defaultTextSymbol | ( | ) | const [inline] |
Definition at line 46 of file KMLOptions.
{ return _defaultTextSymbol; }
osg::ref_ptr<TextSymbol>& osgEarth::Drivers::KMLOptions::defaultTextSymbol | ( | ) | [inline] |
TextSymbol to use when no styles are set in the KML.
Definition at line 45 of file KMLOptions.
{ return _defaultTextSymbol; }
osg::ref_ptr<osg::Image> osgEarth::Drivers::KMLOptions::_defaultIconImage [protected] |
Definition at line 53 of file KMLOptions.
optional<URI> osgEarth::Drivers::KMLOptions::_defaultIconURI [protected] |
Definition at line 52 of file KMLOptions.
osg::ref_ptr<TextSymbol> osgEarth::Drivers::KMLOptions::_defaultTextSymbol [protected] |
Definition at line 54 of file KMLOptions.