FDO API Reference Feature Data Objects

PhysicalClassMapping Class Reference

List of all members.

Detailed Description

FdoPhysicalClassMapping is an abstract class that acts as a base class for all Physical Schema Mapping class overrides.


Public Member Functions

System::Void InitFromXml (NAMESPACE_OSGEO_COMMON_XML::XmlSaxContext *context, NAMESPACE_OSGEO_COMMON_XML::XmlAttributeCollection *attributes)
 Initializes this class from its XML attributes. Called when the class is deserialized from XML. This function decodes any encoded class names (See _writeXml) and strips off the "Type" suffix if present. Can be extended to handle particular XML attributes for derived classes.
System::Void WriteXml (NAMESPACE_OSGEO_COMMON_XML::XmlWriter *xmlWriter, NAMESPACE_OSGEO_FDO_XML::XmlFlags *flags)
 Writes this class to XML. Called when the class is serialized to XML. This function converts (encodes) class names to be valid XML element names and appends the "Type" suffix to the name. Can be extended to handle particular XML attributes for derived classes.

Protected Member Functions

 PhysicalClassMapping (System::IntPtr unmanaged, System::Boolean autoDelete)

Comments or suggestions? Send us feedback.