#include "GeoCore.h"
#include "BRect.h"
#include "BString.h"
#include "BGeometry.h"
#include "BVariant.h"
#include "BAttributes.h"
#include "BRendition.h"
#include "BMetadataContainer.h"
#include "FeatureType.h"
#include "boost/shared_ptr.hpp"
#include <vector>
Namespaces | |
| namespace | GeoCore |
Classes | |
| class | BFeature |
| Represents a single feature in a layer. More... | |
Typedefs | |
| typedef boost::shared_ptr < BFeature > | BFeaturePtr |
| Defines a shared pointer that can be used to reference a BFeature. | |
| typedef std::vector < BFeaturePtr > | BFeaturePtrVector |
| Defines a collection of BFeaturePtr objects. | |