Inserts a new feature into the specified feature class of the specified Feature Source.
.NET Syntax
virtual MgFeatureReader InsertFeatures(MgResourceIdentifier resource, string className, MgPropertyCollection propertyValues);
|
Java Syntax
virtual MgFeatureReader InsertFeatures(MgResourceIdentifier resource, String className, MgPropertyCollection propertyValues);
|
PHP Syntax
virtual MgFeatureReader InsertFeatures(MgResourceIdentifier resource, String className, MgPropertyCollection propertyValues);
|
- Parameters:
-
resource | (MgResourceIdentifier) A resource identifier for the feature source. |
className | (String/string) The name of the feature class on which the insert operation is performed. |
propertyValues | (MgPropertyCollection) The collection of property values to insert |
- Returns:
- Returns a feature reader object that contains the set of properties inserted into the datastore by the insert command.
- Exceptions:
-
- Since:
- 3.0