Enum CommandType
Defines the custom command types
Namespace: OSGeo.MapGuide.MaestroAPI.Commands
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public enum CommandType
Fields
| Name | Description |
|---|---|
| ApplySchema | Applies a feature schema to a feature source |
| CreateDataStore | Creates a data store on a feature source |
| CreateRuntimeMap | Creates a new Runtime Map and describe its structure |
| DeleteFeatures | Deletes features from a feature source |
| DescribeRuntimeMap | Describes the structure of an existing runtime map |
| GetFdoCacheInfo | Retrieves information about cached FDO connections |
| GetResourceContents | Gets a collection of resource content in a single batch |
| GetTileProviders | Enumerates registered Tile Set Providers |
| GetWfsCapabilities | Gets WFS capabilities |
| GetWmsCapabilities | Gets WMS capabilities |
| InsertFeature | Inserts a feature into a feature source |
| UpdateFeatures | Updates features in a feature source |