Web API Reference MapGuide Open Source

MgDeleteFeatures Class Reference
[MgDeleteFeatures]

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...

Inherits MgFeatureCommand.

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.

Comments or suggestions? Send us feedback.