public IFeatureSet DissolveWithStats(int fieldIndex, bool selectedOnly, FieldOperationList operations = null) { var result = _shapefile.DissolveWithStats(fieldIndex, selectedOnly, operations.GetInternal()); return(WrapShapefile(result)); }