Web API Reference MapGuide Open Source

MgFeatureSchema Class Reference
[MgFeatureSchema]

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

Inherits MgNamedSerializable.

List of all members.


Public Member Functions

MgClassDefinitionCollectionGetClasses ()
 Gets the class definitions.
STRING GetDescription ()
 Gets the schema description.
STRING GetName ()
 Gets the schema name.
 MgFeatureSchema (CREFSTRING name, CREFSTRING description)
 Constructs an MgFeatureSchema object and sets the schema name and description.
 MgFeatureSchema ()
 Constructs an empty MgFeatureSchema object.
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.

Comments or suggestions? Send us feedback.