osgEarth 2.1.1
|
#include <osgEarth/Registry>
#include <osgEarth/FileUtils>
#include <osgEarthFeatures/FeatureSource>
#include <osgEarthFeatures/Filter>
#include <osgEarthFeatures/BufferFilter>
#include <osgEarthFeatures/ScaleFilter>
#include "OGRFeatureOptions"
#include "FeatureCursorOGR"
#include <osgEarthFeatures/OgrUtils>
#include <osg/Notify>
#include <osgDB/FileNameUtils>
#include <osgDB/FileUtils>
#include <list>
#include <ogr_api.h>
Go to the source code of this file.
Classes | |
class | OGRFeatureSource |
class | OGRFeatureSourceFactory |
Defines | |
#define | LC "[OGR FeatureSource] " |
#define | OGR_SCOPED_LOCK GDAL_SCOPED_LOCK |
#define LC "[OGR FeatureSource] " |
Definition at line 35 of file FeatureSourceOGR.cpp.
#define OGR_SCOPED_LOCK GDAL_SCOPED_LOCK |
Definition at line 41 of file FeatureSourceOGR.cpp.