FDO .NET API Reference Feature Data Objects

mgIPhysicalElementMapping.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Namespaces

namespace  OSGeo
namespace  OSGeo::FDO
namespace  OSGeo::FDO::Commands
namespace  OSGeo::FDO::Commands::Schema
namespace  OSGeo::FDO::Common
namespace  OSGeo::FDO::Common::Xml
namespace  OSGeo::FDO::Xml

Functions

OSGeo::FDO::Common::Xml::IXmlSaxHandlerOSGeo::FDO::Commands::Schema::ChoiceSubElementError (OSGeo::FDO::Common::Xml::XmlSaxContext *context, System::String *parentElement, OSGeo::FDO::Common::StringCollection *subElements)
 Error reporting function that are not yet part of the supported FDO API. Return a XmlSkipElementHandler, which can be used to skip over the element in error.
OSGeo::FDO::Common::Xml::IXmlSaxHandlerOSGeo::FDO::Commands::Schema::DuplicateSubElementError (OSGeo::FDO::Common::Xml::XmlSaxContext *context, System::String *parentElement, System::String *subElement, System::String *subElementName)
 Error reporting function that are not yet part of the supported FDO API. Return a XmlSkipElementHandler, which can be used to skip over the element in error.
__property System::Boolean OSGeo::FDO::Commands::Schema::get_CanSetName ()
 Indicates whether the name of the Element can be changed once it has been created.
__property System::String * OSGeo::FDO::Commands::Schema::get_Name ()
 Gets the fully qualified name of this element.
__property System::String * OSGeo::FDO::Commands::Schema::get_QualifiedName ()
 Gets the fully qualified name of this element.
__property OSGeo::FDO::Commands::Schema::PhysicalSchemaMappingOSGeo::FDO::Commands::Schema::get_SchemaMapping ()
 Gets the PhysicalSchemaMapping that this element is a part of. Returns null if this object has not been added to a feature schema.
System::Void OSGeo::FDO::Commands::Schema::InitFromXml (OSGeo::FDO::Common::Xml::XmlSaxContext *context, OSGeo::FDO::Common::Xml::XmlAttributeCollection *attributes)
 Initializes this Physical Element Mapping from its XML attributes. Called when the element is deserialized from XML. Can be extended to handle particular XML attributes for derived classes.
OSGeo::FDO::Common::Xml::IXmlSaxHandlerOSGeo::FDO::Commands::Schema::MultiSubElementError (OSGeo::FDO::Common::Xml::XmlSaxContext *context, System::String *parentElement, System::String *subElement)
 Error reporting function that are not yet part of the supported FDO API. Return a XmlSkipElementHandler, which can be used to skip over the element in error.
__property System::Void OSGeo::FDO::Commands::Schema::set_Name (System::String *name)
 Gets the name of this element.
OSGeo::FDO::Common::Xml::IXmlSaxHandlerOSGeo::FDO::Commands::Schema::SubElementError (OSGeo::FDO::Common::Xml::XmlSaxContext *context, System::String *parentElement, System::String *subElement)
 Error reporting function that are not yet part of the supported FDO API. Return a XmlSkipElementHandler, which can be used to skip over the element in error.
System::Void OSGeo::FDO::Commands::Schema::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.

Variables

public __gc __interface OSGeo::FDO::Commands::Schema::IPhysicalElementMapping
public __gc __interface OSGeo::FDO::Commands::Schema::IPhysicalElementMapping

Comments or suggestions? Send us feedback.