| FDO API Reference | Feature Data Objects |
#include <ClassMapping.h>
Inherits FdoPhysicalClassMapping.
Inheritance diagram for FdoXmlClassMapping:

Definition at line 32 of file ClassMapping.h.
Public Member Functions | |
| FDO_API FdoXmlElementMappingCollection * | GetElementMappings () |
| Gets the mappings between GML elements for this class's properties and their Fdo Classes. | |
| FDO_API FdoString * | GetGmlName () |
| Gets the name of the class's corresponding GML complexType. | |
| FDO_API FdoString * | GetWkBaseName () |
| Gets the most specialized well-known base type. | |
| FDO_API FdoString * | GetWkSchemaName () |
| Gets the schema containing most specialized well-known base type. | |
Static Public Member Functions | |
| static FDO_API FdoXmlClassMapping * | Create (FdoString *name, FdoString *gmlName, FdoString *wkBaseName, FdoString *wkSchemaName=L"") |
| Constructs an object describing the GML-FDO mappings for an FDO class. | |
| Comments or suggestions? Send us feedback. |