.NET API Reference | OSGeo FDO Provider for WMS |
#include <WMS\FdoWmsCommandType.h>
Include dependency graph for mgCommandType.h:
Go to the source code of this file.
Enumerations | |
enum | CommandType { CommandType_GetImageFormats = FdoWmsCommandType_GetImageFormats, CommandType_GetFeatureClassStyles = FdoWmsCommandType_GetFeatureClassStyles, CommandType_GetFeatureClassCRSNames = FdoWmsCommandType_GetFeatureClassCRSNames } |
|
<summary>The CommandType enumeration defines the list of WMS commands.</summary> <param name="CommandType_GetImageFormats">Represents the FdoWmsIGetImagefromats command.</param> <param name="CommandType_GetFeatureClassStyles">Represents the FdoWmsIGetFeatureClassStyles command.</param> <param name="CommandType_GetFeatureClassCRSNames">Represents the FdoWmsIGetFeatureClassCRSNames command.</param>
Definition at line 29 of file mgCommandType.h. |
Comments? |