FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Schema::Class Class Reference
[OSGeo::FDO::Schema]

Inherits OSGeo::FDO::Schema::ClassDefinition.

Inheritance diagram for OSGeo::FDO::Schema::Class:

Inheritance graph
[legend]
List of all members.

Detailed Description

Class derives ClassDefinition 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 37 of file mgClass.h.


Public Member Functions

 Class (System::IntPtr unmanaged, System::Boolean autoDelete)
 Constructs an FDO Class object based on an unmanaged instance of the object.
 Class (System::String *name, System::String *description)
 Constructs an instance of an FDO Class using the specified arguments.
 Class ()
 Constructs a default instance of an Class.
__property OSGeo::FDO::Schema::ClassType get_ClassType ()
 Gets the concrete FDO class type.

Comments or suggestions? Send us feedback.