FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Commands::Schema::PhysicalPropertyMapping:
Public Member Functions | |
System::Void | InitFromXml (OSGeo::FDO::Common::Xml::XmlSaxContext *context, OSGeo::FDO::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 (OSGeo::FDO::Common::Xml::XmlWriter *xmlWriter, 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.
Note: Schema Override elements that do not require name encoding should be based on PhysicalElementMapping instead of this class. | |
Protected Member Functions | |
PhysicalPropertyMapping (System::IntPtr unmanaged, System::Boolean autoDelete) | |
DOXYGEN-IGNORE |
|
DOXYGEN-IGNORE
|
|
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.
Reimplemented from OSGeo::FDO::Commands::Schema::PhysicalElementMapping. |
|
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. Note: Schema Override elements that do not require name encoding should be based on PhysicalElementMapping instead of this class.
Reimplemented from OSGeo::FDO::Commands::Schema::PhysicalElementMapping. |
Comments or suggestions? Send us feedback. |