MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual MgStringCollection* MgFeatureService::GetSchemas ( MgResourceIdentifier resource) [pure virtual]

Gets a list of the names of all of the schemas available in the feature source. See Feature Schema .

.NET Syntax
virtual MgStringCollection GetSchemas(MgResourceIdentifier resource);
Java Syntax
virtual MgStringCollection GetSchemas(MgResourceIdentifier resource);
PHP Syntax
virtual MgStringCollection GetSchemas(MgResourceIdentifier resource);
Parameters:
resource(MgResourceIdentifier) A resource identifier for the feature source,
Returns:
Returns an MgStringCollection object listing the schema names.
Exceptions:
MgFeatureServiceException
MgInvalidArgumentException
MgFdoException