FDO API Reference Feature Data Objects
Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

FdoFeatureClassCollection Class Reference

#include <FeatureClassCollection.h>

Inherits FdoSchemaCollection< FdoFeatureClass >.

Inheritance diagram for FdoFeatureClassCollection:

[legend]
List of all members.

Detailed Description

The FdoFeatureClassCollection class represents a collection of FdoFeatureClasse objects.

Definition at line 30 of file FeatureClassCollection.h.


Static Public Member Functions

FDO_API FdoFeatureClassCollectionCreate (FdoSchemaElement *parent)
 Constructs an instance of an FdoFeatureClassCollection using the specified argument.

Protected Member Functions

virtual void Dispose ()
 Dispose this object.
 FdoFeatureClassCollection (FdoSchemaElement *parent)
 Constructs an instance of a FeatureClassCollection using the specified argument.
virtual ~FdoFeatureClassCollection ()

Constructor & Destructor Documentation

FdoFeatureClassCollection::FdoFeatureClassCollection FdoSchemaElement parent  )  [inline, protected]
 

Constructs an instance of a FeatureClassCollection using the specified argument.

Definition at line 35 of file FeatureClassCollection.h.

virtual FdoFeatureClassCollection::~FdoFeatureClassCollection  )  [inline, protected, virtual]
 

Definition at line 39 of file FeatureClassCollection.h.


Member Function Documentation

FDO_API FdoFeatureClassCollection* FdoFeatureClassCollection::Create FdoSchemaElement parent  )  [static]
 

Constructs an instance of an FdoFeatureClassCollection using the specified argument.

Parameters:
parent Input parent
Returns:
Returns FdoFeatureClassCollection

virtual void FdoFeatureClassCollection::Dispose  )  [inline, protected, virtual]
 

Dispose this object.

Returns:
Returns nothing

Implements FdoIDisposable.

Definition at line 43 of file FeatureClassCollection.h.


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