FDO API Reference Feature Data Objects

FdoXmlSchemaMapping Class Reference

#include <SchemaMapping.h>

Inherits FdoPhysicalSchemaMapping.

Inheritance diagram for FdoXmlSchemaMapping:

Inheritance graph
[legend]
List of all members.

Detailed Description

FdoXmlSchemaMapping specifies overrides for translating a feature schema between FDO and GML.

Definition at line 33 of file SchemaMapping.h.


Public Member Functions

FDO_API FdoXmlClassMappingCollectionGetClassMappings ()
 Gets the mappings for FDO Classes.
FDO_API FdoXmlElementMappingCollectionGetElementMappings ()
 Gets the mappings between GML global elements and their types as Fdo Classes. These mappings are used in two circumstances:.
virtual FDO_API FdoStringGetProvider ()
 Gets the provider name.
FDO_API FdoStringGetTargetNamespace ()
 Gets the target namespace URI for the GML version of this schema.
FDO_API void SetTargetNamespace (FdoString *url)
 Sets the target namespace URI for the GML version of this schema. When the Feature Schema for these overrides is written to GML, its targetNamespace is set to this value.

Static Public Member Functions

static FDO_API FdoXmlSchemaMappingCreate (FdoString *name)
 Creates an XML Schema Mapping Set.

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.