Inserts a set of new features into the specified feature class of the specified Feature Source.
.NET Syntax
virtual MgFeatureReader InsertFeatures(MgBatchPropertyCollection properties);
|
Java Syntax
virtual MgFeatureReader InsertFeatures(MgBatchPropertyCollection properties);
|
PHP Syntax
virtual MgFeatureReader InsertFeatures(MgBatchPropertyCollection properties);
|
- Parameters:
-
- Returns:
- Returns a feature reader object that contains the set of properties inserted into the datastore by the insert command.
- Exceptions:
-
- Since:
- 3.0
Reimplemented from MgLayerBase.