| FDO API Reference | Feature Data Objects |
#include <FdoStd.h>
#include <Fdo/Schema/ClassDefinition.h>
#include <Fdo/Schema/GeometricPropertyDefinition.h>
#include <Fdo/Schema/ClassType.h>
Include dependency graph for FeatureClass.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | FdoFeatureClass |
| The FdoFeatureClass class can be used to represent spatial or non-spatial features. Spatial features must have at lease one geometric property. The FdoFeatureClass type has one pre-defined base property "Bounds". The "Bounds" read-only property can be used to get the geometric boundary of the spatial feature. The value of this property will be null if the feature is not a spatial feature. More... | |
Typedefs | |
| typedef FdoPtr< FdoFeatureClass > | FdoFeatureClassP |
| FdoFeatureClassP is a FdoPtr on FdoFeatureClass, provided for convenience. | |
| Comments or suggestions? Send us feedback. |