| 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 | |
| virtual void | _writeXml (FdoXmlWriter *xmlWriter, const FdoXmlFlags *flags) |
| DOXYGEN-IGNORE Writes this XML Class Mapping to XML. Called when the element is serialized to XML. | |
| 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 | |
| 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. | |
Protected Member Functions | |
| virtual void | Dispose () |
| Dispose this object. | |
| FdoXmlClassMapping (FdoString *name, FdoString *gmlName, FdoString *wkBaseName, FdoString *wkSchemaName) | |
| FdoXmlClassMapping () | |
| DOXYGEN-IGNORE | |
| virtual void | InitFromXml (FdoXmlSaxContext *pContext, FdoXmlAttributeCollection *attrs) |
| Functions for XML support Initializes this Xml Class Mapping from its XML attributes. Called when the element is deserialized from XML. | |
| virtual | ~FdoXmlClassMapping () |
|
|
DOXYGEN-IGNORE
Definition at line 116 of file ClassMapping.h. |
|
||||||||||||||||||||
|
|
|
|
|
|
||||||||||||
|
DOXYGEN-IGNORE Writes this XML Class Mapping to XML. Called when the element is serialized to XML.
Reimplemented from FdoPhysicalClassMapping. |
|
||||||||||||||||||||
|
Constructs an object describing the GML-FDO mappings for an FDO class.
|
|
|
Dispose this object.
Implements FdoIDisposable. |
|
|
Gets the mappings between GML elements for this class's properties and their Fdo Classes.
|
|
|
Gets the name of the class's corresponding GML complexType.
|
|
|
Gets the most specialized well-known base type.
|
|
|
Gets the schema containing most specialized well-known base type.
|
|
||||||||||||
|
Functions for XML support Initializes this Xml Class Mapping from its XML attributes. Called when the element is deserialized from XML.
Reimplemented from FdoPhysicalClassMapping. |
| Comments or suggestions? Send us feedback. |