MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
MgFeatureSchema Class Reference

Contains one or more feature class definitions, which specify the structure of feature data in a datastore. More...

+ Inheritance diagram for MgFeatureSchema:

List of all members.

Public Member Functions

void Delete ()
 Marks the feature schema for deletion.
MgClassDefinitionCollectionGetClasses ()
 Gets the class definitions.
STRING GetDescription ()
 Gets the schema description.
STRING GetName ()
 Gets the schema name.
 MgFeatureSchema ()
 Constructs an empty MgFeatureSchema object.
 MgFeatureSchema (CREFSTRING name, CREFSTRING description)
 Constructs an MgFeatureSchema object and sets the schema name and description.
void SetDescription (CREFSTRING description)
 
void SetName (CREFSTRING name)
 

Detailed Description

Contains one or more feature class definitions, which specify the structure of feature data in a datastore.