MapGuide API Reference
|
virtual MgByteReader* MgFeatureService::GetCapabilities | ( | CREFSTRING | providerName | ) | [pure virtual] |
Gets the capabilities of an FDO Provider expressed in XML according to the FdoProviderCapabilities schema.
virtual MgByteReader GetCapabilities(string providerName); |
virtual MgByteReader GetCapabilities(String providerName); |
virtual MgByteReader GetCapabilities(string providerName); |
providerName | (String/string) The name of the FDO provider. Get the exact form of the name from MgFeatureService::GetFeatureProviders. |
MgInvalidArgumentException | |
MgFdoException |