osgEarth 2.1.1
|
#include <osgEarthFeatures/Common>
#include <osgEarthSymbology/Geometry>
#include <osgEarthSymbology/Style>
#include <osgEarth/SpatialReference>
#include <osg/Array>
#include <map>
#include <list>
Go to the source code of this file.
Classes | |
class | osgEarth::Features::FeatureProfile |
struct | osgEarth::Features::AttributeValueUnion |
struct | osgEarth::Features::AttributeValue |
class | osgEarth::Features::Feature |
Namespaces | |
namespace | osgEarth |
namespace | osgEarth::Features |
Defines | |
#define | OSGEARTHFEATURES_FEATURE_H 1 |
Typedefs | |
typedef std::map< std::string, AttributeValue > | osgEarth::Features::AttributeTable |
typedef unsigned long | osgEarth::Features::FeatureID |
typedef std::map< std::string, AttributeType > | osgEarth::Features::FeatureSchema |
typedef std::list < osg::ref_ptr< Feature > > | osgEarth::Features::FeatureList |
Enumerations | |
enum | osgEarth::Features::AttributeType { osgEarth::Features::ATTRTYPE_UNSPECIFIED, osgEarth::Features::ATTRTYPE_STRING, osgEarth::Features::ATTRTYPE_INT, osgEarth::Features::ATTRTYPE_DOUBLE, osgEarth::Features::ATTRTYPE_BOOL } |