FDO API Reference Feature Data Objects

FdoXmlClassMapping Class Reference

#include <ClassMapping.h>

Inherits FdoPhysicalClassMapping.

Inheritance diagram for FdoXmlClassMapping:

Inheritance graph
[legend]
List of all members.

Detailed Description

FdoXmlClassMapping describes GML to FDO mappings for a particular FDO class Only mappings that cannot be represented in FDO are described.

Definition at line 32 of file ClassMapping.h.


Public Member Functions

virtual void _writeXml (FdoXmlWriter *xmlWriter, const FdoXmlFlags *flags)
 Writes this XML Class Mapping to XML. Called when the element is serialized to XML.
FDO_API FdoXmlElementMappingCollectionGetElementMappings ()
 Gets the mappings between GML elements for this class's properties and their Fdo Classes.
FDO_API FdoStringGetGmlName ()
 Gets the name of the class's corresponding GML complexType.
FDO_API FdoStringGetWkBaseName ()
 Gets the most specialized well-known base type.
FDO_API FdoStringGetWkSchemaName ()
 Gets the schema containing most specialized well-known base type.

Static Public Member Functions

static FDO_API FdoXmlClassMappingCreate (FdoString *name, FdoString *gmlName, FdoString *wkBaseName, FdoString *wkSchemaName=L"")
 Constructs an object describing the GML-FDO mappings for an FDO class.

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