|
MapGuide API Reference
|
Creates an insert feature data command. You must add this command to an MgFeatureCommandCollection object and pass the latter in a call to MgFeatureService::UpdateFeatures. More...
Inheritance diagram for MgInsertFeatures:Public Member Functions | |
| INT32 | GetCommandType () const |
| Gets the type of the command, that is, MgFeatureCommandType::InsertFeatures. | |
| STRING | GetFeatureClassName () const |
| MgPropertyCollection * | GetPropertyValues () const |
| MgInsertFeatures (CREFSTRING className, MgPropertyCollection *propertyValues) | |
| Constructs an insert command containing one feature. | |
| MgInsertFeatures (CREFSTRING className, MgBatchPropertyCollection *propertyValueCollection) | |
| Constructs an insert command containing many features. | |
Creates an insert feature data command. You must add this command to an MgFeatureCommandCollection object and pass the latter in a call to MgFeatureService::UpdateFeatures.