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

A feature command that features from a datastore. The feature class name and filter text define feature(s) to delete. This class is added to an MgFeatureCommandCollection object, which is then passed in a call to the MgFeatureService::UpdateFeatures method. More...

+ Inheritance diagram for MgDeleteFeatures:

List of all members.

Public Member Functions

INT32 GetCommandType () const
 Gets the type of the command, that is, MgFeatureCommandType::DeleteFeatures.
STRING GetFeatureClassName () const
 
STRING GetFilterText () const
 
 MgDeleteFeatures (CREFSTRING className, CREFSTRING filterText)
 Constructs an MgDeleteFeatures object.

Detailed Description

A feature command that features from a datastore. The feature class name and filter text define feature(s) to delete. This class is added to an MgFeatureCommandCollection object, which is then passed in a call to the MgFeatureService::UpdateFeatures method.