MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
MgFeatureCommand Class Reference

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

+ Inheritance diagram for MgFeatureCommand:

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.