FDO API Reference Feature Data Objects

PhysicalPropertyMapping Class Reference

List of all members.

Detailed Description

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


Public Member Functions

System::Void InitFromXml (NAMESPACE_OSGEO_COMMON_XML::XmlSaxContext *context, NAMESPACE_OSGEO_COMMON_XML::XmlAttributeCollection *attributes)
 Initializes this Physical Property Mapping from its XML attributes. Called when this element is deserialized from XML. This function decodes any encoded property names (See _writeXml). 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 Physical Property Mapping to XML. Called when this element is serialized to XML. This function converts (encodes) property names to be valid XML element names. Can be extended to handle particular XML attributes and sub-elements for derived classes.

Protected Member Functions

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

Comments or suggestions? Send us feedback.