FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Commands::Schema::PhysicalClassMapping Class Reference
[OSGeo::FDO::Commands::Schema]

Inherits OSGeo::FDO::Commands::Schema::PhysicalElementMapping.

Inherited by OSGeo::FDO::Xml::XmlClassMapping.

Inheritance diagram for OSGeo::FDO::Commands::Schema::PhysicalClassMapping:

Inheritance graph
[legend]
List of all members.

Detailed Description

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

()

Definition at line 42 of file mgPhysicalClassMapping.h.


Public Member Functions

System::Void InitFromXml (OSGeo::FDO::Common::Xml::XmlSaxContext *context, OSGeo::FDO::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 (OSGeo::FDO::Common::Xml::XmlWriter *xmlWriter, 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.

Comments or suggestions? Send us feedback.