osgEarth 2.1.1
|
Public Member Functions | |
virtual osgEarth::Features::FeatureCursor * | createCursor ()=0 |
virtual int | getRevision () const =0 |
Protected Member Functions | |
FeatureDataSet () |
Source for (possibly dynamic) feature data that is to be symbolized.
Definition at line 30 of file FeatureDataSet.
FeatureDataSet::FeatureDataSet | ( | ) | [protected] |
Definition at line 24 of file FeatureDataSet.cpp.
{
//nop
}
virtual osgEarth::Features::FeatureCursor* osgEarth::Symbology::FeatureDataSet::createCursor | ( | ) | [pure virtual] |
Creates and returns an iterator that the caller can use to access each of the Features in this dataset. Caller is responsible for the return object.
Implemented in osgEarth::Symbology::FeatureDataSetAdapter.
virtual int osgEarth::Symbology::FeatureDataSet::getRevision | ( | ) | const [pure virtual] |
Gets the revision number of the dataset. Caller can use this is detect whether it is up to date with the latest version of the data set.
Implemented in osgEarth::Symbology::FeatureDataSetAdapter.