昊昊 发表于 2021-5-21 09:14:43

有关老版osgEarth中的osgEarth::Features::FeatureCursor类

有关老版osgEarth中的osgEarth::Features::FeatureCursor类,osgEarth2.10中什么类可以实现这个类的功能,我想使用其中的函数

昊昊 发表于 2021-5-21 09:54:15

osg::ref_ptr<osgEarth::Features::FeatureSource> features = osgEarth::Features::FeatureSourceFactory::create(ogrOpt);
osg::ref_ptr<osgEarth::Features::FeatureCursor> cursor = features->createFeatureCursor();
第二行 features->createFeatureCursor()的 ->报错,没有与参数类型匹配的重载函数实例
页: [1]
查看完整版本: 有关老版osgEarth中的osgEarth::Features::FeatureCursor类