Web API Reference MapGuide Open Source

MgFeatureCommand Class Reference
[MgFeatureCommand]

Is the abstract base class for feature command classes: MgDeleteFeatures, MgInsertFeatures, and MgUpdateFeatures. More...

Inherits MgSerializable.

Inherited by MgDeleteFeatures, MgInsertFeatures, MgLockFeatures, MgUnlockFeatures, and MgUpdateFeatures.

List of all members.


Public Member Functions

virtual INT32 GetCommandType () const =0
 Gets the type of the command.

Detailed Description

Is the abstract base class for feature command classes: MgDeleteFeatures, MgInsertFeatures, and MgUpdateFeatures.

Remarks:
Feature commands are added to a an MgFeatureCommandCollection object, which is then passed in a call to the MgFeatureService::UpdateFeatures method.

Comments or suggestions? Send us feedback.