FdoFeatureSchemaCollection Class Reference

The FdoFeatureSchemaCollection class represents a collection of FdoFeatureSchema objects. More...

#include <FeatureSchemaCollection.h>

Inherits FdoSchemaCollection< FdoFeatureSchema >, FdoXmlDeserializable, and FdoXmlSerializable.

List of all members.


Public Member Functions

virtual FDO_API
FdoIDisposableCollection
FindClass (const wchar_t *className)
 Takes a qualified or unqualified class name and return a collection of class definitions that match the class name. For qualified name, the collection contains at most one class definition.
virtual FDO_API FdoXmlReaderGetFromExternalStylesheet ()
 Gets the stylesheet for converting a Feature Schema collection from external to internal XML format. The internal format is very similar to the Feature Schema class hierarchy. The external format is OGC GML.
virtual FDO_API FdoXmlReaderGetFromInternalStylesheet ()
 Gets the stylesheet for converting a Feature Schema collection from internal to external XML format. The internal format is very similar to the Feature Schema class hierarchy. The external format is OGC GML.
FDO_API
FdoPhysicalSchemaMappingCollection
GetXmlSchemaMappings ()
 Gets a Schema Mapping Collection that describes the mappings between the elements in the GML Schema that were read and the FDO Feature Schema Elements that were created. This function returns the Schema Mapping Collection generated by the last call to ReadXml(). The collection contains one FdoXmlSchemaMapping per schema that was read.

Static Public Member Functions

static FDO_API
FdoFeatureSchemaCollection
Create (FdoSchemaElement *parent)
 Constructs an instance of an FdoFeatureSchemaCollection using the specified argument.

Detailed Description

The FdoFeatureSchemaCollection class represents a collection of FdoFeatureSchema objects.

Definition at line 36 of file FeatureSchemaCollection.h.


The documentation for this class was generated from the following file: