| FDO API Reference | Feature Data Objects |
#include <FeatureClass.h>
Inherits FdoClassDefinition.
Inherited by FdoNetworkFeatureClass.
Inheritance diagram for FdoFeatureClass:

Definition at line 37 of file FeatureClass.h.
Public Member Functions | |
| virtual FDO_API FdoClassType | GetClassType () |
| Gets the concrete class type. | |
| FDO_API FdoGeometricPropertyDefinition * | GetGeometryProperty () |
| Gets the geometric property that defines the geometry for this spatial feature class. | |
| FDO_API void | SetGeometryProperty (FdoGeometricPropertyDefinition *value) |
| Sets the geometric property that defines the geometry for this spatial feature class. The specified FdoGeometricPropertyDefinition must be a member of either the FdoClassDefinition.GetBaseProperties or FdoClassDefinition.GetProperties collection. | |
Static Public Member Functions | |
| static FDO_API FdoFeatureClass * | Create (FdoString *name, FdoString *description) |
| Constructs an instance of an FdoFeatureClass using the specified arguments. | |
| static FDO_API FdoFeatureClass * | Create () |
| Constructs a default instance of an FdoFeatureClass. | |
Friends | |
| class | FdoSchemaCollection |
| Comments or suggestions? Send us feedback. |