FDO API Reference Feature Data Objects

FdoClass Class Reference

#include <Class.h>

Inherits FdoClassDefinition.

Inheritance diagram for FdoClass:

Inheritance graph
[legend]
List of all members.

Detailed Description

The FdoClass class derives from FdoClassDefinition and can be used to represent any type of non-spatial data within a feature schema. Typically, classes are used in the feature schema to define complex properties of other feature types by containment. However, they can also be used at global scope and instances can be created, deleted, updated, and selected through FDO commands. The Class type does not pre-define any base properties.

Definition at line 36 of file Class.h.


Public Member Functions

virtual FDO_API FdoClassType GetClassType ()
 Gets the concrete class type.

Static Public Member Functions

static FDO_API FdoClassCreate (FdoString *name, FdoString *description)
 Constructs an instance of an FdoClass using the specified arguments.
static FDO_API FdoClassCreate ()
 Constructs a default instance of an FdoClass.

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.