MapGuide API Reference
|
virtual MgFeatureSchemaCollection* MgFeatureService::DescribeSchema | ( | MgResourceIdentifier * | resource, |
CREFSTRING | schemaName | ||
) | [pure virtual] |
Gets the definitions of one or more schema contained in the feature source. See Feature Schema .
virtual MgFeatureSchemaCollection DescribeSchema(MgResourceIdentifier resource, string schemaName); |
virtual MgFeatureSchemaCollection DescribeSchema(MgResourceIdentifier resource, String schemaName); |
virtual MgFeatureSchemaCollection DescribeSchema(MgResourceIdentifier resource, string schemaName); |
resource | (MgResourceIdentifier) A resource identifier for the feature source. |
schemaName | (String/string) The name of the schema definition to retrieve or an empty string to retrieve all available schema definitions. |